mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-26 02:48:54 +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:
@@ -407,11 +407,10 @@ void g_source_add_child_source (GSource *source,
|
||||
void g_source_remove_child_source (GSource *source,
|
||||
GSource *child_source);
|
||||
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
GLIB_DEPRECATED_FOR(g_source_get_time)
|
||||
void g_source_get_current_time (GSource *source,
|
||||
GTimeVal *timeval);
|
||||
#endif
|
||||
|
||||
gint64 g_source_get_time (GSource *source);
|
||||
|
||||
/* void g_source_connect_closure (GSource *source,
|
||||
|
Reference in New Issue
Block a user