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:
okimoto 2018-05-09 01:24:00 +00:00 committed by Philip Withnall
parent 6acece5074
commit 2fd0627326

View File

@ -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