pathbar: Use correct marshaler
authorBenjamin Otte <otte@redhat.com>
Mon, 4 Oct 2021 00:45:03 +0000 (02:45 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 5 Oct 2021 02:48:15 +0000 (04:48 +0200)
Recent changes to types didn't update the marshaler. Oops.

gtk/gtkmarshalers.list
gtk/gtkpathbar.c

index 899d1fd688b5fab902307b7b379d19cd582fee27..dbaad3884e3ba92697e41cf27cc164121528268d 100644 (file)
@@ -97,6 +97,7 @@ VOID:OBJECT,INT
 VOID:OBJECT,INT,OBJECT
 VOID:OBJECT,INT,INT
 VOID:OBJECT,OBJECT
+VOID:OBJECT,OBJECT,BOOLEAN
 VOID:OBJECT,POINTER
 VOID:OBJECT,POINTER,INT
 VOID:OBJECT,STRING
@@ -110,7 +111,6 @@ VOID:OBJECT,OBJECT,BOXED,STRING
 VOID:OBJECT,OBJECT,POINTER,POINTER
 VOID:POINTER,INT
 VOID:POINTER,BOOLEAN
-VOID:POINTER,POINTER,BOOLEAN
 VOID:POINTER,POINTER,BOOLEAN,BOOLEAN
 VOID:POINTER,POINTER,POINTER
 VOID:POINTER,UINT
index 4fffc3684d637080400b055afa67e945f35090ad..2317d256860be2a05270802045319e274973bf9f 100644 (file)
@@ -280,7 +280,7 @@ gtk_path_bar_class_init (GtkPathBarClass *path_bar_class)
                  G_SIGNAL_RUN_FIRST,
                  G_STRUCT_OFFSET (GtkPathBarClass, path_clicked),
                  NULL, NULL,
-                 _gtk_marshal_VOID__POINTER_POINTER_BOOLEAN,
+                 _gtk_marshal_VOID__OBJECT_OBJECT_BOOLEAN,
                  G_TYPE_NONE, 3,
                  G_TYPE_FILE,
                  G_TYPE_FILE,