Method
GimpImageget_layer_by_tattoo
Declaration [src]
GimpLayer*
gimp_image_get_layer_by_tattoo (
GimpImage* image,
guint tattoo
)
Description [src]
Find a layer with a given tattoo in an image.
This procedure returns the layer with the given tattoo in the specified image.
Return value
Type: GimpLayer
The layer with the specified tattoo.
The data is owned by the instance. |