summaryrefslogtreecommitdiff
path: root/android/gst-libs/gst/app/gstapp-marshal.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/gst-libs/gst/app/gstapp-marshal.h')
-rw-r--r--android/gst-libs/gst/app/gstapp-marshal.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/android/gst-libs/gst/app/gstapp-marshal.h b/android/gst-libs/gst/app/gstapp-marshal.h
new file mode 100644
index 000000000..621b13dd5
--- /dev/null
+++ b/android/gst-libs/gst/app/gstapp-marshal.h
@@ -0,0 +1,39 @@
+
+#ifndef ____gst_app_marshal_MARSHAL_H__
+#define ____gst_app_marshal_MARSHAL_H__
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+/* BOOLEAN:UINT64 (gstapp-marshal.list:1) */
+extern void __gst_app_marshal_BOOLEAN__UINT64 (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
+
+/* ENUM:OBJECT (gstapp-marshal.list:2) */
+extern void __gst_app_marshal_ENUM__OBJECT (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
+
+/* ENUM:VOID (gstapp-marshal.list:3) */
+extern void __gst_app_marshal_ENUM__VOID (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
+
+/* VOID:UINT (gstapp-marshal.list:4) */
+#define __gst_app_marshal_VOID__UINT g_cclosure_marshal_VOID__UINT
+
+G_END_DECLS
+
+#endif /* ____gst_app_marshal_MARSHAL_H__ */
+