Viewing file: dbus-glib-bindings.h (3.31 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* Generated by dbus-binding-tool; do not edit! */
#include <glib/gtypes.h> #include <glib/gerror.h> #include <dbus/dbus-glib.h>
G_BEGIN_DECLS
#ifndef DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_DBus_Introspectable #define DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_DBus_Introspectable
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_Introspectable_introspect (DBusGProxy *proxy, char ** OUT_data, GError **error)
{ return dbus_g_proxy_invoke (proxy, "Introspect", "", "s", error, OUT_data, NULL); }
#endif /* defined DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_DBus_Introspectable */
#ifndef DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_DBus #define DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_DBus
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_request_name (DBusGProxy *proxy, const char * IN_arg0, guint32 IN_arg1, guint32* OUT_arg2, GError **error)
{ return dbus_g_proxy_invoke (proxy, "RequestName", "su", "u", error, IN_arg0, IN_arg1, OUT_arg2, NULL); }
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_start_service_by_name (DBusGProxy *proxy, const char * IN_arg0, guint32 IN_arg1, guint32* OUT_arg2, GError **error)
{ return dbus_g_proxy_invoke (proxy, "StartServiceByName", "su", "u", error, IN_arg0, IN_arg1, OUT_arg2, NULL); }
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_hello (DBusGProxy *proxy, char ** OUT_arg0, GError **error)
{ return dbus_g_proxy_invoke (proxy, "Hello", "", "s", error, OUT_arg0, NULL); }
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_name_has_owner (DBusGProxy *proxy, const char * IN_arg0, gboolean* OUT_arg1, GError **error)
{ return dbus_g_proxy_invoke (proxy, "NameHasOwner", "s", "b", error, IN_arg0, OUT_arg1, NULL); }
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_add_match (DBusGProxy *proxy, const char * IN_arg0, GError **error)
{ return dbus_g_proxy_invoke (proxy, "AddMatch", "s", "", error, IN_arg0, NULL); }
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_remove_match (DBusGProxy *proxy, const char * IN_arg0, GError **error)
{ return dbus_g_proxy_invoke (proxy, "RemoveMatch", "s", "", error, IN_arg0, NULL); }
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_get_name_owner (DBusGProxy *proxy, const char * IN_arg0, char ** OUT_arg1, GError **error)
{ return dbus_g_proxy_invoke (proxy, "GetNameOwner", "s", "s", error, IN_arg0, OUT_arg1, NULL); }
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_get_connection_unix_user (DBusGProxy *proxy, const char * IN_arg0, guint32* OUT_arg1, GError **error)
{ return dbus_g_proxy_invoke (proxy, "GetConnectionUnixUser", "s", "u", error, IN_arg0, OUT_arg1, NULL); }
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_get_connection_unix_process_id (DBusGProxy *proxy, const char * IN_arg0, guint32* OUT_arg1, GError **error)
{ return dbus_g_proxy_invoke (proxy, "GetConnectionUnixProcessID", "s", "u", error, IN_arg0, OUT_arg1, NULL); }
static #ifdef G_HAVE_INLINE inline #endif gboolean org_freedesktop_DBus_reload_config (DBusGProxy *proxy, GError **error)
{ return dbus_g_proxy_invoke (proxy, "ReloadConfig", "", "", error, NULL); }
#endif /* defined DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_DBus */
G_END_DECLS
|