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