Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gremoteactiongroup.h File Reference
#include <gio/giotypes.h>

Go to the source code of this file.

Data Structures

struct  _GRemoteActionGroupInterface
 

Macros

#define G_TYPE_REMOTE_ACTION_GROUP   (g_remote_action_group_get_type ())
 
#define G_REMOTE_ACTION_GROUP(inst)
 
#define G_IS_REMOTE_ACTION_GROUP(inst)
 
#define G_REMOTE_ACTION_GROUP_GET_IFACE(inst)
 

Typedefs

typedef struct _GRemoteActionGroupInterface GRemoteActionGroupInterface
 

Functions

GIO_AVAILABLE_IN_2_32 GType g_remote_action_group_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_2_32 void g_remote_action_group_activate_action_full (GRemoteActionGroup *remote, const gchar *action_name, GVariant *parameter, GVariant *platform_data)
 
GIO_AVAILABLE_IN_2_32 void g_remote_action_group_change_action_state_full (GRemoteActionGroup *remote, const gchar *action_name, GVariant *value, GVariant *platform_data)
 

Macro Definition Documentation

◆ 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 gtype.h:541

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
Definition giotypes.h:52
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
Definition gtype.h:528

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:

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

#define G_TYPE_REMOTE_ACTION_GROUP   (g_remote_action_group_get_type ())

Definition at line 34 of file gremoteactiongroup.h.

Typedef Documentation

◆ GRemoteActionGroupInterface

Function Documentation

◆ g_remote_action_group_activate_action_full()

GIO_AVAILABLE_IN_2_32 void g_remote_action_group_activate_action_full ( GRemoteActionGroup * remote,
const gchar * action_name,
GVariant * parameter,
GVariant * platform_data )

◆ g_remote_action_group_change_action_state_full()

GIO_AVAILABLE_IN_2_32 void g_remote_action_group_change_action_state_full ( GRemoteActionGroup * remote,
const gchar * action_name,
GVariant * value,
GVariant * platform_data )

◆ g_remote_action_group_get_type()

GIO_AVAILABLE_IN_2_32 GType g_remote_action_group_get_type ( void )