Method

TalkatuActionGroupget_action_activated

Declaration [src]

gboolean
talkatu_action_group_get_action_activated (
  TalkatuActionGroup* ag,
  const gchar* name
)

Description [src]

Returns that state of the action named name. If name doesn’t exist or is not a toggle action, FALSE is returned.

Parameters

name

Type: const gchar*

The name of the action to check.

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

Return value

Type: gboolean

Whether or not name is toggled.