Class: Gegl::Operation
- Inherits:
-
Object
- Object
- Gegl::Operation
- Defined in:
- (unknown)
Class Method Summary collapse
-
.find_property(operation_type, property_name) ⇒ GObject::ParamSpec
NULL if there as no match.
- .get_key(operation_type, key_name) ⇒ String
- .get_op_version(op_name) ⇒ String
-
.get_property_key(operation_type, property_name, property_key_name) ⇒ String
key.
-
.list_keys(operation_type, n_keys) ⇒ Array<String>
terminated array of operation-key names.
-
.list_properties(operation_type, n_properties_p) ⇒ Array<GObject::ParamSpec>
of the operation available when a node has operation_type set.
-
.list_property_keys(operation_type, property_name, n_keys) ⇒ Array<String>
keys.
Class Method Details
.find_property(operation_type, property_name) ⇒ GObject::ParamSpec
NULL if there as no match.
.get_key(operation_type, key_name) ⇒ String
.get_op_version(op_name) ⇒ String
.get_property_key(operation_type, property_name, property_key_name) ⇒ String
key.
.list_keys(operation_type, n_keys) ⇒ Array<String>
terminated array of operation-key names. The list should be freed with g_free after use.
.list_properties(operation_type, n_properties_p) ⇒ Array<GObject::ParamSpec>
of the operation available when a node has operation_type set. The list should be freed with g_free after use.
.list_property_keys(operation_type, property_name, n_keys) ⇒ Array<String>
keys.