summaryrefslogtreecommitdiff
path: root/katze/katze-arrayaction.c
diff options
context:
space:
mode:
authorAndré Auzi <aauzi@free.fr>2013-12-26 18:41:17 +0100
committerAndré Auzi <aauzi@free.fr>2013-12-26 18:41:17 +0100
commitd9554872e790caeb7def9ed33ee057096deed39b (patch)
treeb4cdc53839323bb5af011f156d80601d214298dd /katze/katze-arrayaction.c
parente766edbc85f71096092579cf4b8292bdd9186c84 (diff)
downloadmidori-d9554872e790caeb7def9ed33ee057096deed39b.tar.gz
select correct marshalling and update comment
Diffstat (limited to 'katze/katze-arrayaction.c')
-rw-r--r--katze/katze-arrayaction.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/katze/katze-arrayaction.c b/katze/katze-arrayaction.c
index e590a90d..76702e60 100644
--- a/katze/katze-arrayaction.c
+++ b/katze/katze-arrayaction.c
@@ -161,7 +161,7 @@ katze_array_action_class_init (KatzeArrayActionClass* class)
* @array: the object on which the signal is emitted
* @proxy: the %GtkWidget that caught the event
* @item: the item being activated
- * @button: the mouse button pressed
+ * @event: the mouse button pressed event
*
* An item was clicked, with the specified @button.
*
@@ -174,9 +174,9 @@ katze_array_action_class_init (KatzeArrayActionClass* class)
0,
0,
NULL,
- midori_cclosure_marshal_BOOLEAN__OBJECT_OBJECT_POINTER,
- G_TYPE_BOOLEAN, 3,
- KATZE_TYPE_ITEM, GTK_TYPE_WIDGET, G_TYPE_UINT);
+ midori_cclosure_marshal_BOOLEAN__OBJECT_OBJECT_POINTER,
+ G_TYPE_BOOLEAN, 3,
+ KATZE_TYPE_ITEM, GTK_TYPE_WIDGET, G_TYPE_POINTER);
gobject_class = G_OBJECT_CLASS (class);
gobject_class->finalize = katze_array_action_finalize;