From 33beece3ab1f7a433cb89f3b68d54d101d3a4db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 24 Jan 2011 06:00:47 +0100 Subject: Move the library toolbar to its own class. --- liblogdiag/ld-marshal.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'liblogdiag/ld-marshal.h') diff --git a/liblogdiag/ld-marshal.h b/liblogdiag/ld-marshal.h index 545735a..cdf28a7 100644 --- a/liblogdiag/ld-marshal.h +++ b/liblogdiag/ld-marshal.h @@ -14,6 +14,14 @@ extern void g_cclosure_user_marshal_VOID__OBJECT_OBJECT (GClosure *closure, 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); + G_END_DECLS #endif /* __g_cclosure_user_marshal_MARSHAL_H__ */ -- cgit v1.2.3