GNOME Data Access manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
const gchar* gda_type_to_string (GdaType type); GdaType gda_type_from_string (const gchar *str); gchar* gda_file_load (const gchar *uri); gboolean gda_file_save (const gchar *uri, const gchar *buffer, gint len); |
const gchar* gda_type_to_string (GdaType type); |
Return the string representing the given GdaType.
gchar* gda_file_load (const gchar *uri); |
Loads a file, specified by the given uri, and returns the file contents as a string. The uri argument can specify any transfer method (file:, http:, ftp:, etc) supported by GnomeVFS on your system.
It is the caller's responsibility to free the returned value.