diff options
author | okimoto <okimoto@clear-code.com> | 2018-05-09 01:24:00 +0000 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2018-05-09 10:52:15 +0100 |
commit | 2fd06273268a48b2a5f79c8bba1f6a387766140e (patch) | |
tree | 3306afd9fe85d343fb55c25e34b1311168b6249c /glib/gutils.h | |
parent | 6acece5074d00f54c65a018498d9913664fa52ba (diff) | |
download | glib-2fd06273268a48b2a5f79c8bba1f6a387766140e.tar.gz |
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
Diffstat (limited to 'glib/gutils.h')
-rw-r--r-- | glib/gutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gutils.h b/glib/gutils.h index 52b6297dc..333e2c5a4 100644 --- a/glib/gutils.h +++ b/glib/gutils.h @@ -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 |