Function
GimpItemget_by_id
Declaration [src]
GimpItem*
gimp_item_get_by_id (
gint32 item_id
)
Description [src]
Returns a GimpItem
representing item_id
. Since GimpItem
is an
abstract class, the real object type will actually be the proper subclass.
Available since: | 3.0 |
Return value
Returns: | GimpItem |
A |
|
The data is owned by the called function. | |
The return value can be NULL . |