]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilesystem.h
filechooser: Rename _gtk_file_is_path_not_local() to _gtk_file_has_native_path()
[~andy/gtk] / gtk / gtkfilesystem.h
index 83e1f34d5627c468d41161361181aad7f1f9d2ce..03782d6f7f5cfaa13b44012366c6034c4f48960e 100644 (file)
@@ -128,6 +128,9 @@ GdkPixbuf *     _gtk_file_info_render_icon (GFileInfo *info,
 
 gboolean       _gtk_file_info_consider_as_directory (GFileInfo *info);
 
+/* GFile helper functions */
+gboolean       _gtk_file_has_native_path (GFile *file);
+
 G_END_DECLS
 
 #endif /* __GTK_FILE_SYSTEM_H__ */