[gimp] libgimpwidgets: fix GimpScaleEntry annotations



commit 83ecbc8e3923d06dc3636c1a3b6ceec3dbaaedd7
Author: Michael Natterer <mitch gimp org>
Date:   Thu Aug 1 10:22:20 2019 +0200

    libgimpwidgets: fix GimpScaleEntry annotations

 libgimpwidgets/gimpscaleentry.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimpwidgets/gimpscaleentry.c b/libgimpwidgets/gimpscaleentry.c
index ab69485aeb..9bc0f97b86 100644
--- a/libgimpwidgets/gimpscaleentry.c
+++ b/libgimpwidgets/gimpscaleentry.c
@@ -236,7 +236,7 @@ gimp_scale_entry_new_internal (gboolean     color_scale,
  * This function creates a #GtkLabel, a #GtkHScale and a #GtkSpinButton and
  * attaches them to a 3-column #GtkGrid.
  *
- * Returns: The #GtkSpinButton's #GtkAdjustment.
+ * Returns: (transfer none): The #GtkSpinButton's #GtkAdjustment.
  **/
 GtkAdjustment *
 gimp_scale_entry_new (GtkGrid     *grid,
@@ -290,7 +290,7 @@ gimp_scale_entry_new (GtkGrid     *grid,
  * This function creates a #GtkLabel, a #GimpColorScale and a
  * #GtkSpinButton and attaches them to a 3-column #GtkGrid.
  *
- * Returns: (transfer full): The #GtkSpinButton's #GtkAdjustment.
+ * Returns: (transfer none): The #GtkSpinButton's #GtkAdjustment.
  **/
 GtkAdjustment *
 gimp_color_scale_entry_new (GtkGrid     *grid,


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