[glib] docs: Document Since properly, 2.26 -> 2.28



commit a0554a9f76f70589506e2aa98cb387fcd10ef184
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Feb 8 01:04:20 2011 +0000

    docs: Document Since properly, 2.26 -> 2.28

 gio/gaction.h            |    2 +-
 gio/gactiongroup.h       |    2 +-
 gio/gioenums.h           |    2 +-
 gio/gsimpleaction.h      |    4 ++--
 gio/gsimpleactiongroup.h |    2 +-
 glib/gsequence.c         |    4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gio/gaction.h b/gio/gaction.h
index 292c71a..2beca10 100644
--- a/gio/gaction.h
+++ b/gio/gaction.h
@@ -51,7 +51,7 @@ typedef struct _GActionInterface                            GActionInterface;
  * @activate: the virtual function pointer for g_action_activate().  Note that #GAction does not have an
  *            'activate' signal but that implementations of it may have one.
  *
- * Since: 2.26
+ * Since: 2.28
  */
 struct _GActionInterface
 {
diff --git a/gio/gactiongroup.h b/gio/gactiongroup.h
index 9dcdba4..d9d8329 100644
--- a/gio/gactiongroup.h
+++ b/gio/gactiongroup.h
@@ -59,7 +59,7 @@ typedef struct _GActionGroupInterface                       GActionGroupInterfac
  *
  * The virtual function table for #GActionGroup.
  *
- * Since: 2.26
+ * Since: 2.28
  */
 struct _GActionGroupInterface
 {
diff --git a/gio/gioenums.h b/gio/gioenums.h
index 6818400..84907fe 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -1257,7 +1257,7 @@ typedef enum
  *
  * Flags used to define the behaviour of a #GApplication.
  *
- * Since: 2.26
+ * Since: 2.28
  **/
 typedef enum
 {
diff --git a/gio/gsimpleaction.h b/gio/gsimpleaction.h
index a4ddeee..d201579 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
 {
diff --git a/gio/gsimpleactiongroup.h b/gio/gsimpleactiongroup.h
index 14d60c4..a526062 100644
--- a/gio/gsimpleactiongroup.h
+++ b/gio/gsimpleactiongroup.h
@@ -50,7 +50,7 @@ typedef struct _GSimpleActionGroupClass                     GSimpleActionGroupCl
  *
  * The #GSimpleActionGroup structure contains private data and should only be accessed using the provided API.
  *
- * Since: 2.26
+ * Since: 2.28
  */
 struct _GSimpleActionGroup
 {
diff --git a/glib/gsequence.c b/glib/gsequence.c
index 158e71a..fa85347 100644
--- a/glib/gsequence.c
+++ b/glib/gsequence.c
@@ -807,7 +807,7 @@ g_sequence_search (GSequence        *seq,
  * Return value: an #GSequenceIter pointing to the position of the first item
  * found equal to @data according to @cmp_func and @cmp_data.
  *
- * Since: 2.26
+ * Since: 2.28
  **/
 GSequenceIter *
 g_sequence_lookup (GSequence *seq,
@@ -1075,7 +1075,7 @@ g_sequence_search_iter (GSequence                *seq,
  * Return value: an #GSequenceIter pointing to the position of the first item
  * found equal to @data according to @cmp_func and @cmp_data.
  *
- * Since: 2.26
+ * Since: 2.28
  **/
 GSequenceIter *
 g_sequence_lookup_iter (GSequence *seq,



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