| Gwyddion Module Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
gwymodule-layergwymodule-layer — GwyDataView layer modules |
#include <libgwymodule/gwymodule.h> void gwy_layer_func_foreach (GFunc function,gpointer user_data); gboolean gwy_layer_func_register (GType type);
Layer modules implement GwyDataView layers, corresponding to different kinds of selections.
void gwy_layer_func_foreach (GFunc function,gpointer user_data);
Calls a function for each layer function.
|
Function to run for each layer function. It will get function
name (constant string owned by module system) as its first
argument, user_data as the second argument. |
|
Data to pass to function. |