GApplication: document Since properly in header files, 2.26 -> 2.28
authorRui Matos <tiagomatos@gmail.com>
Mon, 7 Feb 2011 22:53:29 +0000 (22:53 +0000)
committerJavier Jardón <jjardon@gnome.org>
Tue, 8 Feb 2011 01:00:04 +0000 (01:00 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=641783

gio/gapplication.h
gio/gapplicationcommandline.h

index da9a265..d6605f6 100644 (file)
@@ -49,7 +49,7 @@ typedef struct _GApplicationClass                           GApplicationClass;
  * The <structname>GApplication</structname> 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
 {
index 9b4762f..3d2093c 100644 (file)
@@ -55,7 +55,7 @@ typedef struct _GApplicationCommandLineClass                 GApplicationCommand
  * The <structname>GApplicationCommandLine</structname> 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 <structname>GApplicationCommandLineClass</structname> structure contains
  * private data only
  *
- * Since: 2.26
+ * Since: 2.28
  */
 struct _GApplicationCommandLineClass
 {