mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-20 20:31:51 +02:00
Don't use G_DISABLE_DEPRECATED guards around deprecated functions
I'm leaving the old-style deprecation guards in place around deprecated macros, enumeration values, etc, for now.
This commit is contained in:
@@ -211,10 +211,10 @@ gchar *g_format_size_full (guint64 size,
|
||||
GFormatSizeFlags flags);
|
||||
gchar *g_format_size (guint64 size);
|
||||
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
GLIB_DEPRECATED_FOR(g_format_size)
|
||||
gchar *g_format_size_for_display (goffset size);
|
||||
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
/**
|
||||
* GVoidFunc:
|
||||
*
|
||||
|
Reference in New Issue
Block a user