mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
gutils: Fix deprecation annotation for g_format_size_for_display()
It was deprecated in 2.30. https://bugzilla.gnome.org/show_bug.cgi?id=795960
This commit is contained in:
parent
6acece5074
commit
2fd0627326
@ -191,7 +191,7 @@ gchar *g_format_size_full (guint64 size,
|
||||
GLIB_AVAILABLE_IN_2_30
|
||||
gchar *g_format_size (guint64 size);
|
||||
|
||||
GLIB_DEPRECATED_FOR(g_format_size)
|
||||
GLIB_DEPRECATED_IN_2_30_FOR(g_format_size)
|
||||
gchar *g_format_size_for_display (goffset size);
|
||||
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
|
Loading…
Reference in New Issue
Block a user