operation_get_pspecs


Description:

[ Version ( since = "3.2" ) ]
public static ValueArray operation_get_pspecs (string operation_name)

Get information for all parameters of a GEGL operation.

This procedure returns a list of all parameters used to configure a GEGL operation. Each parameter is represented by GParamSpec.

Parameters:

operation_name

The GEGL operation's name.

Returns:

List of all parameters of the GEGL operation. The returned value must be freed with g_free.