summaryrefslogtreecommitdiff
path: root/glib/gsequence.c
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 /glib/gsequence.c
parentdb12eb5ca47247a5e580d2db2dc1942a7f4971f0 (diff)
downloadglib-a0554a9f76f70589506e2aa98cb387fcd10ef184.tar.gz
docs: Document Since properly, 2.26 -> 2.28
Diffstat (limited to 'glib/gsequence.c')
-rw-r--r--glib/gsequence.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gsequence.c b/glib/gsequence.c
index 158e71af7..fa8534700 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,