summaryrefslogtreecommitdiff
path: root/glib/gmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gmain.h')
-rw-r--r--glib/gmain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gmain.h b/glib/gmain.h
index 498e10890..cba45fdc8 100644
--- a/glib/gmain.h
+++ b/glib/gmain.h
@@ -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);