Go to the source code of this file.
◆ G_IS_REMOTE_ACTION_GROUP
#define G_IS_REMOTE_ACTION_GROUP |
( |
| inst | ) |
|
Value:
#define G_TYPE_REMOTE_ACTION_GROUP
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)
Definition at line 37 of file gremoteactiongroup.h.
37#define G_IS_REMOTE_ACTION_GROUP(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
38 G_TYPE_REMOTE_ACTION_GROUP))
◆ G_REMOTE_ACTION_GROUP
#define G_REMOTE_ACTION_GROUP |
( |
| inst | ) |
|
Value:
struct _GRemoteActionGroup GRemoteActionGroup
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
Definition at line 35 of file gremoteactiongroup.h.
35#define G_REMOTE_ACTION_GROUP(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
36 G_TYPE_REMOTE_ACTION_GROUP, GRemoteActionGroup))
◆ G_REMOTE_ACTION_GROUP_GET_IFACE
#define G_REMOTE_ACTION_GROUP_GET_IFACE |
( |
| inst | ) |
|
Value:
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type)
Definition at line 39 of file gremoteactiongroup.h.
39#define G_REMOTE_ACTION_GROUP_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), \
40 G_TYPE_REMOTE_ACTION_GROUP, \
41 GRemoteActionGroupInterface))
◆ G_TYPE_REMOTE_ACTION_GROUP
◆ GRemoteActionGroupInterface
◆ g_remote_action_group_activate_action_full()
◆ g_remote_action_group_change_action_state_full()
◆ g_remote_action_group_get_type()