aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-marshal.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-01-24 17:18:28 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2011-01-24 17:18:28 +0100
commit5d766cba770fbb78fce9ef6cb5e8397af213d650 (patch)
tree675a7ea958623704cc17610445bafe99604f4a23 /liblogdiag/ld-marshal.h
parent33beece3ab1f7a433cb89f3b68d54d101d3a4db7 (diff)
downloadlogdiag-5d766cba770fbb78fce9ef6cb5e8397af213d650.tar.gz
logdiag-5d766cba770fbb78fce9ef6cb5e8397af213d650.tar.xz
logdiag-5d766cba770fbb78fce9ef6cb5e8397af213d650.zip
Rename g_cclosure_user_marshal_* to ld_marshal_*.
Diffstat (limited to 'liblogdiag/ld-marshal.h')
-rw-r--r--liblogdiag/ld-marshal.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/liblogdiag/ld-marshal.h b/liblogdiag/ld-marshal.h
index cdf28a7..c326e86 100644
--- a/liblogdiag/ld-marshal.h
+++ b/liblogdiag/ld-marshal.h
@@ -1,28 +1,28 @@
-#ifndef __g_cclosure_user_marshal_MARSHAL_H__
-#define __g_cclosure_user_marshal_MARSHAL_H__
+#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 g_cclosure_user_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
+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 g_cclosure_user_marshal_VOID__OBJECT_STRING (GClosure *closure,
- GValue *return_value,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint,
- gpointer marshal_data);
+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 /* __g_cclosure_user_marshal_MARSHAL_H__ */
+#endif /* __ld_marshal_MARSHAL_H__ */