ToutDoux : Manuel de référence | |||
---|---|---|---|
<<< Page précédente | Sommaire | Haut | Page suivante >>> |
enum | TdFace; | |||||||||||
enum | TdDateFormat; | |||||||||||
enum | TdListType; | |||||||||||
enum | TdModType; | |||||||||||
GDate * | td_date_add_days |
| ||||||||||
gchar* | td_strnil |
| ||||||||||
void | td_hashtable_clear |
| ||||||||||
TdListType | td_list_type_parse |
| ||||||||||
GtkObject* | td_dataplugins_list |
| ||||||||||
gpointer * | td_dlsym |
| ||||||||||
GDate * | td_date_add_months |
| ||||||||||
GList* | td_dataplugins_filelist |
| ||||||||||
gchar* | td_list_type_print |
| ||||||||||
GList* | td_hashtable_get_values |
| ||||||||||
int | td_floor |
| ||||||||||
gchar* | td_date_day_name |
| ||||||||||
GString* | td_string_file |
| ||||||||||
gint | td_question_create_window |
| ||||||||||
void | td_custom_update |
| ||||||||||
gchar* | td_string_remove |
| ||||||||||
gboolean | td_system |
| ||||||||||
void | td_exit |
| ||||||||||
GDate * | td_date_current |
| ||||||||||
gchar* | td_fileselector_create_window |
| ||||||||||
GList* | td_hashtable_get_keys |
| ||||||||||
void | td_sleep |
| ||||||||||
GDate * | td_date_add_years |
| ||||||||||
void | td_init |
| ||||||||||
gint | td_date_period_day |
| ||||||||||
gboolean | td_file_exist |
| ||||||||||
gint | td_exec |
| ||||||||||
gboolean | td_custom_load |
| ||||||||||
gboolean | td_file_backup |
| ||||||||||
void | td_message_create_window |
| ||||||||||
void | td_custom_refresh |
| ||||||||||
GList* | td_strsplist |
| ||||||||||
gboolean | td_shell |
| ||||||||||
GDate * | td_date_parse |
| ||||||||||
gint | td_func_comp |
| ||||||||||
void | td_set_ok |
| ||||||||||
gchar* | td_date_month |
| ||||||||||
gint | td_atoi |
| ||||||||||
gchar* | td_date_week |
| ||||||||||
gchar* | td_date_print |
| ||||||||||
gchar* | td_itoa |
| ||||||||||
void | td_editor_txt |
| ||||||||||
gboolean | td_viewer_ps |
| ||||||||||
XmlNode * | td_xml_check_children |
| ||||||||||
gchar* | td_exec_alias |
| ||||||||||
gchar* | td_strsplit |
| ||||||||||
void | td_browser |
| ||||||||||
gchar* | td_date_intl |
| ||||||||||
gchar* | td_string_replace |
| ||||||||||
gchar* | td_date_day |
| ||||||||||
gchar* | td_date_month_name |
|
typedef enum | ||||||||||||||||||
|
fr: Type de face |
en: Face type |
TD_FACE_NORMAL | Face normal |
TD_FACE_PRELIGHT | Face éclairée - Face prelighted |
TD_FACE_SELECTED | Face selectionnée - Face Selected |
TD_FACE_PARENT | Face parent |
TD_FACE_CHILD | Face enfant - Face child |
TD_FACE_UNCLE | Face oncle - Face uncle |
TD_FACE_COUSIN | Face cousin |
typedef enum | ||||||||
|
fr: Format de date |
en: Date format |
TD_DATE_FORMAT_EU | Date au format européen - Date with European format |
TD_DATE_FORMAT_US | Date au format américain - Date with American format |
typedef enum | ||||||||||||
|
fr: Type de liste |
en: List type |
TD_LIST_TYPE_NONE | Sans liste - Without list |
TD_LIST_TYPE_QUERY | Liste générée par SQL - List generated by SQL |
TD_LIST_TYPE_QUERY_STATIC | Liste générée par SQL mais statique - List generated by SQL but static |
TD_LIST_TYPE_ITEM | Liste d'items - Items list |
typedef enum | ||||||||||
|
fr: Type de module |
en: Module type |
TD_MOD_TYPE_CORE | Module noyau - Core module |
TD_MOD_TYPE_DATA | Module de données - Data module |
TD_MOD_TYPE_FILTER | Module filtre - Filter module |
GDate * | td_date_add_days |
|
fr: Retourne une nouvelle date resultant de l'addition |
en: Returns a new date result the addition |
Return value: date |
date | : date |
days | : days quantity for addition |
gchar* | td_strnil |
|
fr: Retourne "" pour une valeur NULL |
en: Returns "" for NULL value |
Return value: string |
value | : value |
void | td_hashtable_clear |
|
fr: Razage de la table de hachage |
en: Clears the hash table |
TdListType | td_list_type_parse |
|
fr: Retourne le type de liste correspondant à la chaîne de caractères |
en: Returns the list type corresponding the string |
Return value: list type |
value | : value |
GtkObject* | td_dataplugins_list |
|
fr: Retourne la liste des descriptions des greffons de données |
en: Returns description list of data plug-ins |
Return value: description list |
gpointer * | td_dlsym |
|
fr: Retourne le symbole du greffon |
en: Returns the symbol's module |
Return value: pointer |
module | : module |
dir | : directory of module (NULL => default directory (TD_PACKAGE_PLUGINS_DIR)) |
file | : file of module |
symbol | : symbol called |
warning | : warning flag |
GDate * | td_date_add_months |
|
fr: Retourne une nouvelle date resultant de l'addition |
en: Returns a new date result the addition |
Return value: date |
date | : date |
months | : months quantity for addition |
GList* | td_dataplugins_filelist |
|
fr: Retourne la liste des fichiers des greffons de données |
en: Returns file list of data plug-ins |
Return value: list |
gchar* | td_list_type_print |
|
fr: Retourne la chaîne de caractères correspondant au type de liste |
en: Returns the string corresponding the list type |
Return value: string |
value | : list type |
GList* | td_hashtable_get_values |
|
fr: Retourne les valeurs |
en: Returns the values |
Return value: list |
int | td_floor |
|
fr: Retourne l'arrondi par defaut |
en: Returns the round down |
Return value: integer |
value | : value |
base | : base |
gchar* | td_date_day_name |
|
fr: Retourne le nom du jour |
en: Returns the day's name |
Return value: string |
date | : week number |
abbrev | : TRUE for abbreviation |
GString* | td_string_file |
|
fr: Retourne le contenu du fichier |
en: Returns the file content |
Return value: string |
file | : file |
gint | td_question_create_window |
|
fr: Créé et affiche une fenêtre à question |
en: Creates and display window with question |
Return value: 0 for yes, 1 for no and 2 for cancel |
question | : question |
title | : window's title |
void | td_custom_update |
|
fr: Mise à jour de la la personnalisation |
en: Update the customize |
hashtable | : hachtable |
file | : file |
gchar* | td_string_remove |
|
fr: Supprime une chaîne de caractère |
en: Remove a string |
Return value: result |
source | : source |
string | : string |
gboolean | td_system |
|
fr: Execute une commande unix sans nouveau processus |
en: Executes an unix command without new process |
Return value: FALSE on error |
command | : command |
void | td_exit |
|
fr: Quitter |
en: Exit |
ret | : return value |
GDate * | td_date_current |
|
fr: Retourne la date courante |
en: Returns the current date |
Return value: date |
gchar* | td_fileselector_create_window |
|
fr: Créé et affiche ou cache une fenêtre de selection de fichier |
en: Creates and display or hide window for file selection |
Return value: file location |
title | : window's title |
file | : default file |
extension | : extension of file |
show | : TRUE for show window, FALSE for hide window |
GList* | td_hashtable_get_keys |
|
fr: Retourne les clés |
en: Returns the keys |
Return value: list |
void | td_sleep |
|
fr: Pause |
en: Pause |
ms | : delay in milliseconds |
GDate * | td_date_add_years |
|
fr: Retourne une nouvelle date resultant de l'addition |
en: Returns a new date result the addition |
Return value: date |
date | : date |
years | : months quantity for addition |
void | td_init |
|
fr: Initialisation de la bibliothèque |
en: Library initialization |
gint | td_date_period_day |
|
fr: Retourne la distance en jours entre les deux dates |
en: Returns the distance between dates |
Return value: integer |
lower | : begin date |
upper | : end date |
gboolean | td_file_exist |
|
fr: Retourne TRUE si le fichier existe |
en: Returns TRUE if file exist |
Return value: boolean |
file | : file |
gint | td_exec |
|
fr: Execute une commande unix avec un nouveau processus |
en: Executes an unix command with new process |
Return value: pid or -1 on error |
command | : command |
gboolean | td_custom_load |
|
fr: Charge la personnalisation |
en: Load the customize values |
Return value: FALSE on error |
hashtable | : hachtable |
file | : file |
gboolean | td_file_backup |
|
fr: Mise en sauvegarde du fichier |
en: Create the backup of the file |
Return value: FALSE on error |
file | : file |
void | td_message_create_window |
|
fr: Créé et affiche une fenêtre à message |
en: Creates and display a window with message |
message | : pop window's message |
void | td_custom_refresh |
|
fr: Rafraîchis les valeurs de la personnalisation |
en: Refresh the customize values |
hashtable | : hachtable |
file | : file |
GList* | td_strsplist |
|
fr: Retourne la liste des valeur du tableau |
en: Returns the value list of the array |
Return value: list |
string | : string |
delimiter | : delimiter |
gboolean | td_shell |
|
fr: Execute une commande shell avec un nouveau processus |
en: Executes a shell command with new process |
Return value: pid or -1 on error |
command | : command |
GDate * | td_date_parse |
|
format : day/month/year, year-month-day |
fr: Retourne la date correspondant à la chaîne de caractères |
en: Returns the date corresponding the string |
Return value: date |
date | : string |
format | : date format |
gint | td_func_comp |
|
fr: Fonction : comparaison |
en: Function : comparaison |
Return value: result |
a | : left-hand member |
b | : right-hand member |
void | td_set_ok |
|
fr: Quitte la boucle Gtk+ |
en: Quit the Gtk+ loop |
widget | : event's widget |
dialog_result | : dialog's flag |
gchar* | td_date_month |
|
format : month, month_name, month_abbrev, month/year, year-month, month_name year, month_abbrev year |
fr: Retourne la chaîne de caractères formatée de la date |
en: Returns the formated string of the date |
Return value: string |
month | : month number |
year | : year number |
format | : date format |
gint | td_atoi |
|
fr: Retourne l'entier correspondant à la chaîne de caractères |
en: Returns the integer corresponding the string |
Return value: integer |
value | : value |
gchar* | td_date_week |
|
format : week, week/year, year-week |
fr: Retourne la chaîne de caractères formatée de la date |
en: Returns the formated string of the date |
Return value: string |
week | : week number |
year | : year number |
format | : date format |
gchar* | td_date_print |
|
format : day, day_name, day_abbrev, day/month, day/month/year, month-day, year-month-day, |
fr: Retourne la chaîne de caractères correspondant à la date |
en: Returns the string corresponding the date |
Return value: string |
date | : date |
format | : date format |
gchar* | td_itoa |
|
fr: Retourne la chaîne de caractères correspondant à l'entier |
en: Returns the string corresponding the integer |
Return value: string |
value | : value |
void | td_editor_txt |
|
fr: Ouvre le fichier texte avec un éditeur de texte |
en: Opens the text file with a text editor |
file | : file |
gboolean | td_viewer_ps |
|
fr: Ouvre le fichier postscript avec un lecteur postscript |
en: Opens the postscript file with a postscript viewer |
Return value: FALSE on error |
file | : file |
XmlNode * | td_xml_check_children |
|
fr: Retourne le petit enfant |
en: Returns the little children |
Return value: XML node |
cur | : XML node |
name | : children name |
gchar* | td_exec_alias |
|
fr: Retourne la commande unix après remplacement des alias |
en: Returns the unix command after remplacing alias |
Return value: command |
command | : command |
gchar* | td_strsplit |
|
fr: Retourne la valeur[index] du tableau |
en: Returns the value[index] of the array |
Return value: value |
string | : string |
delimiter | : delimiter |
index | : index |
void | td_browser |
|
fr: Ouvre l'URL avec un navigateur web |
en: Opens the URL with a web browser |
url | : url |
gchar* | td_date_intl |
|
format : week day/month/year, day/month/year, week/year, month/year, month/year |
fr: Retourne le format de date localisé |
en: Returns the format data localized |
Return value: date format |
format | : date format |
gchar* | td_string_replace |
|
fr: Remplace une chaîne de caractère |
en: Remplaces a string |
Return value: result |
source | : source |
before | : before |
after | : after |
gchar* | td_date_day |
|
format : day, day_name, day_abbrev, day/month, day/month/year, month-day, year-month-day, |
fr: Retourne la chaîne de caractères formatée de la date |
en: Returns the formated string of the date |
Return value: string |
day | : day number |
month | : month number |
year | : year number |
format | : date format |
gchar* | td_date_month_name |
|
fr: Retourne le nom du mois |
en: Returns the month's name |
Return value: string |
month | : month number |
abbrev | : TRUE for abbreviation |
<<< Page précédente | Sommaire | Haut | Page suivante >>> |
Index | Index |