[ Version ( since = "3.2" ) ]
public static bool operation_get_details (string operation_name, out string[] propnames, out ValueArray propvalues)
Get information about a GEGL operation.
This procedure returns information about a GEGL operation. The content of the list of information can vary across versions and currently can contain: - a human-readable title of the operation, - a description of the operation's behaviour, - the categories the operation belongs to, and - the license of the operation. An operation can belong to no categories or to multiple categories. Multiple categories are separated by the ':' character. Some operation's license is not specifically set. In such cases, the returned license is 'unknown'.
| operation_name |
The GEGL operation's name. |
| propnames |
The names of properties. |
| propvalues |
The values of properties in the same order. |
|
TRUE on success. |