ToutDoux : Manuel de référence
<<< Page précédenteSommaireHautPage suivante >>>

TdDico

Nom

TdDico -- Dictionary

Synopsis

strucTdDico
voidtd_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

Détails

struct TdDico

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

fr: Objet Dictionnaire

en: Dictionary object

GList *wordMots référence - Reference words
GList *word_intlMots traduits - Translated words

td_dico_destroy ()

voidtd_dico_destroy
(TdDico *dico);

fr: Détruit le dictionnaire

en: Destroys the dictionary

dico : dictionary

td_dico_intl2 ()

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

fr: Retourne la référence 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 ()

voidtd_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


Voir aussi

<<< Page précédenteSommaireHautPage suivante >>>
IndexIndex