[libhandy/swipe-tracker-public: 11/16] swipeable: Bump Since versions



commit da3223810db8bc3b6f474c55717c631ad2d80772
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Jun 15 00:51:17 2020 +0500

    swipeable: Bump Since versions
    
    Signed-off-by: Alexander Mikhaylenko <alexm gnome org>

 src/hdy-swipeable.c | 20 ++++++++++----------
 src/hdy-swipeable.h |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/hdy-swipeable.c b/src/hdy-swipeable.c
index 29cbbe13..af3e9b73 100644
--- a/src/hdy-swipeable.c
+++ b/src/hdy-swipeable.c
@@ -19,7 +19,7 @@
  * implemented by #HdyCarousel, #HdyDeck and #HdyLeaflet. It should not be
  * implemented by applications.
  *
- * Since: 0.0.12
+ * Since: 1.0
  */
 
 G_DEFINE_INTERFACE (HdySwipeable, hdy_swipeable, GTK_TYPE_WIDGET)
@@ -47,7 +47,7 @@ hdy_swipeable_default_init (HdySwipeableInterface *iface)
    *
    * @duration can be 0 if the child is switched without animation.
    *
-   * Since: 0.0.12
+   * Since: 1.0
    */
   signals[SIGNAL_CHILD_SWITCHED] =
     g_signal_new ("child-switched",
@@ -71,7 +71,7 @@ hdy_swipeable_default_init (HdySwipeableInterface *iface)
    * The @direction value can be used to restrict the swipe to a certain
    * direction.
    *
-   * Since: 0.0.12
+   * Since: 1.0
    */
   signals[SIGNAL_SWIPE_STARTED] =
     g_signal_new ("swipe-started",
@@ -92,7 +92,7 @@ hdy_swipeable_default_init (HdySwipeableInterface *iface)
    * This signal is emitted every time the progress value changes. This is used
    * by #HdySwipeGroup, applications should not connect to it.
    *
-   * Since: 0.0.12
+   * Since: 1.0
    */
   signals[SIGNAL_SWIPE_UPDATED] =
     g_signal_new ("swipe-updated",
@@ -113,7 +113,7 @@ hdy_swipeable_default_init (HdySwipeableInterface *iface)
    * This signal is emitted as soon as the gesture has stopped. This is used by
    * #HdySwipeGroup, applications should not connect to it.
    *
-   * Since: 0.0.12
+   * Since: 1.0
    */
   signals[SIGNAL_SWIPE_ENDED] =
     g_signal_new ("swipe-ended",
@@ -134,7 +134,7 @@ hdy_swipeable_default_init (HdySwipeableInterface *iface)
  *
  * See HdySwipeable::child-switched.
  *
- * Since: 0.0.12
+ * Since: 1.0
  */
 void
 hdy_swipeable_switch_child (HdySwipeable *self,
@@ -174,7 +174,7 @@ hdy_swipeable_switch_child (HdySwipeable *self,
  * be out of the widget bounds depending on how the widgets are placed relative
  * to each other.
  *
- * Since: 0.0.12
+ * Since: 1.0
  */
 void
 hdy_swipeable_start_swipe (HdySwipeable           *self,
@@ -204,7 +204,7 @@ hdy_swipeable_start_swipe (HdySwipeable           *self,
  * This function is called by #HdySwipeTracker every time the progress value
  * changes. The widget must redraw the widget to reflect the change.
  *
- * Since: 0.0.12
+ * Since: 1.0
  */
 void
 hdy_swipeable_update_swipe (HdySwipeable *self,
@@ -240,7 +240,7 @@ hdy_swipeable_update_swipe (HdySwipeable *self,
  * @duration can be 0, in that case the widget must immediately set the
  * progress value to @to.
  *
- * Since: 0.0.12
+ * Since: 1.0
  */
 void
 hdy_swipeable_end_swipe (HdySwipeable *self,
@@ -270,7 +270,7 @@ hdy_swipeable_end_swipe (HdySwipeable *self,
  *
  * @duration can be 0 if the child is switched without animation.
  *
- * Since: 0.0.12
+ * Since: 1.0
  */
 void
 hdy_swipeable_emit_child_switched (HdySwipeable *self,
diff --git a/src/hdy-swipeable.h b/src/hdy-swipeable.h
index 11f6c9b5..a47c7091 100644
--- a/src/hdy-swipeable.h
+++ b/src/hdy-swipeable.h
@@ -34,7 +34,7 @@ G_DECLARE_INTERFACE (HdySwipeable, hdy_swipeable, HDY, SWIPEABLE, GtkWidget)
  *
  * An interface for swipeable widgets.
  *
- * Since: 0.0.12
+ * Since: 1.0
  **/
 struct _HdySwipeableInterface
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]