summaryrefslogtreecommitdiff
path: root/gio/gapplication.h
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2011-02-07 22:53:29 +0000
committerJavier Jardón <jjardon@gnome.org>2011-02-08 01:00:04 +0000
commitdb12eb5ca47247a5e580d2db2dc1942a7f4971f0 (patch)
treedddf82cd1764122f6467a5afd43471f3a0796126 /gio/gapplication.h
parent9823ff1d203166f33302dce2a26e1dee86c4d569 (diff)
downloadglib-db12eb5ca47247a5e580d2db2dc1942a7f4971f0.tar.gz
GApplication: document Since properly in header files, 2.26 -> 2.28
https://bugzilla.gnome.org/show_bug.cgi?id=641783
Diffstat (limited to 'gio/gapplication.h')
-rw-r--r--gio/gapplication.h4
1 files changed, 2 insertions, 2 deletions
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 <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
{