From db12eb5ca47247a5e580d2db2dc1942a7f4971f0 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Mon, 7 Feb 2011 22:53:29 +0000 Subject: GApplication: document Since properly in header files, 2.26 -> 2.28 https://bugzilla.gnome.org/show_bug.cgi?id=641783 --- gio/gapplication.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gio/gapplication.h') diff --git a/gio/gapplication.h b/gio/gapplication.h index da9a2654e..d6605f694 100644 --- a/gio/gapplication.h +++ b/gio/gapplication.h @@ -49,7 +49,7 @@ typedef struct _GApplicationClass GApplicationClass; * The GApplication structure contains private * data and should only be accessed using the provided API * - * Since: 2.26 + * Since: 2.28 */ struct _GApplication { @@ -78,7 +78,7 @@ struct _GApplication * after any inactivity timeout, if requested) * @run_mainloop: invoked on the primary instance from g_application_run() if the use-count is non-zero * - * Since: 2.26 + * Since: 2.28 */ struct _GApplicationClass { -- cgit v1.2.1