[gtk/wip/baedert/for-master] fixed: Documentation clarifications
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/for-master] fixed: Documentation clarifications
- Date: Sun, 25 Aug 2019 13:04:24 +0000 (UTC)
commit 06e8d6baca0e14a794eb15a07194f21fece39548
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]