mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
libgimpcolor: some more (transfer) annotations.
This commit is contained in:
@@ -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
|
||||
**/
|
||||
|
@@ -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
|
||||
**/
|
||||
|
@@ -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
|
||||
**/
|
||||
|
Reference in New Issue
Block a user