ToutDoux : Reference manual
<<< Previous Page Home Up Next Page >>>

TdDico

Name

TdDico -- Dictionary

Synopsis

struc TdDico
void td_dico_destroy
( TdDico *dico);
gchar*td_dico_intl2
( TdDico *dico,
gchar *word);
gchar*td_dico_2intl
( TdDico *dico,
gchar *word);
voidtd_dico_add_word
( TdDico *dico,
gchar *word,
gchar *word_intl);
GtkObject*td_dico_new
( void);

Description

Details

struct TdDico

struct TdDico
{
GList *word;
GList *word_intl;
} ;

fr: Objet Dictionnaire

en: Dictionary object

GList *word Mots r馭駻ence - Reference words
GList *word_intl Mots traduits - Translated words

td_dico_destroy ()

void td_dico_destroy
( TdDico *dico);

fr: D騁ruit le dictionnaire

en: Destroys the dictionary

dico : dictionary

td_dico_intl2 ()

gchar* td_dico_intl2
( TdDico *dico,
gchar *word);

fr: Retourne la r馭駻ence du mot traduit

en: Return the reference word of the translated word

Return value: string

dico : dictionary
word : word

td_dico_2intl ()

gchar* td_dico_2intl
( TdDico *dico,
gchar *word);

fr: Retourne la traduction du mot

en: Return the word translated

Return value: string

dico : dictionary
word : word

td_dico_add_word ()

void td_dico_add_word
( TdDico *dico,
gchar *word,
gchar *word_intl);

fr: Ajoute le mot au dictionnaire

en: Adds the word to dictionary

dico : dictionary
word : reference word
word_intl : translated word

td_dico_new ()

GtkObject* td_dico_new
( void);

fr: Cr鳬 un nouveau dictionnaire

en: Creates a new dictionary

Return value: dictionary


See Also

Index Index

AltStyle によって変換されたページ (->オリジナル) /