From d6de5609edf9db6f9d3f9f0475cdcf272862e2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 27 Jan 2011 18:56:41 +0100 Subject: Remove marshallers from the tree and ignore them. Require glib-genmarshal (a part of the standard GTK+ distribution). --- liblogdiag/ld-marshal.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 liblogdiag/ld-marshal.h (limited to 'liblogdiag/ld-marshal.h') diff --git a/liblogdiag/ld-marshal.h b/liblogdiag/ld-marshal.h deleted file mode 100644 index c326e86..0000000 --- a/liblogdiag/ld-marshal.h +++ /dev/null @@ -1,28 +0,0 @@ - -#ifndef __ld_marshal_MARSHAL_H__ -#define __ld_marshal_MARSHAL_H__ - -#include - -G_BEGIN_DECLS - -/* VOID:OBJECT,OBJECT (ld-marshal.list:1) */ -extern void ld_marshal_VOID__OBJECT_OBJECT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:OBJECT,STRING (ld-marshal.list:2) */ -extern void ld_marshal_VOID__OBJECT_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -G_END_DECLS - -#endif /* __ld_marshal_MARSHAL_H__ */ - -- cgit v1.2.3