Constructor
PurpleCommandManagernew
unstable since: 3.0
Declaration [src]
PurpleCommandManager*
purple_command_manager_new (
void
)
Description [src]
Creates a new instance.
This is typically only used by libpurple but you can get the default
instance that libpurple is using with purple_command_manager_get_default()
.
Available since: 3.0
Return value
Type: PurpleCommandManager
The new instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |