aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-marshal.c
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.c
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.c')
-rw-r--r--liblogdiag/ld-marshal.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/liblogdiag/ld-marshal.c b/liblogdiag/ld-marshal.c
index 2eaa7b3..a086127 100644
--- a/liblogdiag/ld-marshal.c
+++ b/liblogdiag/ld-marshal.c
@@ -51,12 +51,12 @@
/* VOID:OBJECT,OBJECT (ld-marshal.list:1) */
void
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
- gpointer marshal_data)
+ld_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
+ GValue *return_value G_GNUC_UNUSED,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer marshal_data)
{
typedef void (*GMarshalFunc_VOID__OBJECT_OBJECT) (gpointer data1,
gpointer arg_1,
@@ -88,12 +88,12 @@ g_cclosure_user_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
/* VOID:OBJECT,STRING (ld-marshal.list:2) */
void
-g_cclosure_user_marshal_VOID__OBJECT_STRING (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
- guint n_param_values,
- const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
- gpointer marshal_data)
+ld_marshal_VOID__OBJECT_STRING (GClosure *closure,
+ GValue *return_value G_GNUC_UNUSED,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer marshal_data)
{
typedef void (*GMarshalFunc_VOID__OBJECT_STRING) (gpointer data1,
gpointer arg_1,