| GnomeVFS - Filesystem Abstraction library | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | |
| char*       gnome_vfs_format_file_size_for_display
                                            (GnomeVFSFileSize size); | 
| char*       gnome_vfs_escape_host_and_path_string
                                            (const char *path); | 
| char*       gnome_vfs_unescape_string       (const char *string,
                                             const char *illegal_characters); | 
| char*       gnome_vfs_unescape_string_for_display
                                            (const char *escaped); | 
| char*       gnome_vfs_get_local_path_from_uri
                                            (const char *uri); | 
Return a local path for a file:/// URI.
| char*       gnome_vfs_get_uri_from_local_path
                                            (const char *local_full_path); | 
Return a file:/// URI for a local path.
| gboolean    gnome_vfs_is_executable_command_string
                                            (const char *command_string); | 
| GnomeVFSResult gnome_vfs_get_volume_free_space (const GnomeVFSURI *vfs_uri, GnomeVFSFileSize *size); | 
| #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()) |