Method
PurpleCommandexecute
unstable since: 3.0
Declaration [src]
void
purple_command_execute (
  PurpleCommand* command,
  PurpleConversation* conversation,
  const char* 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:
const char*The parameters for the command.
The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.