[gtk/ebassi/overlay-docs: 2/2] Remove spurious annotations
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/overlay-docs: 2/2] Remove spurious annotations
- Date: Wed, 27 May 2020 14:50:15 +0000 (UTC)
commit 637186976c5c18b1c21d17a32ae016a918fa5af4
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed May 27 15:46:19 2020 +0100
Remove spurious annotations
Boolean values are not nullable, and have no ownership to transfer.
gtk/gtkoverlaylayout.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkoverlaylayout.c b/gtk/gtkoverlaylayout.c
index 8b71b91783..27d099fe81 100644
--- a/gtk/gtkoverlaylayout.c
+++ b/gtk/gtkoverlaylayout.c
@@ -185,7 +185,7 @@ gtk_overlay_layout_child_set_measure (GtkOverlayLayoutChild *child,
*
* Retrieves whether the child is measured.
*
- * Returns: (transfer none) (nullable): whether the child is measured
+ * Returns: whether the child is measured
*/
gboolean
gtk_overlay_layout_child_get_measure (GtkOverlayLayoutChild *child)
@@ -227,7 +227,7 @@ gtk_overlay_layout_child_set_clip_overlay (GtkOverlayLayoutChild *child,
*
* Retrieves whether the child is clipped.
*
- * Returns: (transfer none) (nullable): whether the child is clipped
+ * Returns: whether the child is clipped
*/
gboolean
gtk_overlay_layout_child_get_clip_overlay (GtkOverlayLayoutChild *child)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]