[libhandy] Cross-reference carousel-related widgets



commit f4a65f5ffc48cf81515f20fa1b60ad78ceabb38c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Jul 13 23:53:39 2020 +0500

    Cross-reference carousel-related widgets
    
    Signed-off-by: Alexander Mikhaylenko <alexm gnome org>

 src/hdy-carousel-indicator-dots.c  | 2 +-
 src/hdy-carousel-indicator-lines.c | 2 +-
 src/hdy-carousel.c                 | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/hdy-carousel-indicator-dots.c b/src/hdy-carousel-indicator-dots.c
index 82451918..5bbc5417 100644
--- a/src/hdy-carousel-indicator-dots.c
+++ b/src/hdy-carousel-indicator-dots.c
@@ -25,7 +25,7 @@
  * SECTION:hdy-carousel-indicator-dots
  * @short_description: A dots indicator for #HdyCarousel
  * @title: HdyCarouselIndicatorDots
- * @See_also: #HdyCarousel
+ * @See_also: #HdyCarousel, #HdyCarouselIndicatorLines
  *
  * The #HdyCarouselIndicatorDots widget can be used to show a set of dots for each
  * page of a given #HdyCarousel. The dot representing the carousel's active page
diff --git a/src/hdy-carousel-indicator-lines.c b/src/hdy-carousel-indicator-lines.c
index c927b70c..fba9b380 100644
--- a/src/hdy-carousel-indicator-lines.c
+++ b/src/hdy-carousel-indicator-lines.c
@@ -25,7 +25,7 @@
  * SECTION:hdy-carousel-indicator-lines
  * @short_description: A lines indicator for #HdyCarousel
  * @title: HdyCarouselIndicatorLines
- * @See_also: #HdyCarousel
+ * @See_also: #HdyCarousel, #HdyCarouselIndicatorDots
  *
  * The #HdyCarouselIndicatorLines widget can be used to show a set of thin and long
  * rectangles for each page of a given #HdyCarousel. The carousel's active page
diff --git a/src/hdy-carousel.c b/src/hdy-carousel.c
index 57c21422..a24e22a4 100644
--- a/src/hdy-carousel.c
+++ b/src/hdy-carousel.c
@@ -36,6 +36,7 @@
  * SECTION:hdy-carousel
  * @short_description: A paginated scrolling widget.
  * @title: HdyCarousel
+ * @See_also: #HdyCarouselIndicatorDots, #HdyCarouselIndicatorLines
  *
  * The #HdyCarousel widget can be used to display a set of pages with
  * swipe-based navigation between them and optional indicators.


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