Gimp.Path.get_by_id
@accepts(gint32)
@returns(Gimp.Path)
def get_by_id(path_id):
# Python wrapper for gimp_path_get_by_id()
Returns a Gimp.Path representing path_id. This function calls Gimp.Item.get_by_id and returns the item if it is a path or None otherwise.
Since 3.0
- path_id
The path id.
- Returns