dbus/dbus dbus-glib.h,1.18,1.19
Ross Burton
ross at freedesktop.org
Sat Jul 9 03:02:45 EST 2005
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv7523/dbus
Modified Files:
dbus-glib.h
Log Message:
Make async bindings work again
Index: dbus-glib.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-glib.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- dbus-glib.h 6 Jul 2005 21:27:51 -0000 1.18
+++ dbus-glib.h 8 Jul 2005 17:02:42 -0000 1.19
@@ -280,11 +280,14 @@
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 */
-
-
-
More information about the dbus-commit
mailing list