summaryrefslogtreecommitdiffstats
path: root/glib/dbus-glib.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-10-03 03:55:35 +0000
committerHavoc Pennington <hp@redhat.com>2003-10-03 03:55:35 +0000
commit79d03f94fec278d270a33792aeffb33ba239bb01 (patch)
tree25fd2784595cd02b6cd042f2b53df260d095b62a /glib/dbus-glib.h
parentdbffb387903d9741f1b937d61ff9f7aeba131b6e (diff)
2003-10-02 Havoc Pennington <hp@pobox.com>
* glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from dbus_gproxy_oneway_call * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) (dbus_server_setup_with_g_main): fix to allow calling them more than once on the same args (dbus_bus_get_with_g_main): new function
Diffstat (limited to 'glib/dbus-glib.h')
-rw-r--r--glib/dbus-glib.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/glib/dbus-glib.h b/glib/dbus-glib.h
index 46f4555d..10539545 100644
--- a/glib/dbus-glib.h
+++ b/glib/dbus-glib.h
@@ -51,11 +51,13 @@ typedef enum
void dbus_set_g_error (GError **gerror,
DBusError *derror);
-void dbus_g_thread_init (void);
-void dbus_connection_setup_with_g_main (DBusConnection *connection,
- GMainContext *context);
-void dbus_server_setup_with_g_main (DBusServer *server,
- GMainContext *context);
+void dbus_g_thread_init (void);
+void dbus_connection_setup_with_g_main (DBusConnection *connection,
+ GMainContext *context);
+void dbus_server_setup_with_g_main (DBusServer *server,
+ GMainContext *context);
+DBusConnection* dbus_bus_get_with_g_main (DBusBusType type,
+ GError **error);
typedef struct DBusGObjectInfo DBusGObjectInfo;
typedef struct DBusGMethodInfo DBusGMethodInfo;
@@ -137,7 +139,7 @@ gboolean dbus_gproxy_end_call (DBusGProxy *pr
GError **error,
int first_arg_type,
...);
-void dbus_gproxy_oneway_call (DBusGProxy *proxy,
+void dbus_gproxy_call_no_reply (DBusGProxy *proxy,
const char *method,
int first_arg_type,
...);