diff options
author | Kristian Rietveld <kris@imendio.com> | 2007-06-13 13:51:07 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2007-06-13 13:51:07 +0000 |
commit | 87ae968f9efa882721ebbd0934c592d71dd7e9b6 (patch) | |
tree | 23426162b48544c2768271eb72c35718670bc532 /gtk/gtkfilesystem.h | |
parent | c82cc89bd675d9fcd082f5a990654cdc08d1add7 (diff) | |
download | gtk+-87ae968f9efa882721ebbd0934c592d71dd7e9b6.tar.gz |
gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_create
2007-06-13 Kristian Rietveld <kris@imendio.com>
* gtk/gtk.symbols
* gtk/gtkfilesystem.[ch]: rename _gtk_file_system_create to
gtk_file_system_create to make it public and bring trunk back
in sync with gtk-2-10.
* gtk/gtkfilechooserdefault.c (set_file_system_backend): updated.
svn path=/trunk/; revision=18121
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 57c458a028..18aa584855 100644 --- a/gtk/gtkfilesystem.h +++ b/gtk/gtkfilesystem.h @@ -441,7 +441,7 @@ void gtk_file_paths_free (GSList *paths); /* GtkFileSystem modules support */ -GtkFileSystem *_gtk_file_system_create (const char *file_system_name); +GtkFileSystem *gtk_file_system_create (const char *file_system_name); G_END_DECLS |