qulogic/libgnt

Fix incorrect Since tags.

2019-05-19, Elliott Sales de Andrade
93fc8c41ded2
Fix incorrect Since tags.

Anything on default-only would never have gone out in 2.8.0; update them to
3.0.0.
--- a/doc/libgnt-docs.xml Sun May 19 02:37:51 2019 -0400
+++ b/doc/libgnt-docs.xml Sun May 19 02:50:51 2019 -0400
@@ -107,10 +107,6 @@
<title>Index of new symbols in 2.14.0</title>
<xi:include href="xml/api-index-2.14.0.xml"><xi:fallback /></xi:include>
</index>
- <index id="api-2.8.0">
- <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.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>
--- a/gnt.h.in Sun May 19 02:37:51 2019 -0400
+++ b/gnt.h.in Sun May 19 02:50:51 2019 -0400
@@ -58,7 +58,7 @@
* You have to call this before #gnt_init. You might want to call this
* with %NULL, to free the resources, but not before a call to #gnt_quit.
*
- * Since: 2.8.0
+ * Since: 3.0.0
*/
void gnt_set_config_dir(const gchar *config_dir);
--- a/gntbox.h Sun May 19 02:37:51 2019 -0400
+++ b/gntbox.h Sun May 19 02:50:51 2019 -0400
@@ -114,7 +114,7 @@
*
* Add a widget in the box at its front.
*
- * Since: 2.8.0
+ * Since: 3.0.0
*/
void gnt_box_add_widget_in_front(GntBox *box, GntWidget *widget);
--- a/gntmenuitem.h Sun May 19 02:37:51 2019 -0400
+++ b/gntmenuitem.h Sun May 19 02:50:51 2019 -0400
@@ -167,7 +167,7 @@
*
* Sets @item visible or not.
*
- * Since: 2.8.0
+ * Since: 3.0.0
*/
void
gnt_menuitem_set_visible(GntMenuItem *item, gboolean visible);
@@ -180,7 +180,7 @@
*
* Returns: %TRUE, if the @item is visible.
*
- * Since: 2.8.0
+ * Since: 3.0.0
*/
gboolean
gnt_menuitem_is_visible(GntMenuItem *item);
@@ -192,7 +192,7 @@
*
* Changes the text for an @item.
*
- * Since: 2.8.0
+ * Since: 3.0.0
*/
void
gnt_menuitem_set_text(GntMenuItem *item, const gchar *text);