Method

PurpleCommandset_use_count

unstable since: 3.0

Declaration [src]

void
purple_command_set_use_count (
  PurpleCommand* command,
  guint use_count
)

Description [src]

Sets the use count of command to use_count.

Typically this won’t need to be called directly as the default handler for PurpleCommand::executed will increment it.

Available since: 3.0

Parameters

use_count

Type: guint

The new use count.