summaryrefslogtreecommitdiff
path: root/libxklavier/xkl_engine_marshal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxklavier/xkl_engine_marshal.h')
-rw-r--r--libxklavier/xkl_engine_marshal.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/libxklavier/xkl_engine_marshal.h b/libxklavier/xkl_engine_marshal.h
deleted file mode 100644
index 1481b87..0000000
--- a/libxklavier/xkl_engine_marshal.h
+++ /dev/null
@@ -1,31 +0,0 @@
-
-#ifndef __xkl_engine_MARSHAL_H__
-#define __xkl_engine_MARSHAL_H__
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-
-/* VOID:VOID (marshal.list:1) */
-#define xkl_engine_VOID__VOID g_cclosure_marshal_VOID__VOID
-
-/* INT:LONG,LONG (marshal.list:2) */
-extern void xkl_engine_INT__LONG_LONG (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
-
-/* VOID:FLAGS,INT,BOOLEAN (marshal.list:3) */
-extern void xkl_engine_VOID__FLAGS_INT_BOOLEAN (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
-
-G_END_DECLS
-
-#endif /* __xkl_engine_MARSHAL_H__ */
-