Function

GimpItemid_is_text_layer

unstable since: 3.0

Declaration [src]

gboolean
gimp_item_id_is_text_layer (
  gint item_id
)

Description [src]

Returns whether the item ID is a text layer.

This procedure returns TRUE if the specified item ID is a text layer.

Available since: 3.0

Parameters

item_id

Type: gint

The item ID.

Return value

Type: gboolean

TRUE if the item is a text layer, FALSE otherwise.