qulogic/libgnt

Fix incorrect Since tags.
release-2.x.y
2019-05-11, Elliott Sales de Andrade
d641a928e509
Parents 61fca38d9354
Children f151ed50834f
Fix incorrect Since tags.
--- a/doc/libgnt-docs.xml Sat May 11 00:15:06 2019 -0400
+++ b/doc/libgnt-docs.xml Sat May 11 00:23:45 2019 -0400
@@ -101,9 +101,9 @@
<title>Index of new symbols in 2.8.0</title>
<xi:include href="xml/api-index-2.8.0.xml"><xi:fallback /></xi:include>
</index>
- <index id="api-2.7.2">
- <title>Index of new symbols in 2.7.2</title>
- <xi:include href="xml/api-index-2.7.2.xml"><xi:fallback /></xi:include>
+ <index id="api-2.7.3">
+ <title>Index of new symbols in 2.7.3</title>
+ <xi:include href="xml/api-index-2.7.3.xml"><xi:fallback /></xi:include>
</index>
<index id="api-2.6.0">
<title>Index of new symbols in 2.6.0</title>
--- a/gnttree.h Sat May 11 00:15:06 2019 -0400
+++ b/gnttree.h Sat May 11 00:23:45 2019 -0400
@@ -251,7 +251,7 @@
*
* Returns: (transfer none): The key of the row.
*
- * Since: 2.7.2
+ * Since: 2.7.3
*/
gpointer gnt_tree_row_get_key(GntTree *tree, GntTreeRow *row);
@@ -264,7 +264,7 @@
*
* Returns: The next row.
*
- * Since: 2.7.2
+ * Since: 2.7.3
*/
GntTreeRow * gnt_tree_row_get_next(GntTree *tree, GntTreeRow *row);
@@ -277,7 +277,7 @@
*
* Returns: The previous row.
*
- * Since: 2.7.2
+ * Since: 2.7.3
*/
GntTreeRow * gnt_tree_row_get_prev(GntTree *tree, GntTreeRow *row);
@@ -290,7 +290,7 @@
*
* Returns: The child row.
*
- * Since: 2.7.2
+ * Since: 2.7.3
*/
GntTreeRow * gnt_tree_row_get_child(GntTree *tree, GntTreeRow *row);
@@ -303,7 +303,7 @@
*
* Returns: The parent row.
*
- * Since: 2.7.2
+ * Since: 2.7.3
*/
GntTreeRow * gnt_tree_row_get_parent(GntTree *tree, GntTreeRow *row);