Method

PurpleCommandManagerremove_all_with_source

unstable since: 3.0

Declaration [src]

void
purple_command_manager_remove_all_with_source (
  PurpleCommandManager* manager,
  const char* source
)

Description [src]

Removes all commands from manager that have a source of source.

Available since: 3.0

Parameters

source

Type: const char*

The source whose commands to remove.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.