qulogic/libgnt

doc: Bump widget flag Since tags to 2.14.0

2019-04-13, Elliott Sales de Andrade
32350c531cf6
Parents 3659bea46ba5
Children 3d52ec644965
doc: Bump widget flag Since tags to 2.14.0
  • +22 -22
    gntwidget.h
  • --- a/gntwidget.h Sat Apr 13 03:00:10 2019 -0400
    +++ b/gntwidget.h Sat Apr 13 03:01:27 2019 -0400
    @@ -344,7 +344,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);
    @@ -365,7 +365,7 @@
    *
    * Returns: Whether the widget is visible or not.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_visible(GntWidget *widget);
    @@ -390,7 +390,7 @@
    *
    * Returns: %TRUE if the widget is being destroyed.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_in_destruction(GntWidget *widget);
    @@ -401,7 +401,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);
    @@ -415,7 +415,7 @@
    *
    * Returns: %TRUE if the widget is being drawn.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_drawing(GntWidget *widget);
    @@ -429,7 +429,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);
    @@ -441,7 +441,7 @@
    *
    * Returns: Whether the widget is mapped or not.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_mapped(GntWidget *widget);
    @@ -452,7 +452,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);
    @@ -464,7 +464,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);
    @@ -477,7 +477,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);
    @@ -492,7 +492,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);
    @@ -507,7 +507,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);
    @@ -531,7 +531,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);
    @@ -543,7 +543,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);
    @@ -554,7 +554,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);
    @@ -566,7 +566,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);
    @@ -577,7 +577,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);
    @@ -589,7 +589,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);
    @@ -600,7 +600,7 @@
    *
    * Whether the widget should be transient.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    void gnt_widget_set_transient(GntWidget *widget, gboolean transient);
    @@ -612,7 +612,7 @@
    *
    * Returns: Whether the widget should be transient.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_transient(GntWidget *widget);
    @@ -623,7 +623,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);
    @@ -636,7 +636,7 @@
    *
    * Returns: Whether the widget actions are disabled.
    *
    - * Since: 2.9.0
    + * Since: 2.14.0
    */
    gboolean gnt_widget_get_disable_actions(GntWidget *widget);