GNU Dico Manual (split by section):   Section:   Chapter:FastBack: Libdico   Up: Libdico   FastForward: Copying This Manual   Contents: Table of ContentsIndex: Concept Index

D.1 Strategies

Editor’s note:

The information in this node may be obsolete or otherwise inaccurate. This message will disappear, once this node revised.

struct dico_strategy {
    char *name;
    char *descr;
    dico_select_t sel;
    void *closure;
    int is_default;
};
Function: dico_strategy_t dico_strategy_dup (const dico_strategy_t strat)
Function: dico_strategy_t dico_strategy_find (const char *name)
Function: int dico_strategy_add (const dico_strategy_t strat)
Function: dico_iterator_t dico_strategy_iterator (void)
Function: void dico_strategy_iterate (dico_list_iterator_t itr, void *data)
Function: size_t dico_strategy_count (void)
Function: int dico_set_default_strategy (const char *name)
Function: const dico_strategy_t dico_get_default_strategy (void)
Function: int dico_strategy_is_default_p (dico_strategy_t strat)

GNU Dico Manual (split by section):   Section:   Chapter:FastBack: Libdico   Up: Libdico   FastForward: Copying This Manual   Contents: Table of ContentsIndex: Concept Index