Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/giotypes.h>
Go to the source code of this file.
Data Structures | |
struct | _GDBusObjectIface |
Macros | |
#define | G_TYPE_DBUS_OBJECT (g_dbus_object_get_type()) |
#define | G_DBUS_OBJECT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DBUS_OBJECT, GDBusObject)) |
#define | G_IS_DBUS_OBJECT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_DBUS_OBJECT)) |
#define | G_DBUS_OBJECT_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE((o), G_TYPE_DBUS_OBJECT, GDBusObjectIface)) |
Typedefs | |
typedef struct _GDBusObjectIface | GDBusObjectIface |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_dbus_object_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_ALL const gchar * | g_dbus_object_get_object_path (GDBusObject *object) |
GIO_AVAILABLE_IN_ALL GList * | g_dbus_object_get_interfaces (GDBusObject *object) |
GIO_AVAILABLE_IN_ALL GDBusInterface * | g_dbus_object_get_interface (GDBusObject *object, const gchar *interface_name) |
#define G_DBUS_OBJECT | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DBUS_OBJECT, GDBusObject)) |
Definition at line 31 of file gdbusobject.h.
#define G_DBUS_OBJECT_GET_IFACE | ( | o | ) | (G_TYPE_INSTANCE_GET_INTERFACE((o), G_TYPE_DBUS_OBJECT, GDBusObjectIface)) |
Definition at line 33 of file gdbusobject.h.
#define G_IS_DBUS_OBJECT | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_DBUS_OBJECT)) |
Definition at line 32 of file gdbusobject.h.
#define G_TYPE_DBUS_OBJECT (g_dbus_object_get_type()) |
Definition at line 30 of file gdbusobject.h.
typedef struct _GDBusObjectIface GDBusObjectIface |
Definition at line 35 of file gdbusobject.h.
GIO_AVAILABLE_IN_ALL GDBusInterface * g_dbus_object_get_interface | ( | GDBusObject * | object, |
const gchar * | interface_name ) |
GIO_AVAILABLE_IN_ALL GList * g_dbus_object_get_interfaces | ( | GDBusObject * | object | ) |
GIO_AVAILABLE_IN_ALL const gchar * g_dbus_object_get_object_path | ( | GDBusObject * | object | ) |
GIO_AVAILABLE_IN_ALL GType g_dbus_object_get_type | ( | void | ) |