[glib] GApplication: document Since properly in header files, 2.26 -> 2.28



commit db12eb5ca47247a5e580d2db2dc1942a7f4971f0
Author: Rui Matos <tiagomatos gmail com>
Date:   Mon Feb 7 22:53:29 2011 +0000

    GApplication: document Since properly in header files, 2.26 -> 2.28
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641783

 gio/gapplication.h            |    4 ++--
 gio/gapplicationcommandline.h |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gio/gapplication.h b/gio/gapplication.h
index da9a265..d6605f6 100644
--- a/gio/gapplication.h
+++ b/gio/gapplication.h
@@ -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
 {
diff --git a/gio/gapplicationcommandline.h b/gio/gapplicationcommandline.h
index 9b4762f..3d2093c 100644
--- a/gio/gapplicationcommandline.h
+++ b/gio/gapplicationcommandline.h
@@ -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
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]