summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-glib.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-glib.h')
-rw-r--r--dbus/dbus-glib.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbus/dbus-glib.h b/dbus/dbus-glib.h
index 4b3672c2..ad156b83 100644
--- a/dbus/dbus-glib.h
+++ b/dbus/dbus-glib.h
@@ -280,11 +280,14 @@ void dbus_g_method_return (DBusGMethodInvocation *con
void dbus_g_method_return_error (DBusGMethodInvocation *context, GError *error);
+/* Probably possible to replace this with a closure */
+typedef struct {
+ GCallback cb;
+ gpointer userdata;
+} DBusGAsyncData;
+
#undef DBUS_INSIDE_DBUS_GLIB_H
G_END_DECLS
#endif /* DBUS_GLIB_H */
-
-
-