[libadwaita/libadwaita-1-1] leaflet: Fix child-transition-params link
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/libadwaita-1-1] leaflet: Fix child-transition-params link
- Date: Wed, 15 Jun 2022 13:36:23 +0000 (UTC)
commit 646ddb61b1712d83a3cba039736f7ec88a3dd27e
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)
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 f49a1549..b027cc78 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]