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 { diff --git a/gio/gapplicationcommandline.h b/gio/gapplicationcommandline.h index 9b4762f19..3d2093c3d 100644 --- a/gio/gapplicationcommandline.h +++ b/gio/gapplicationcommandline.h @@ -55,7 +55,7 @@ typedef struct _GApplicationCommandLineClass GApplicationCommand * The GApplicationCommandLine structure contains private * data and should only be accessed using the provided API * - * Since: 2.26 + * Since: 2.28 */ struct _GApplicationCommandLine { @@ -71,7 +71,7 @@ struct _GApplicationCommandLine * The GApplicationCommandLineClass structure contains * private data only * - * Since: 2.26 + * Since: 2.28 */ struct _GApplicationCommandLineClass {