Top | ![]() |
![]() |
![]() |
![]() |
GnomeVFSResult | cong_vfs_new_buffer_from_file () |
GnomeVFSResult | cong_vfs_new_buffer_from_uri () |
xmlDocPtr | cong_vfs_load_xml_from_uri () |
GnomeVFSResult | cong_vfs_save_xml_to_uri () |
gchar * | cong_vfs_get_local_path_from_uri () |
void | cong_vfs_split_vfs_uri () |
void | cong_vfs_split_string_uri () |
gchar * | cong_vfs_extract_short_name () |
GnomeVFSResult cong_vfs_new_buffer_from_file (const char *filename
,char **buffer
,GnomeVFSFileSize *size
);
TODO: Write me
GnomeVFSResult cong_vfs_new_buffer_from_uri (GnomeVFSURI *vfs_uri
,char **buffer
,GnomeVFSFileSize *size
);
A routine that tries to syncronously load a file into a buffer in memory (surely this exists already somewhere?)
xmlDocPtr cong_vfs_load_xml_from_uri (const gchar *string_uri
,GtkWindow *parent_window
);
TODO: Write me
GnomeVFSResult cong_vfs_save_xml_to_uri (xmlDocPtr doc_ptr
,GnomeVFSURI *vfs_uri
,GnomeVFSFileSize *output_file_size
);
TODO: Write me
gchar *
cong_vfs_get_local_path_from_uri (GnomeVFSURI *vfs_uri
);
void cong_vfs_split_vfs_uri (const GnomeVFSURI *vfs_uri
,gchar **filename_alone
,gchar **path
);
TODO: Write me
void cong_vfs_split_string_uri (const gchar *string_uri
,gchar **filename_alone
,gchar **path
);
TODO: Write me