aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-marshal.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-01-27 18:56:41 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2011-01-27 18:56:41 +0100
commitd6de5609edf9db6f9d3f9f0475cdcf272862e2dd (patch)
treef6b3dd5cd21428fd7cf3a408316f1190980fd6b7 /liblogdiag/ld-marshal.h
parent17bf37cebaad35ea0dd75c8e133e1b032776b085 (diff)
downloadlogdiag-d6de5609edf9db6f9d3f9f0475cdcf272862e2dd.tar.gz
logdiag-d6de5609edf9db6f9d3f9f0475cdcf272862e2dd.tar.xz
logdiag-d6de5609edf9db6f9d3f9f0475cdcf272862e2dd.zip
Remove marshallers from the tree and ignore them.
Require glib-genmarshal (a part of the standard GTK+ distribution).
Diffstat (limited to 'liblogdiag/ld-marshal.h')
-rw-r--r--liblogdiag/ld-marshal.h28
1 files changed, 0 insertions, 28 deletions
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 <glib-object.h>
-
-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__ */
-