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