[gegl] gegl: add transfer none to return of gegl_operation_find_property



commit e76092d23fdd3f136fece29d34acff4d53d20067
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Dec 26 22:38:53 2017 +0100

    gegl: add transfer none to return of gegl_operation_find_property

 gegl/gegl-operations-util.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gegl/gegl-operations-util.h b/gegl/gegl-operations-util.h
index 5571037..8637f90 100644
--- a/gegl/gegl-operations-util.h
+++ b/gegl/gegl-operations-util.h
@@ -83,8 +83,8 @@ GParamSpec** gegl_operation_list_properties (const gchar   *operation_type,
  * @operation_type: the name of the operation type we want to locate a property on.
  * @property_name: the name of the property we seek.
  *
- * Return value: The paramspec of the matching property - or NULL if there as
- * no match.
+ * Return value: (transfer none): The paramspec of the matching property - or
+ * NULL if there as no match.
  */
 GParamSpec * gegl_operation_find_property (const gchar *operation_type,
                                            const gchar *property_name);


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