pretty_path 1575 lib/vfs/path.c GString *url_params, *pretty_path; pretty_path 1577 lib/vfs/path.c pretty_path = g_string_new (element->class->prefix); pretty_path 1578 lib/vfs/path.c g_string_append (pretty_path, VFS_PATH_URL_DELIMITER); pretty_path 1583 lib/vfs/path.c g_string_append_len (pretty_path, url_params->str, url_params->len); pretty_path 1588 lib/vfs/path.c g_string_append_c (pretty_path, PATH_SEP); pretty_path 1590 lib/vfs/path.c return g_string_append (pretty_path, element->path);