summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkpathbar.h')
-rw-r--r--gtk/gtkpathbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpathbar.h b/gtk/gtkpathbar.h
index 04dd3b7ce0..51d567188e 100644
--- a/gtk/gtkpathbar.h
+++ b/gtk/gtkpathbar.h
@@ -55,7 +55,7 @@ struct _GtkPathBarClass
GtkContainerClass parent_class;
void (* path_clicked) (GtkPathBar *path_bar,
- const gchar *file_path);
+ GtkFilePath *file_path);
};
GType gtk_path_bar_get_type (void) G_GNUC_CONST;