Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/extensions/sugar-shell-marshal.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/extensions/sugar-shell-marshal.h')
-rw-r--r--shell/extensions/sugar-shell-marshal.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/shell/extensions/sugar-shell-marshal.h b/shell/extensions/sugar-shell-marshal.h
new file mode 100644
index 0000000..30386bc
--- /dev/null
+++ b/shell/extensions/sugar-shell-marshal.h
@@ -0,0 +1,20 @@
+
+#ifndef __sugar_shell_marshal_MARSHAL_H__
+#define __sugar_shell_marshal_MARSHAL_H__
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+/* BOOLEAN:UINT,UINT (./sugar-shell-marshal.list:1) */
+extern void sugar_shell_marshal_BOOLEAN__UINT_UINT (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
+
+G_END_DECLS
+
+#endif /* __sugar_shell_marshal_MARSHAL_H__ */
+