Registry Types
Name
Registry Types -- structure for storing piece of informations about plugins.
Description
The RegistryEntry type is used for storing some
informations about plugins.
Details
struct Registry
The Registry struct
is simply a GList of RegistryEntry element.
struct RegistryEntry
struct RegistryEntry
{
GString *name;
GString *description;
GString *path;
GString *type;
GString *calc;
GString *var;
GString *status;
};
|
The RegistryEntry struct
is a data structure representing a registry entry.