Function
Purplecmd_help
Declaration [src]
GList*
purple_cmd_help (
PurpleConversation* conv,
const gchar* cmd
)
Parameters
conv |
PurpleConversation |
The conversation, or |
|
The data is owned by the caller of the function. | |
cmd |
const gchar* |
The command. No wildcards accepted, but returns help for all
commands if |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |