Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdbusactiongroup.h File Reference
#include "giotypes.h"

Go to the source code of this file.

Macros

#define G_TYPE_DBUS_ACTION_GROUP   (g_dbus_action_group_get_type ())
 
#define G_DBUS_ACTION_GROUP(inst)
 
#define G_DBUS_ACTION_GROUP_CLASS(class)
 
#define G_IS_DBUS_ACTION_GROUP(inst)
 
#define G_IS_DBUS_ACTION_GROUP_CLASS(class)
 
#define G_DBUS_ACTION_GROUP_GET_CLASS(inst)
 

Functions

GIO_AVAILABLE_IN_ALL GType g_dbus_action_group_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_2_32 GDBusActionGroupg_dbus_action_group_get (GDBusConnection *connection, const gchar *bus_name, const gchar *object_path)
 

Macro Definition Documentation

◆ G_DBUS_ACTION_GROUP

#define G_DBUS_ACTION_GROUP ( inst)
Value:
#define G_TYPE_DBUS_ACTION_GROUP
struct _GDBusActionGroup GDBusActionGroup
Definition giotypes.h:53
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
Definition gtype.h:528

Definition at line 35 of file gdbusactiongroup.h.

35#define G_DBUS_ACTION_GROUP(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
36 G_TYPE_DBUS_ACTION_GROUP, GDBusActionGroup))

◆ G_DBUS_ACTION_GROUP_CLASS

#define G_DBUS_ACTION_GROUP_CLASS ( class)
Value:
G_TYPE_DBUS_ACTION_GROUP, GDBusActionGroupClass))
#define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type)
Definition gtype.h:597

Definition at line 37 of file gdbusactiongroup.h.

37#define G_DBUS_ACTION_GROUP_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), \
38 G_TYPE_DBUS_ACTION_GROUP, GDBusActionGroupClass))

◆ G_DBUS_ACTION_GROUP_GET_CLASS

#define G_DBUS_ACTION_GROUP_GET_CLASS ( inst)
Value:
G_TYPE_DBUS_ACTION_GROUP, GDBusActionGroupClass))
#define G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type)
Definition gtype.h:571

Definition at line 43 of file gdbusactiongroup.h.

43#define G_DBUS_ACTION_GROUP_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), \
44 G_TYPE_DBUS_ACTION_GROUP, GDBusActionGroupClass))

◆ G_IS_DBUS_ACTION_GROUP

#define G_IS_DBUS_ACTION_GROUP ( inst)
Value:
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)
Definition gtype.h:541

Definition at line 39 of file gdbusactiongroup.h.

39#define G_IS_DBUS_ACTION_GROUP(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
40 G_TYPE_DBUS_ACTION_GROUP))

◆ G_IS_DBUS_ACTION_GROUP_CLASS

#define G_IS_DBUS_ACTION_GROUP_CLASS ( class)
Value:
#define G_TYPE_CHECK_CLASS_TYPE(g_class, g_type)
Definition gtype.h:610

Definition at line 41 of file gdbusactiongroup.h.

41#define G_IS_DBUS_ACTION_GROUP_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), \
42 G_TYPE_DBUS_ACTION_GROUP))

◆ G_TYPE_DBUS_ACTION_GROUP

#define G_TYPE_DBUS_ACTION_GROUP   (g_dbus_action_group_get_type ())

Definition at line 34 of file gdbusactiongroup.h.

Function Documentation

◆ g_dbus_action_group_get()

GIO_AVAILABLE_IN_2_32 GDBusActionGroup * g_dbus_action_group_get ( GDBusConnection * connection,
const gchar * bus_name,
const gchar * object_path )

◆ g_dbus_action_group_get_type()

GIO_AVAILABLE_IN_ALL GType g_dbus_action_group_get_type ( void )