Registry Types

Name

Registry Types -- structure for storing piece of informations about plugins.

Synopsis

#include <tiffep.h> (reg_file.h)


typedef     GList                           Registry;

struct      RegistryEntry;

Description

The RegistryEntry type is used for storing some informations about plugins.


Details

struct Registry

typedef     GList                           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.