get_by_id


Description:

[ Version ( since = "3.0" ) ]
public static unowned Path? get_by_id (int32 path_id)

Returns a Path representing path_id.

This function calls get_by_id and returns the item if it is a path or null otherwise.

Parameters:

path_id

The path id.

Returns:

a Path for path_id or null if path_id does not represent a valid path. The object belongs to libgimp and you must not modify or unref it.