[libadwaita/libadwaita-1-0] leaflet: Fix child-transition-params link
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/libadwaita-1-0] leaflet: Fix child-transition-params link
- Date: Wed, 3 Aug 2022 10:16:08 +0000 (UTC)
commit f8509999a62431c32d8bcf04b88efe5cff1fca8b
Author: Guido Günther <agx sigxcpu org>
Date: Wed Jun 15 13:35:37 2022 +0000
leaflet: Fix child-transition-params link
child-transition-duration isn't a valid property and links to properties
need a property@ prefix.
(cherry picked from commit 5cb00a274318b870f4b3ff09ed8f24d52f11f7de)
(cherry picked from commit 646ddb61b1712d83a3cba039736f7ec88a3dd27e)
src/adw-leaflet.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/adw-leaflet.c b/src/adw-leaflet.c
index 7568b0ad..72a002ba 100644
--- a/src/adw-leaflet.c
+++ b/src/adw-leaflet.c
@@ -2224,9 +2224,9 @@ adw_leaflet_class_init (AdwLeafletClass *klass)
* The widget currently visible when the leaflet is folded.
*
* The transition is determined by [property@Leaflet:transition-type] and
- * [Leaflet:child-transition-duration]. The transition can be cancelled by the
- * user, in which case visible child will change back to the previously
- * visible child.
+ * [property@Leaflet:child-transition-params]. The transition can be
+ * cancelled by the user, in which case visible child will change back to the
+ * previously visible child.
*
* Since: 1.0
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]