pretty_path 1559 lib/vfs/path.c GString *pretty_path; pretty_path 1561 lib/vfs/path.c pretty_path = g_string_new (element->class->prefix); pretty_path 1562 lib/vfs/path.c g_string_append (pretty_path, VFS_PATH_URL_DELIMITER); pretty_path 1565 lib/vfs/path.c g_string_append (pretty_path, url_params); pretty_path 1569 lib/vfs/path.c g_string_append_c (pretty_path, PATH_SEP); pretty_path 1571 lib/vfs/path.c g_string_append (pretty_path, element->path); pretty_path 1572 lib/vfs/path.c return g_string_free (pretty_path, FALSE);