libgimpcolor: some more (transfer) annotations.

This commit is contained in:
Jehan 2019-07-31 23:55:07 +02:00
parent f7fbdc89b1
commit 8c978f4301
3 changed files with 3 additions and 3 deletions

View File

@ -181,7 +181,7 @@ gimp_cairo_surface_get_format (cairo_surface_t *surface)
* It must only be called on image surfaces, calling it on other surface
* types is an error.
*
* Return value: a #GeglBuffer
* Return value: (transfer full): a #GeglBuffer
*
* Since: 2.10
**/

View File

@ -72,7 +72,7 @@ gimp_pixbuf_get_format (GdkPixbuf *pixbuf)
* be kept around for as long as the buffer exists; otherwise the
* pixels are copied.
*
* Return value: a new #GeglBuffer.
* Return value: (transfer full): a new #GeglBuffer.
*
* Since: 2.10
**/

View File

@ -744,7 +744,7 @@ gimp_param_rgb_values_cmp (GParamSpec *pspec,
* Creates a param spec to hold an #GimpRGB value.
* See g_param_spec_internal() for more information.
*
* Returns: a newly allocated #GParamSpec instance
* Returns: (transfer full): a newly allocated #GParamSpec instance
*
* Since: 2.4
**/