aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client-marshal.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-26 15:27:56 -0500
committerTed Gould <ted@gould.cx>2010-08-26 15:27:56 -0500
commit78344b94d6dc3fa7939dc5298af6851d67d06c5d (patch)
tree6e1edc0f53ca9f57068765499ab712ae1e41ce75 /libdbusmenu-glib/client-marshal.h
parentdbb73479cfd68cfc0e61dd8d9d65f5356e698aef (diff)
parentf4ff4261e9699cdbb9621a6250c4b29ec33d5622 (diff)
downloadlibdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.tar.gz
libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.tar.bz2
libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.zip
* New upstream release.
* Increase layout XML size * Display an event for the status of the signal to the server
Diffstat (limited to 'libdbusmenu-glib/client-marshal.h')
-rw-r--r--libdbusmenu-glib/client-marshal.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client-marshal.h b/libdbusmenu-glib/client-marshal.h
new file mode 100644
index 0000000..9c43fc9
--- /dev/null
+++ b/libdbusmenu-glib/client-marshal.h
@@ -0,0 +1,28 @@
+
+#ifndef ___dbusmenu_client_marshal_MARSHAL_H__
+#define ___dbusmenu_client_marshal_MARSHAL_H__
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+/* VOID:OBJECT,UINT (./client-marshal.list:1) */
+extern void _dbusmenu_client_marshal_VOID__OBJECT_UINT (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
+
+/* VOID:OBJECT,STRING,POINTER,UINT,POINTER (./client-marshal.list:2) */
+extern void _dbusmenu_client_marshal_VOID__OBJECT_STRING_POINTER_UINT_POINTER (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
+
+G_END_DECLS
+
+#endif /* ___dbusmenu_client_marshal_MARSHAL_H__ */
+