GnomeVFS - Filesystem Abstraction library | |||
---|---|---|---|
<<< Previous Page | Home | Up |
char* gnome_vfs_format_file_size_for_display (GnomeVFSFileSize size); |
size : | |
Returns : |
char* gnome_vfs_escape_path_string (const char *path); |
path : | |
Returns : |
char* gnome_vfs_escape_host_and_path_string (const char *path); |
path : | |
Returns : |
char* gnome_vfs_escape_set (const char *string, const char *match_set); |
string : | |
match_set : | |
Returns : |
char* gnome_vfs_unescape_string (const char *string, const char *illegal_characters); |
string : | |
illegal_characters : | |
Returns : |
char* gnome_vfs_make_path_name_canonical (const char *path); |
path : | |
Returns : |
char* gnome_vfs_expand_initial_tilde (const char *path); |
path : | |
Returns : |
char* gnome_vfs_unescape_string_for_display (const char *escaped); |
escaped : | |
Returns : |
char* gnome_vfs_get_local_path_from_uri (const char *uri); |
Return a local path for a file:/// URI.
uri : | |
Returns : | the local path NULL is returned on error or if the uri isn't a file: URI without a fragment identifier (or chained URI). |
char* gnome_vfs_get_uri_from_local_path (const char *local_full_path); |
Return a file:/// URI for a local path.
local_full_path : | |
Returns : | the URI (NULL for some bad errors). |
gboolean gnome_vfs_is_executable_command_string (const char *command_string); |
command_string : | |
Returns : |
GnomeVFSResult gnome_vfs_get_volume_free_space (const GnomeVFSURI *vfs_uri, GnomeVFSFileSize *size); |
vfs_uri : | |
size : | |
Returns : |
char* gnome_vfs_icon_path_from_filename (const char *filename); |
filename : | |
Returns : |
#define GNOME_VFS_ASSERT_PRIMARY_THREAD g_assert (gnome_vfs_is_primary_thread()) |
#define GNOME_VFS_ASSERT_SECONDARY_THREAD g_assert (!gnome_vfs_is_primary_thread()) |