mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
29 lines
2.8 KiB
HTML
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->user = g_strdup (element->user);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L829'>new_element</a> 829 lib/vfs/path.c new_element->password = g_strdup (element->password);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L830'>new_element</a> 830 lib/vfs/path.c new_element->host = g_strdup (element->host);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L831'>new_element</a> 831 lib/vfs/path.c new_element->ipv6 = element->ipv6;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L832'>new_element</a> 832 lib/vfs/path.c new_element->port = element->port;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L833'>new_element</a> 833 lib/vfs/path.c new_element->path = g_strdup (element->path);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L834'>new_element</a> 834 lib/vfs/path.c new_element->class = element->class;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L835'>new_element</a> 835 lib/vfs/path.c new_element->vfs_prefix = g_strdup (element->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->encoding = g_strdup (element->encoding);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L838'>new_element</a> 838 lib/vfs/path.c new_element->dir.converter = str_crt_conv_from (element->encoding);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L840'>new_element</a> 840 lib/vfs/path.c new_element->dir.converter = element->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->dir.info = element->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>
|