fixed: Documentation clarifications
authorTimm Bäder <mail@baedert.org>
Sun, 25 Aug 2019 13:02:57 +0000 (15:02 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:25 +0000 (17:36 +0200)
gtk/gtkfixed.c

index ce14141848b99989a7f9412ea9a8369cd3f01b23..8049b70e43da33555345a07b953c5170d8b0418f 100644 (file)
@@ -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,