gwymodule-layer

gwymodule-layer — GwyDataView layer modules

Synopsis




gboolean    gwy_layer_func_register         (GType type);

Description

Layer modules implement GwyDataView layers, corresponding to different kinds of selections.

Details

gwy_layer_func_register ()

gboolean    gwy_layer_func_register         (GType type);

Registeres a layer function (layer type).

type : Layer type in GObject type system. That is the return value of gwy_layer_foo_get_type().
Returns : Normally TRUE; FALSE on failure.