summaryrefslogtreecommitdiff
path: root/src/ck-marshal.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-07-14 17:41:06 +0200
committerMichael Biebl <biebl@debian.org>2009-07-14 17:41:06 +0200
commit1f223c41689bbbd64f8749ff7c09967a49407022 (patch)
tree940cfec56674c79c9a00820529f9c98f7dd6f48a /src/ck-marshal.c
parent517ae9bab3e1aeda58ef4f042fa1346d411a9a4c (diff)
downloadconsolekit-upstream/0.2.10.tar.gz
Imported Upstream version 0.2.10upstream/0.2.10
Diffstat (limited to 'src/ck-marshal.c')
-rw-r--r--src/ck-marshal.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ck-marshal.c b/src/ck-marshal.c
index 6b77b77..8b08794 100644
--- a/src/ck-marshal.c
+++ b/src/ck-marshal.c
@@ -51,10 +51,10 @@
/* VOID:UINT,STRING (ck-marshal.list:1) */
void
ck_marshal_VOID__UINT_STRING (GClosure *closure,
- GValue *return_value,
+ GValue *return_value G_GNUC_UNUSED,
guint n_param_values,
const GValue *param_values,
- gpointer invocation_hint,
+ gpointer invocation_hint G_GNUC_UNUSED,
gpointer marshal_data)
{
typedef void (*GMarshalFunc_VOID__UINT_STRING) (gpointer data1,
@@ -88,10 +88,10 @@ ck_marshal_VOID__UINT_STRING (GClosure *closure,
/* BOOLEAN:POINTER (ck-marshal.list:2) */
void
ck_marshal_BOOLEAN__POINTER (GClosure *closure,
- GValue *return_value,
+ GValue *return_value G_GNUC_UNUSED,
guint n_param_values,
const GValue *param_values,
- gpointer invocation_hint,
+ gpointer invocation_hint G_GNUC_UNUSED,
gpointer marshal_data)
{
typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER) (gpointer data1,