set_property


Description:

public void set_property (string property_name, Value value)

This is mainly included for language bindings.

Using gegl_node_set is more convenient when programming in C.

Parameters:

this

a Node

property_name

the name of the property to set

value

a GValue containing the value to be set in the property.