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

Go to the source code of this file.

Data Structures

struct  _GDBusInterfaceSkeleton
 
struct  _GDBusInterfaceSkeletonClass
 

Macros

#define G_TYPE_DBUS_INTERFACE_SKELETON   (g_dbus_interface_skeleton_get_type ())
 
#define G_DBUS_INTERFACE_SKELETON(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DBUS_INTERFACE_SKELETON, GDBusInterfaceSkeleton))
 
#define G_DBUS_INTERFACE_SKELETON_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_DBUS_INTERFACE_SKELETON, GDBusInterfaceSkeletonClass))
 
#define G_DBUS_INTERFACE_SKELETON_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_DBUS_INTERFACE_SKELETON, GDBusInterfaceSkeletonClass))
 
#define G_IS_DBUS_INTERFACE_SKELETON(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_DBUS_INTERFACE_SKELETON))
 
#define G_IS_DBUS_INTERFACE_SKELETON_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_DBUS_INTERFACE_SKELETON))
 

Typedefs

typedef struct _GDBusInterfaceSkeletonClass GDBusInterfaceSkeletonClass
 
typedef struct _GDBusInterfaceSkeletonPrivate GDBusInterfaceSkeletonPrivate
 

Functions

GIO_AVAILABLE_IN_ALL GType g_dbus_interface_skeleton_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL GDBusInterfaceSkeletonFlags g_dbus_interface_skeleton_get_flags (GDBusInterfaceSkeleton *interface_)
 
GIO_AVAILABLE_IN_ALL void g_dbus_interface_skeleton_set_flags (GDBusInterfaceSkeleton *interface_, GDBusInterfaceSkeletonFlags flags)
 
GIO_AVAILABLE_IN_ALL GDBusInterfaceInfog_dbus_interface_skeleton_get_info (GDBusInterfaceSkeleton *interface_)
 
GIO_AVAILABLE_IN_ALL GDBusInterfaceVTableg_dbus_interface_skeleton_get_vtable (GDBusInterfaceSkeleton *interface_)
 
GIO_AVAILABLE_IN_ALL GVariantg_dbus_interface_skeleton_get_properties (GDBusInterfaceSkeleton *interface_)
 
GIO_AVAILABLE_IN_ALL void g_dbus_interface_skeleton_flush (GDBusInterfaceSkeleton *interface_)
 
GIO_AVAILABLE_IN_ALL gboolean g_dbus_interface_skeleton_export (GDBusInterfaceSkeleton *interface_, GDBusConnection *connection, const gchar *object_path, GError **error)
 
GIO_AVAILABLE_IN_ALL void g_dbus_interface_skeleton_unexport (GDBusInterfaceSkeleton *interface_)
 
GIO_AVAILABLE_IN_ALL void g_dbus_interface_skeleton_unexport_from_connection (GDBusInterfaceSkeleton *interface_, GDBusConnection *connection)
 
GIO_AVAILABLE_IN_ALL GDBusConnectiong_dbus_interface_skeleton_get_connection (GDBusInterfaceSkeleton *interface_)
 
GIO_AVAILABLE_IN_ALL GListg_dbus_interface_skeleton_get_connections (GDBusInterfaceSkeleton *interface_)
 
GIO_AVAILABLE_IN_ALL gboolean g_dbus_interface_skeleton_has_connection (GDBusInterfaceSkeleton *interface_, GDBusConnection *connection)
 
GIO_AVAILABLE_IN_ALL const gcharg_dbus_interface_skeleton_get_object_path (GDBusInterfaceSkeleton *interface_)
 

Macro Definition Documentation

◆ G_DBUS_INTERFACE_SKELETON

#define G_DBUS_INTERFACE_SKELETON ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DBUS_INTERFACE_SKELETON, GDBusInterfaceSkeleton))

Definition at line 31 of file gdbusinterfaceskeleton.h.

◆ G_DBUS_INTERFACE_SKELETON_CLASS

#define G_DBUS_INTERFACE_SKELETON_CLASS ( k)    (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_DBUS_INTERFACE_SKELETON, GDBusInterfaceSkeletonClass))

Definition at line 32 of file gdbusinterfaceskeleton.h.

◆ G_DBUS_INTERFACE_SKELETON_GET_CLASS

#define G_DBUS_INTERFACE_SKELETON_GET_CLASS ( o)    (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_DBUS_INTERFACE_SKELETON, GDBusInterfaceSkeletonClass))

