Rename g_format_file_size_for_display to g_format_size_for_display.

2007-12-19  Alexander Larsson  <alexl@redhat.com>

        * glib/gfileutils.[ch]:
        * glib/glib.symbols:
        Rename g_format_file_size_for_display to g_format_size_for_display.



svn path=/trunk/; revision=6158
This commit is contained in:
Alexander Larsson
2007-12-19 13:25:09 +00:00
committed by Alexander Larsson
parent 13f33931fc
commit de9c37dd91
4 changed files with 17 additions and 9 deletions

View File

@@ -101,7 +101,7 @@ gint g_file_open_tmp (const gchar *tmpl,
gchar **name_used,
GError **error);
char *g_format_file_size_for_display (goffset size);
char *g_format_size_for_display (goffset size);
gchar *g_build_path (const gchar *separator,
const gchar *first_element,