~ubuntu-branches/debian/sid/thunar/sid

« back to all changes in this revision

Viewing changes to docs/reference/thunar-vfs/html/thunar-vfs-Initialization-and-Shutdown.html

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-23 14:12:33 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523141233-ntplken25atdr214
Tags: 1.0.2-1
* New upstream release.
* debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
* debian/control: build-dep on libstartup-notification0-dev (>= 0.4) as
  startup notification support is enabled in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Initialization and Shutdown</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="Thunar-VFS Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="Thunar-VFS Reference Manual">
8
8
<link rel="up" href="fundamentals.html" title="Part II. Fundamentals">
9
9
<link rel="prev" href="fundamentals.html" title="Part II. Fundamentals">
10
10
<link rel="next" href="thunar-vfs-Basic-Types.html" title="Basic Types">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="introduction.html" title="Part I. Introduction">
14
 
<link rel="part" href="fundamentals.html" title="Part II. Fundamentals">
15
 
<link rel="part" href="jobs.html" title="Part III. Jobs">
16
 
<link rel="part" href="filesystem-monitoring.html" title="Part IV. Filesystem Monitoring">
17
 
<link rel="part" href="mime-types.html" title="Part V. MIME Types">
18
 
<link rel="part" href="users-and-groups-handling.html" title="Part VI. Users and Groups Handling">
19
 
<link rel="part" href="volume-handling.html" title="Part VII. Volume Handling">
20
 
<link rel="index" href="ix01.html" title="Index">
21
13
</head>
22
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
23
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
28
20
<th width="100%" align="center">Thunar-VFS Reference Manual</th>
29
21
<td><a accesskey="n" href="thunar-vfs-Basic-Types.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
30
22
</tr>
31
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#thunar-vfs-Initialization-and-Shutdown.synopsis" class="shortcut">Top</a>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#thunar-vfs-Initialization-and-Shutdown.synopsis" class="shortcut">Top</a>
32
25
                   | 
33
 
                  <a href="#thunar-vfs-Initialization-and-Shutdown.description" class="shortcut">Description</a></nobr></td></tr>
 
26
                  <a href="#thunar-vfs-Initialization-and-Shutdown.description" class="shortcut">Description</a>
 
27
</td></tr>
34
28
</table>
35
 
<div class="refentry" lang="en">
 
29
<div class="refentry" title="Initialization and Shutdown">
36
30
<a name="thunar-vfs-Initialization-and-Shutdown"></a><div class="titlepage"></div>
37
31
<div class="refnamediv"><table width="100%"><tr>
38
32
<td valign="top">
41
35
</td>
42
36
<td valign="top" align="right"></td>
43
37
</tr></table></div>
44
 
<div class="refsynopsisdiv">
 
38
<div class="refsynopsisdiv" title="Synopsis">
45
39
<a name="thunar-vfs-Initialization-and-Shutdown.synopsis"></a><h2>Synopsis</h2>
46
40
<pre class="synopsis">
47
 
 
48
41
#include &lt;thunar-vfs/thunar-vfs.h&gt;
49
42
 
50
 
void                <a class="link" href="thunar-vfs-Initialization-and-Shutdown.html#thunar-vfs-init" title="thunar_vfs_init ()">thunar_vfs_init</a>                     (void);
51
 
void                <a class="link" href="thunar-vfs-Initialization-and-Shutdown.html#thunar-vfs-shutdown" title="thunar_vfs_shutdown ()">thunar_vfs_shutdown</a>                 (void);
 
43
<span class="returnvalue">void</span>                <a class="link" href="thunar-vfs-Initialization-and-Shutdown.html#thunar-vfs-init" title="thunar_vfs_init ()">thunar_vfs_init</a>                     (<em class="parameter"><code><span class="type">void</span></code></em>);
 
44
<span class="returnvalue">void</span>                <a class="link" href="thunar-vfs-Initialization-and-Shutdown.html#thunar-vfs-shutdown" title="thunar_vfs_shutdown ()">thunar_vfs_shutdown</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
52
45
</pre>
53
46
</div>
54
 
<div class="refsect1" lang="en">
 
47
<div class="refsect1" title="Description">
55
48
<a name="thunar-vfs-Initialization-and-Shutdown.description"></a><h2>Description</h2>
56
49
<p>
57
 
 
58
50
</p>
59
51
</div>
60
 
<div class="refsect1" lang="en">
 
52
<div class="refsect1" title="Details">
61
53
<a name="thunar-vfs-Initialization-and-Shutdown.details"></a><h2>Details</h2>
62
 
<div class="refsect2" lang="en">
 
54
<div class="refsect2" title="thunar_vfs_init ()">
63
55
<a name="thunar-vfs-init"></a><h3>thunar_vfs_init ()</h3>
64
 
<pre class="programlisting">void                thunar_vfs_init                     (void);</pre>
65
 
<p>
66
 
Initializes the ThunarVFS library.</p>
67
 
<p>
68
 
 
 
56
<pre class="programlisting"><span class="returnvalue">void</span>                thunar_vfs_init                     (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
57
<p>
 
58
Initializes the ThunarVFS library.
69
59
</p>
70
60
</div>
71
61
<hr>
72
 
<div class="refsect2" lang="en">
 
62
<div class="refsect2" title="thunar_vfs_shutdown ()">
73
63
<a name="thunar-vfs-shutdown"></a><h3>thunar_vfs_shutdown ()</h3>
74
 
<pre class="programlisting">void                thunar_vfs_shutdown                 (void);</pre>
75
 
<p>
76
 
Shuts down the ThunarVFS library.</p>
77
 
<p>
78
 
 
 
64
<pre class="programlisting"><span class="returnvalue">void</span>                thunar_vfs_shutdown                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
65
<p>
 
66
Shuts down the ThunarVFS library.
79
67
</p>
80
68
</div>
81
69
</div>
82
70
</div>
83
71
<div class="footer">
84
72
<hr>
85
 
          Generated by GTK-Doc V1.10</div>
 
73
          Generated by GTK-Doc V1.14</div>
86
74
</body>
87
 
</html>
 
75
</html>
 
 
b'\\ No newline at end of file'