Method
PurpleCommandexecutev
unstable since: 3.0
Declaration [src]
void
purple_command_executev (
PurpleCommand* command,
PurpleConversation* conversation,
GStrv params
)
Description [src]
Emits the PurpleCommand::executed signal.
User interfaces should call this method when the user wants to execute the command.
Available since: 3.0
Parameters
conversation-
Type:
PurpleConversationThe conversation where the command was run.
The argument can be NULL.The data is owned by the caller of the method. params-
Type: An array of
utf8The parameters for the command.
The argument can be NULL.The array must be NULL-terminated.Each element is a NUL terminated UTF-8 string.