Method

ChattyPpChatrun_command

Declaration [src]

gboolean
chatty_pp_chat_run_command (
  ChattyPpChat* self,
  const char* command
)

Description [src]

Try to run the command command.

Parameters

command

Type: const char*

The command to run.

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

Return value

Type: gboolean

TRUE if command was handled. FALSE otherwise.