mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-18 16:38:20 +01:00
docs: Document Since properly, 2.26 -> 2.28
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user