Files
source/Y/pretty_path.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

21 lines
1.5 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>pretty_path</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1537'>pretty_path</a> 1537 lib/vfs/path.c GString *url_params, *pretty_path;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1539'>pretty_path</a> 1539 lib/vfs/path.c pretty_path = g_string_new (element-&gt;class-&gt;prefix);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1540'>pretty_path</a> 1540 lib/vfs/path.c g_string_append (pretty_path, VFS_PATH_URL_DELIMITER);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1545'>pretty_path</a> 1545 lib/vfs/path.c g_string_append_len (pretty_path, url_params-&gt;str, url_params-&gt;len);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1550'>pretty_path</a> 1550 lib/vfs/path.c g_string_append_c (pretty_path, PATH_SEP);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1552'>pretty_path</a> 1552 lib/vfs/path.c return g_string_append (pretty_path, element-&gt;path);</span>
</pre>
</body>
</html>