Function

GimpResourceget_by_id

unstable since: 3.0

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

Parameters

resource_id

Type: gint32

The resource id.

Return value

Type: GimpResource

A GimpResource for resource_id or NULL if resource_id does not represent a valid resource. The object belongs to libgimp and you must not modify or unref it.

The data is owned by the called function.
The return value can be NULL.