Function
Purpleaction_command_new
unstable since: 3.0
Declaration [src]
PurpleCommand*
purple_action_command_new (
void
)
Description [src]
Create a new action command.
An action command will create a message out of the given parameters and set
PurpleMessage:action to TRUE on the message before sending it.
Available since: 3.0
Return value
Type: PurpleCommand
The new instance.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |