app: fix gimp_layer_new() API docs
This commit is contained in:
@ -1052,7 +1052,7 @@ gimp_layer_new (GimpImage *image,
|
|||||||
* gimp_layer_new_from_buffer:
|
* gimp_layer_new_from_buffer:
|
||||||
* @buffer: The buffer to make the new layer from.
|
* @buffer: The buffer to make the new layer from.
|
||||||
* @dest_image: The image the new layer will be added to.
|
* @dest_image: The image the new layer will be added to.
|
||||||
* @type: The #GimpImageType of the new layer.
|
* @format: The #Babl format of the new layer.
|
||||||
* @name: The new layer's name.
|
* @name: The new layer's name.
|
||||||
* @opacity: The new layer's opacity.
|
* @opacity: The new layer's opacity.
|
||||||
* @mode: The new layer's mode.
|
* @mode: The new layer's mode.
|
||||||
@ -1097,7 +1097,7 @@ gimp_layer_new_from_buffer (GeglBuffer *buffer,
|
|||||||
* gimp_layer_new_from_pixbuf:
|
* gimp_layer_new_from_pixbuf:
|
||||||
* @pixbuf: The pixbuf to make the new layer from.
|
* @pixbuf: The pixbuf to make the new layer from.
|
||||||
* @dest_image: The image the new layer will be added to.
|
* @dest_image: The image the new layer will be added to.
|
||||||
* @type: The #GimpImageType of the new layer.
|
* @format: The #Babl format of the new layer.
|
||||||
* @name: The new layer's name.
|
* @name: The new layer's name.
|
||||||
* @opacity: The new layer's opacity.
|
* @opacity: The new layer's opacity.
|
||||||
* @mode: The new layer's mode.
|
* @mode: The new layer's mode.
|
||||||
|
Reference in New Issue
Block a user