| ToutDoux : Manuel de référence | |||
|---|---|---|---|
| <<< Page précédente | Sommaire | Haut | Page suivante >>> |
| enum | TdConnectType; | |||||
| struc | TdDbConnect | |||||
| TdConnectType | td_db_connect_type_parse |
| ||||
| gboolean | td_db_connect_close |
| ||||
| gchar* | td_db_connect_type_print |
| ||||
| GtkObject* | td_db_connect_new |
| ||||
| gboolean | td_db_connect_load |
| ||||
| void | td_db_connect_destroy |
| ||||
| gboolean | td_db_connect_open_oldfile |
| ||||
| gboolean | td_db_connect_save |
|
| typedef enum | ||||||||||||||||||
|
| fr: Type de connexion |
| en: Connection type |
| TD_CONNECT_TYPE_FILE | Fichier - File |
| TD_CONNECT_TYPE_TEMPLATE | Gabarit - Template |
| TD_CONNECT_TYPE_DATABASE | Database - Base de données |
| TD_CONNECT_TYPE_URL | Fichier distant - Remote file |
| TD_CONNECT_TYPE_RECOVERY | Récupération - Recovery |
| TD_CONNECT_TYPE_RECOVERY_START | Récupération démmarrage - Recovery starting |
| TD_CONNECT_TYPE_NONE | Aucun - None |
| struct TdDbConnect | ||||||||||||||||||||||||
|
| fr: Object connexion |
| en: Connection object |
| gchar *name | Nom - Name |
| TdConnectType type | Type |
| gchar *interface | Interface |
| gchar *host | Hôte - Host |
| gchar *port | Port |
| gchar *base | Base |
| gchar *user | Utilisateur - User |
| gchar *password | Mot de passe - Password |
| gchar *file | Fichier - File |
| gchar *template | Gabarit - Template |
| TdConnectType | td_db_connect_type_parse |
|
| fr: Retourne le 'TdConnectType' correspondant à la chaîne de caractères |
| en: Returns the 'TdConnectType' corresponding the string |
| Return value: connect type |
| value | : string |
| gboolean | td_db_connect_close |
|
| fr: Ferme le fichier courant |
| en: Close the current file |
| Return value: FALSE on error |
| gchar* | td_db_connect_type_print |
|
| fr: Retourne la chaîne de caractères correspondant au type de connection |
| en: Returns the string corresponding the connect type |
| Return value: string |
| value | : connect type |
| GtkObject* | td_db_connect_new |
|
| fr: Créé une nouvelle connexion |
| en: Creates a new connection |
| Return value: connection |
| gboolean | td_db_connect_load |
|
| fr: Charge un fichier |
| en: Load a file |
| Return value: FALSE on error |
| command | : command |
| connect_bookmark | : connection of a bookmark |
| void | td_db_connect_destroy |
|
| fr: Détruit la connexion |
| en: Destroys the connection |
| connect | : connection |
| gboolean | td_db_connect_open_oldfile |
|
| fr: Ouvre un fichier ayant un format obsolète pour traduction |
| en: Open a file with obsoleted format for translating |
| Return value: FALSE on error |
| file | : file location |
| gboolean | td_db_connect_save |
|
| fr: Enregistre un fichier (version gtk+) |
| en: Save a file (gtk+ version) |
| Return value: FALSE on error |
| command | : command |
| <<< Page précédente | Sommaire | Haut | Page suivante >>> |
| Index | Index | ||