Definition at line 33 of file gdbusinterfaceskeleton.h.

◆ G_IS_DBUS_INTERFACE_SKELETON

#define G_IS_DBUS_INTERFACE_SKELETON ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_DBUS_INTERFACE_SKELETON))

Definition at line 34 of file gdbusinterfaceskeleton.h.

◆ G_IS_DBUS_INTERFACE_SKELETON_CLASS

#define G_IS_DBUS_INTERFACE_SKELETON_CLASS ( k)    (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_DBUS_INTERFACE_SKELETON))

Definition at line 35 of file gdbusinterfaceskeleton.h.

◆ G_TYPE_DBUS_INTERFACE_SKELETON

#define G_TYPE_DBUS_INTERFACE_SKELETON   (g_dbus_interface_skeleton_get_type ())

Definition at line 30 of file gdbusinterfaceskeleton.h.

Typedef Documentation

◆ GDBusInterfaceSkeletonClass

◆ GDBusInterfaceSkeletonPrivate

typedef struct _GDBusInterfaceSkeletonPrivate GDBusInterfaceSkeletonPrivate

Definition at line 38 of file gdbusinterfaceskeleton.h.

Function Documentation

◆ g_dbus_interface_skeleton_export()

GIO_AVAILABLE_IN_ALL gboolean g_dbus_interface_skeleton_export ( GDBusInterfaceSkeleton * interface_,
GDBusConnection * connection,
const gchar * object_path,
GError ** error )

◆ g_dbus_interface_skeleton_flush()

GIO_AVAILABLE_IN_ALL void g_dbus_interface_skeleton_flush ( GDBusInterfaceSkeleton * interface_)

◆ g_dbus_interface_skeleton_get_connection()

GIO_AVAILABLE_IN_ALL GDBusConnection * g_dbus_interface_skeleton_get_connection ( GDBusInterfaceSkeleton * interface_)

◆ g_dbus_interface_skeleton_get_connections()

GIO_AVAILABLE_IN_ALL GList * g_dbus_interface_skeleton_get_connections ( GDBusInterfaceSkeleton * interface_)

◆ g_dbus_interface_skeleton_get_flags()

GIO_AVAILABLE_IN_ALL GDBusInterfaceSkeletonFlags g_dbus_interface_skeleton_get_flags ( GDBusInterfaceSkeleton * interface_)

◆ g_dbus_interface_skeleton_get_info()

GIO_AVAILABLE_IN_ALL GDBusInterfaceInfo * g_dbus_interface_skeleton_get_info ( GDBusInterfaceSkeleton * interface_)

◆ g_dbus_interface_skeleton_get_object_path()

GIO_AVAILABLE_IN_ALL const gchar * g_dbus_interface_skeleton_get_object_path ( GDBusInterfaceSkeleton * interface_)

◆ g_dbus_interface_skeleton_get_properties()

GIO_AVAILABLE_IN_ALL GVariant * g_dbus_interface_skeleton_get_properties ( GDBusInterfaceSkeleton * interface_)

◆ g_dbus_interface_skeleton_get_type()

GIO_AVAILABLE_IN_ALL GType g_dbus_interface_skeleton_get_type ( void )

◆ g_dbus_interface_skeleton_get_vtable()

GIO_AVAILABLE_IN_ALL GDBusInterfaceVTable * g_dbus_interface_skeleton_get_vtable ( GDBusInterfaceSkeleton * interface_)

◆ g_dbus_interface_skeleton_has_connection()

GIO_AVAILABLE_IN_ALL gboolean g_dbus_interface_skeleton_has_connection ( GDBusInterfaceSkeleton * interface_,
GDBusConnection * connection )

◆ g_dbus_interface_skeleton_set_flags()

GIO_AVAILABLE_IN_ALL void g_dbus_interface_skeleton_set_flags ( GDBusInterfaceSkeleton * interface_,
GDBusInterfaceSkeletonFlags flags )

◆ g_dbus_interface_skeleton_unexport()

GIO_AVAILABLE_IN_ALL void g_dbus_interface_skeleton_unexport ( GDBusInterfaceSkeleton * interface_)

◆ g_dbus_interface_skeleton_unexport_from_connection()

GIO_AVAILABLE_IN_ALL void g_dbus_interface_skeleton_unexport_from_connection ( GDBusInterfaceSkeleton * interface_,
GDBusConnection * connection )