mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 05:09:21 +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:
@@ -44,13 +44,11 @@ void g_async_queue_unlock (GAsyncQueue *queue);
|
||||
GAsyncQueue *g_async_queue_ref (GAsyncQueue *queue);
|
||||
void g_async_queue_unref (GAsyncQueue *queue);
|
||||
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
GLIB_DEPRECATED_FOR(g_async_queue_ref)
|
||||
void g_async_queue_ref_unlocked (GAsyncQueue *queue);
|
||||
|
||||
GLIB_DEPRECATED_FOR(g_async_queue_unref)
|
||||
void g_async_queue_unref_and_unlock (GAsyncQueue *queue);
|
||||
#endif /* !G_DISABLE_DEPRECATED */
|
||||
|
||||
void g_async_queue_push (GAsyncQueue *queue,
|
||||
gpointer data);
|
||||
|
Reference in New Issue
Block a user