![]() | ![]() | ![]() | libgda API reference | ![]() |
---|
GList* gda_util_hash_to_list (GHashTable *hash_table); gboolean gda_util_destroy_hash_pair (gchar *key, gpointer value, GFreeFunc free_func); gchar* gda_util_load_file (const gchar *filename); gboolean gda_util_save_file (const gchar *filename, const gchar *text);
GList* gda_util_hash_to_list (GHashTable *hash_table);
Convert a
hash_table : | a hash table |
Returns : | the newly created |
gboolean gda_util_destroy_hash_pair (gchar *key, gpointer value, GFreeFunc free_func);
key : | |
value : | |
free_func : | |
Returns : |
|
gchar* gda_util_load_file (const gchar *filename);
Load a file from disk, and return its contents as a newly-allocated string. You must then free it yourself when no longer needed
filename : | file name |
Returns : |
|
gboolean gda_util_save_file (const gchar *filename, const gchar *text);
Save the given text into a file
filename : | file name |
text : | file contents |
Returns : |
|
<<< GdaThread | GdaXmlDatabase >>> |