Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/sugar-marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/sugar-marshal.c')
-rw-r--r--sugar/sugar-marshal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar/sugar-marshal.c b/sugar/sugar-marshal.c
index 4fdc62c..ea1e55e 100644
--- a/sugar/sugar-marshal.c
+++ b/sugar/sugar-marshal.c
@@ -60,10 +60,10 @@ extern void sugar_marshal_BOOLEAN__UINT_UINT (GClosure *closure,
gpointer marshal_data);
void
sugar_marshal_BOOLEAN__UINT_UINT (GClosure *closure,
- GValue *return_value G_GNUC_UNUSED,
+ GValue *return_value,
guint n_param_values,
const GValue *param_values,
- gpointer invocation_hint G_GNUC_UNUSED,
+ gpointer invocation_hint,
gpointer marshal_data)
{
typedef gboolean (*GMarshalFunc_BOOLEAN__UINT_UINT) (gpointer data1,