From f7a47a632cf740b9f7f83b93f6f7c1a9821d7aed Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Mon, 12 Mar 2018 15:35:29 +0000 Subject: [PATCH] InfoBar: Be most specific in new Since annotations --- gtk/gtkinfobar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 81182866b0..afc3f14e74 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -1255,7 +1255,7 @@ gtk_info_bar_get_show_close_button (GtkInfoBar *info_bar) * Note that this property does not automatically show @info_bar and thus won’t * have any effect if it is invisible. * - * Since: 3.22 + * Since: 3.22.29 */ void gtk_info_bar_set_revealed (GtkInfoBar *info_bar, @@ -1279,7 +1279,7 @@ gtk_info_bar_set_revealed (GtkInfoBar *info_bar, * * Returns: the current value of the GtkInfoBar:revealed property. * - * Since: 3.22 + * Since: 3.22.29 */ gboolean gtk_info_bar_get_revealed (GtkInfoBar *info_bar)