insert_node
Description:
public void insert_node (
Location location,
uint position)
Inserts a [iface@Location] object to the specified position.
Parameters:
this |
a [class@PathLayer]
|
location |
a [iface@Location]
|
position |
position in the list where the [iface@Location] object should be inserted
|