diff options
Diffstat (limited to 'glib/dbus-binding-tool-glib.h')
| -rw-r--r-- | glib/dbus-binding-tool-glib.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/dbus-binding-tool-glib.h b/glib/dbus-binding-tool-glib.h index 257b5347..62ad2b79 100644 --- a/glib/dbus-binding-tool-glib.h +++ b/glib/dbus-binding-tool-glib.h @@ -27,6 +27,7 @@ G_BEGIN_DECLS  #define DBUS_GLIB_ANNOTATION_C_SYMBOL "org.freedesktop.DBus.GLib.CSymbol"  #define DBUS_GLIB_ANNOTATION_ASYNC "org.freedesktop.DBus.GLib.Async" +#define DBUS_GLIB_ANNOTATION_CONST "org.freedesktop.DBus.GLib.Const"  gboolean dbus_binding_tool_output_glib_client (BaseInfo *info, GIOChannel *channel, gboolean ignore_unsupported, GError **error);  gboolean dbus_binding_tool_output_glib_server (BaseInfo *info, GIOChannel *channel, const char *prefix, GError **error);  | 
