summaryrefslogtreecommitdiffstats
path: root/glib/dbus-binding-tool-glib.h
diff options
context:
space:
mode:
authorRobert McQueen <robot101@debian.org>2006-01-27 16:40:54 +0000
committerRobert McQueen <robot101@debian.org>2006-01-27 16:40:54 +0000
commit2b5e0615cf16b9de8de4be902dec5bfc627d4e9a (patch)
tree15eb7947784a243ee81bec53cf44ec4845813b8a /glib/dbus-binding-tool-glib.h
parent8e00b10d134e4fb844cdc961e5c3230edf194b57 (diff)
2006-01-27 Robert McQueen <robot101@debian.org>
* glib/dbus-binding-tool-glib.[ch]: Patch based on Ricardo Kekki's patch to use an annotation org.freedesktop.DBus.GLib.ClientCSymbol when generating the client-side methods, instead of overloading CSymbol which broke everything horribly. My apologies.
Diffstat (limited to 'glib/dbus-binding-tool-glib.h')
-rw-r--r--glib/dbus-binding-tool-glib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/dbus-binding-tool-glib.h b/glib/dbus-binding-tool-glib.h
index 83f00a2d..7a2f0e97 100644
--- a/glib/dbus-binding-tool-glib.h
+++ b/glib/dbus-binding-tool-glib.h
@@ -26,6 +26,7 @@
G_BEGIN_DECLS
#define DBUS_GLIB_ANNOTATION_C_SYMBOL "org.freedesktop.DBus.GLib.CSymbol"
+#define DBUS_GLIB_ANNOTATION_CLIENT_C_SYMBOL "org.freedesktop.DBus.GLib.ClientCSymbol"
#define DBUS_GLIB_ANNOTATION_ASYNC "org.freedesktop.DBus.GLib.Async"
#define DBUS_GLIB_ANNOTATION_CONST "org.freedesktop.DBus.GLib.Const"
#define DBUS_GLIB_ANNOTATION_RETURNVAL "org.freedesktop.DBus.GLib.ReturnVal"