Function
GimpTextLayerget_by_id
Declaration [src]
GimpTextLayer*
gimp_text_layer_get_by_id (
gint32 layer_id
)
Description [src]
Returns a GimpTextLayer
representing layer_id
. This function calls
gimp_item_get_by_id()
and returns the item if it is layer or NULL
otherwise.
Available since: | 3.0 |
Return value
Returns: | GimpTextLayer |
A |
|
The data is owned by the called function. | |
The return value can be NULL . |