list_operations


Description:

[ CCode ( array_length_pos = 0.1 , array_length_type = "guint" ) ]
public (unowned string)[] list_operations ()

Parameters:

n_operations_p

return location for number of operations.

Returns:

An alphabetically sorted array of available operation names. This excludes any compat-name registered by operations. The list should be freed with g_free after use. --- gchar **operations; guint n_operations; gint i;

operations = gegl_list_operations (&n_operations); g_print ("Available operations:\n"); for (i=0; i < n_operations; i++) { g_print ("\t%s\n", operations[i]); } g_free (operations);


Namespace: Gegl
Package: gegl-0.3