summaryrefslogtreecommitdiff
path: root/gio/gsimpleaction.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-02-08 01:04:20 +0000
committerJavier Jardón <jjardon@gnome.org>2011-02-08 02:27:44 +0000
commita0554a9f76f70589506e2aa98cb387fcd10ef184 (patch)
treef2d6874f5ec85592d507bd9abbfb02c5c033b0a7 /gio/gsimpleaction.h
parentdb12eb5ca47247a5e580d2db2dc1942a7f4971f0 (diff)
downloadglib-a0554a9f76f70589506e2aa98cb387fcd10ef184.tar.gz
docs: Document Since properly, 2.26 -> 2.28
Diffstat (limited to 'gio/gsimpleaction.h')
-rw-r--r--gio/gsimpleaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gsimpleaction.h b/gio/gsimpleaction.h
index a4ddeee78..d2015799a 100644
--- a/gio/gsimpleaction.h
+++ b/gio/gsimpleaction.h
@@ -51,7 +51,7 @@ typedef struct _GSimpleActionClass GSimpleActionClass;
* The <structname>GSimpleAction</structname> structure contains private
* data and should only be accessed using the provided API
*
- * Since: 2.26
+ * Since: 2.28
*/
struct _GSimpleAction
{
@@ -65,7 +65,7 @@ struct _GSimpleAction
* GSimpleActionClass:
* @activate: the class closure for the activate signal
*
- * Since: 2.26
+ * Since: 2.28
*/
struct _GSimpleActionClass
{