Add versioned deprecation annotation

We start from GLib 2.26.

https://bugzilla.gnome.org/show_bug.cgi?id=670542
This commit is contained in:
Emmanuele Bassi
2012-02-21 13:40:50 +00:00
committed by Matthias Clasen
parent 817d992abc
commit 550fcaddf7
6 changed files with 57 additions and 57 deletions

View File

@@ -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);