mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
pathbar: Use correct GType in signal
This commit is contained in:
parent
f1702d24e7
commit
2e48ff3362
@ -282,8 +282,8 @@ gtk_path_bar_class_init (GtkPathBarClass *path_bar_class)
|
||||
NULL, NULL,
|
||||
_gtk_marshal_VOID__POINTER_POINTER_BOOLEAN,
|
||||
G_TYPE_NONE, 3,
|
||||
G_TYPE_POINTER,
|
||||
G_TYPE_POINTER,
|
||||
G_TYPE_FILE,
|
||||
G_TYPE_FILE,
|
||||
G_TYPE_BOOLEAN);
|
||||
|
||||
gtk_widget_class_set_css_name (widget_class, "pathbar");
|
||||
|
Loading…
Reference in New Issue
Block a user