[gtk/revert-round-windows] docs: Fix up GtkPicture docs



commit 9d8dbb91e55363e59967ada520e0376c7bc99875
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Dec 4 11:39:13 2020 -0500

    docs: Fix up GtkPicture docs
    
    These were missing proper linking.

 gtk/gtkpicture.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/gtk/gtkpicture.c b/gtk/gtkpicture.c
index bd4d9a91bb..9431b57120 100644
--- a/gtk/gtkpicture.c
+++ b/gtk/gtkpicture.c
@@ -58,15 +58,15 @@
  *
  * # Sizing the paintable
  *
- * You can influence how the paintable is displayed inside the #GtkPicture. 
- * By turning off GtkPicture::keep-aspect-ratio you can allow the paintable
- * to get stretched. GtkPicture::can-shrink can be unset to make
- * sure that paintables are never made smaller than their ideal size - but be
- * careful if you do not know the size of the paintable in use (like when
- * displaying user-loaded images). This can easily cause the picture to grow larger
- * than the screen. And GtkWidget::halign and GtkWidget::valign can be used
- * to make sure the paintable doesn't fill all available space but is instead
- * displayed at its original size.
+ * You can influence how the paintable is displayed inside the #GtkPicture.
+ * By turning off #GtkPicture:keep-aspect-ratio you can allow the paintable
+ * to get stretched. #GtkPicture:can-shrink can be unset to make sure that
+ * paintables are never made smaller than their ideal size - but be careful
+ * if you do not know the size of the paintable in use (like when displaying
+ * user-loaded images). This can easily cause the picture to grow larger than
+ * the screen. And #GtkWidget:halign and #GtkWidget:valign can be used to make
+ * sure the paintable doesn't fill all available space but is instead displayed
+ * at its original size.
  *
  * # CSS nodes
  *


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