gnome-vfs-module-shared
gnome-vfs-module-shared —
Description
Details
gnome_vfs_mime_type_from_mode ()
const gchar* gnome_vfs_mime_type_from_mode (mode_t mode);
gnome_vfs_stat_to_file_info ()
void gnome_vfs_stat_to_file_info (GnomeVFSFileInfo *file_info,
const struct stat *statptr);
gnome_vfs_set_meta ()
GnomeVFSResult gnome_vfs_set_meta (GnomeVFSFileInfo *info,
const char *file_name,
const char *meta_key);
info : |
|
file_name : |
|
meta_key : |
|
Returns : |
|
gnome_vfs_set_meta_for_list ()
GnomeVFSResult gnome_vfs_set_meta_for_list (GnomeVFSFileInfo *info,
const char *file_name,
const GList *meta_keys);
info : |
|
file_name : |
|
meta_keys : |
|
Returns : |
|
gnome_vfs_get_special_mime_type ()
const char* gnome_vfs_get_special_mime_type (GnomeVFSURI *uri);
uri : |
|
Returns : | a string containing the mime type, NULL if the uri doesn't
present an special file.
|