[gtk/wip/otte/G_TYPE_POINTER: 1/4] pathbar: Use correct GType in signal
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/G_TYPE_POINTER: 1/4] pathbar: Use correct GType in signal
- Date: Sun, 29 Aug 2021 04:52:44 +0000 (UTC)
commit 2e48ff33625444aab6c3afc0675a6178becbd3c2
Author: Benjamin Otte <otte redhat com>
Date: Sun Aug 29 04:47:50 2021 +0200
pathbar: Use correct GType in signal
gtk/gtkpathbar.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c
index ee1b1be68d..4fffc3684d 100644
--- a/gtk/gtkpathbar.c
+++ b/gtk/gtkpathbar.c
@@ -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");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]