qulogic/libgnt

doc: Bump Since tags from 2.9.0 to 2.14.0.
release-2.x.y
2019-04-13, Elliott Sales de Andrade
f13e51581bd1
Parents e544d114bafe
Children cbeb7ea907bb
doc: Bump Since tags from 2.9.0 to 2.14.0.
  • +2 -2
    gntbutton.h
  • +5 -5
    gntslider.h
  • +22 -22
    gntwidget.h
  • +1 -1
    gntwindow.h
  • --- a/gntbutton.h Fri Nov 30 00:31:23 2018 -0500
    +++ b/gntbutton.h Sat Apr 13 03:01:27 2019 -0400
    @@ -100,7 +100,7 @@
    *
    * Set the text of a button.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_button_set_text(GntButton *button, const gchar *text);
    @@ -112,7 +112,7 @@
    *
    * Returns: The text for the button.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    const gchar *gnt_button_get_text(GntButton *button);
    --- a/gntslider.h Fri Nov 30 00:31:23 2018 -0500
    +++ b/gntslider.h Sat Apr 13 03:01:27 2019 -0400
    @@ -111,7 +111,7 @@
    *
    * Returns: Whether the slider is vertical.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_slider_get_vertical(GntSlider *slider);
    @@ -135,7 +135,7 @@
    *
    * Get the range of the slider.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_slider_get_range(GntSlider *slider, int *max, int *min);
    @@ -158,7 +158,7 @@
    *
    * Returns: The amount for each step
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    int gnt_slider_get_step(GntSlider *slider);
    @@ -181,7 +181,7 @@
    *
    * Returns: The amount for a small step (of the slider)
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    int gnt_slider_get_small_step(GntSlider *slider);
    @@ -204,7 +204,7 @@
    *
    * Returns: The amount for a large step (of the slider)
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    int gnt_slider_get_large_step(GntSlider *slider);
    --- a/gntwidget.h Fri Nov 30 00:31:23 2018 -0500
    +++ b/gntwidget.h Sat Apr 13 03:01:27 2019 -0400
    @@ -353,7 +353,7 @@
    *
    * Returns: %TRUE if the widget can take focus.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_take_focus(GntWidget *widget);
    @@ -374,7 +374,7 @@
    *
    * Returns: Whether the widget is visible or not.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_visible(GntWidget *widget);
    @@ -399,7 +399,7 @@
    *
    * Returns: %TRUE if the widget is being destroyed.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_in_destruction(GntWidget *widget);
    @@ -410,7 +410,7 @@
    *
    * Marks the widget as being drawn (or not).
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_drawing(GntWidget *widget, gboolean drawing);
    @@ -424,7 +424,7 @@
    *
    * Returns: %TRUE if the widget is being drawn.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_drawing(GntWidget *widget);
    @@ -438,7 +438,7 @@
    * This should generally only be called from the widget's "map" or "unmap"
    * implementation.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_mapped(GntWidget *widget, gboolean mapped);
    @@ -450,7 +450,7 @@
    *
    * Returns: Whether the widget is mapped or not.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_mapped(GntWidget *widget);
    @@ -461,7 +461,7 @@
    *
    * Sets the has-border property on widget to has_border.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_has_border(GntWidget *widget, gboolean has_border);
    @@ -473,7 +473,7 @@
    *
    * Returns: Whether the widget has a border or not.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_has_border(GntWidget *widget);
    @@ -486,7 +486,7 @@
    * property does not necessarily mean the widget will have a shadow, depending
    * on its styling.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_has_shadow(GntWidget *widget, gboolean has_shadow);
    @@ -501,7 +501,7 @@
    *
    * Returns: Whether the widget has a shadow set or not.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_has_shadow(GntWidget *widget);
    @@ -516,7 +516,7 @@
    * This is mostly for internal use; you probably want to use
    * @gnt_widget_set_focus instead.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_has_focus(GntWidget *widget, gboolean has_focus);
    @@ -540,7 +540,7 @@
    *
    * Set the URGENT hint for a widget.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_is_urgent(GntWidget *widget, gboolean urgent);
    @@ -552,7 +552,7 @@
    *
    * Returns: Whether the URGENT hint is set or not.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_is_urgent(GntWidget *widget);
    @@ -563,7 +563,7 @@
    *
    * Whether widget should grow in the x direction.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_grow_x(GntWidget *widget, gboolean grow_x);
    @@ -575,7 +575,7 @@
    *
    * Returns: Whether widget should grow in the x direction.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_grow_x(GntWidget *widget);
    @@ -586,7 +586,7 @@
    *
    * Whether widget should grow in the y direction.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_grow_y(GntWidget *widget, gboolean grow_y);
    @@ -598,7 +598,7 @@
    *
    * Returns: Whether widget should grow in the y direction.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_grow_y(GntWidget *widget);
    @@ -609,7 +609,7 @@
    *
    * Whether the widget should be transient.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_transient(GntWidget *widget, gboolean transient);
    @@ -621,7 +621,7 @@
    *
    * Returns: Whether the widget should be transient.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_transient(GntWidget *widget);
    @@ -632,7 +632,7 @@
    *
    * Whether widget actions should be disabled.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_disable_actions(GntWidget *widget,
    gboolean disable_actions);
    @@ -645,7 +645,7 @@
    *
    * Returns: Whether the widget actions are disabled.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_disable_actions(GntWidget *widget);
    --- a/gntwindow.h Fri Nov 30 00:31:23 2018 -0500
    +++ b/gntwindow.h Sat Apr 13 03:01:27 2019 -0400
    @@ -123,7 +123,7 @@
    *
    * Returns: (transfer none) (nullable): The menu for the window.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    GntMenu *gnt_window_get_menu(GntWindow *window);