Gimp.Item.prototype.get_children
function get_children(): [return_value: Array(Gimp.Item), num_children: Number(gint)] {
// Gjs wrapper for gimp_item_get_children()
}
Returns the item's list of children.
This procedure returns the list of items which are children of the specified item. The order is topmost to bottommost.
Since 2.8
- return_value
The item's list of children. The returned value must be freed with g_free().
- num_children
The item's number of children.