mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02:00
Add versioned deprecation annotation
We start from GLib 2.26. https://bugzilla.gnome.org/show_bug.cgi?id=670542
This commit is contained in:
committed by
Matthias Clasen
parent
817d992abc
commit
550fcaddf7
@@ -409,7 +409,7 @@ void g_source_add_child_source (GSource *source,
|
||||
void g_source_remove_child_source (GSource *source,
|
||||
GSource *child_source);
|
||||
|
||||
GLIB_DEPRECATED_FOR(g_source_get_time)
|
||||
GLIB_DEPRECATED_IN_2_28_FOR(g_source_get_time)
|
||||
void g_source_get_current_time (GSource *source,
|
||||
GTimeVal *timeval);
|
||||
|
||||
|
Reference in New Issue
Block a user