diff options
author | Federico Mena Quintero <federico@gnome.org> | 2013-03-05 13:59:04 -0600 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2013-03-05 17:17:42 -0600 |
commit | 56bcb1933f6de613e5d8689e23420d47b65425c3 (patch) | |
tree | c25e63649c9f9915377005bd9e7771fdad1814a6 /gtk/gtkfilesystem.h | |
parent | cf216d780cb2c889a3bcb5faa825fc1b21af8896 (diff) | |
download | gtk+-56bcb1933f6de613e5d8689e23420d47b65425c3.tar.gz |
filechooser: Rename _gtk_file_is_path_not_local() to _gtk_file_has_native_path()
Negatives in names of boolean functions are confusing.
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
Diffstat (limited to 'gtk/gtkfilesystem.h')
-rw-r--r-- | gtk/gtkfilesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesystem.h b/gtk/gtkfilesystem.h index 57b687615b..03782d6f7f 100644 --- a/gtk/gtkfilesystem.h +++ b/gtk/gtkfilesystem.h @@ -129,7 +129,7 @@ GdkPixbuf * _gtk_file_info_render_icon (GFileInfo *info, gboolean _gtk_file_info_consider_as_directory (GFileInfo *info); /* GFile helper functions */ -gboolean _gtk_file_is_path_not_local (GFile *file); +gboolean _gtk_file_has_native_path (GFile *file); G_END_DECLS |