docs: Document Since properly, 2.26 -> 2.28
authorJavier Jardón <jjardon@gnome.org>
Tue, 8 Feb 2011 01:04:20 +0000 (01:04 +0000)
committerJavier Jardón <jjardon@gnome.org>
Tue, 8 Feb 2011 02:27:44 +0000 (02:27 +0000)
gio/gaction.h
gio/gactiongroup.h
gio/gioenums.h
gio/gsimpleaction.h
gio/gsimpleactiongroup.h
glib/gsequence.c

index 292c71a..2beca10 100644 (file)
@@ -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
 {
index 9dcdba4..d9d8329 100644 (file)
@@ -59,7 +59,7 @@ typedef struct _GActionGroupInterface                       GActionGroupInterfac
  *
  * The virtual function table for #GActionGroup.
  *
- * Since: 2.26
+ * Since: 2.28
  */
 struct _GActionGroupInterface
 {
index 6818400..84907fe 100644 (file)
@@ -1257,7 +1257,7 @@ typedef enum
  *
  * Flags used to define the behaviour of a #GApplication.
  *
- * Since: 2.26
+ * Since: 2.28
  **/
 typedef enum
 {
index a4ddeee..d201579 100644 (file)
@@ -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
 {
index 14d60c4..a526062 100644 (file)
@@ -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
 {
index 158e71a..fa85347 100644 (file)
@@ -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,