[gtk/wip/baedert/icontheme2: 84/134] fixed: Documentation clarifications



commit 0cdc9c359363740940557ed151b07e2361654d6e
Author: Timm Bäder <mail baedert org>
Date:   Sun Aug 25 15:02:57 2019 +0200

    fixed: Documentation clarifications

 gtk/gtkfixed.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c
index ce14141848..8049b70e43 100644
--- a/gtk/gtkfixed.c
+++ b/gtk/gtkfixed.c
@@ -209,7 +209,8 @@ gtk_fixed_get_child_position (GtkFixed  *fixed,
  * gtk_fixed_set_child_transform:
  * @fixed: a #GtkFixed
  * @widget: a #GtkWidget, child of @fixed
- * @transform: (nullable): the transformation assigned to @widget
+ * @transform: (nullable): the transformation assigned to @widget or %NULL
+ *   to reset @widget's transform
  *
  * Sets the transformation for @widget.
  *
@@ -240,7 +241,8 @@ gtk_fixed_set_child_transform (GtkFixed     *fixed,
  * Retrieves the transformation for @widget set using
  * gtk_fixed_set_child_transform().
  *
- * Returns: (transfer none) (nullable): a #GskTransform
+ * Returns: (transfer none) (nullable): a #GskTransform or %NULL
+ *   in case no transform has been set on @widget
  */
 GskTransform *
 gtk_fixed_get_child_transform (GtkFixed  *fixed,


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