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