mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
21 lines
1.5 KiB
HTML
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->class->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->str, url_params->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->path);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|