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

29 lines
2.8 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>new_element</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#L826'>new_element</a> 826 lib/vfs/path.c vfs_path_element_t *new_element = g_new (vfs_path_element_t, 1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L828'>new_element</a> 828 lib/vfs/path.c new_element-&gt;user = g_strdup (element-&gt;user);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L829'>new_element</a> 829 lib/vfs/path.c new_element-&gt;password = g_strdup (element-&gt;password);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L830'>new_element</a> 830 lib/vfs/path.c new_element-&gt;host = g_strdup (element-&gt;host);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L831'>new_element</a> 831 lib/vfs/path.c new_element-&gt;ipv6 = element-&gt;ipv6;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L832'>new_element</a> 832 lib/vfs/path.c new_element-&gt;port = element-&gt;port;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L833'>new_element</a> 833 lib/vfs/path.c new_element-&gt;path = g_strdup (element-&gt;path);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L834'>new_element</a> 834 lib/vfs/path.c new_element-&gt;class = element-&gt;class;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L835'>new_element</a> 835 lib/vfs/path.c new_element-&gt;vfs_prefix = g_strdup (element-&gt;vfs_prefix);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L836'>new_element</a> 836 lib/vfs/path.c new_element-&gt;encoding = g_strdup (element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L838'>new_element</a> 838 lib/vfs/path.c new_element-&gt;dir.converter = str_crt_conv_from (element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L840'>new_element</a> 840 lib/vfs/path.c new_element-&gt;dir.converter = element-&gt;dir.converter;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L841'>new_element</a> 841 lib/vfs/path.c new_element-&gt;dir.info = element-&gt;dir.info;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L843'>new_element</a> 843 lib/vfs/path.c return new_element;</span>
</pre>
</body>
</html>