| Gwyddion Data Processing Library Reference Manual |
|---|
gwyprocess — Base functions
void gwy_process_type_init (void);
Gwyddion classes has to be initialized before they can be safely deserialized. The function gwy_process_type_init() performs this initialization.
void gwy_process_type_init (void);
Initializes libgwyprocess types, making their deserialization safe.
Eventually calls gwy_type_init().
| << tip | gwyprocessenums >> |