id_is_link_layer


Description:

[ Version ( since = "3.2" ) ]
public static bool id_is_link_layer (int item_id)

Returns whether the item ID is a link layer.

This procedure returns true if the specified item ID is a link layer.

*Note*: in most use cases, you should not use this function. See [func@Gimp.Item.id_is_layer] for a discussion on alternatives.

Parameters:

item_id

The item ID.

Returns:

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