~ubuntu-branches/ubuntu/warty/gnome-vfs2/warty

« back to all changes in this revision

Viewing changes to doc/sgml/context.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-11 16:04:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011160446-lc0ervct24rylahc
Tags: 2.8.2-0ubuntu1
* New upstream release:
  - performance increase in gnome-vfs-volume-monitor.
  - make folders open with components, to make run-dialog work for folders.
  - add support for additional headers to http backend (Warty: #2163).
  - default to the workgroup specified in smb.conf for network://.
* debian/patches/13_ssl_crash.patch:
  - removed, these changes are in the new version.
* debian/patches/14_default-workgroup.patch:
  - removed, these changes are in the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="gnome-vfs-Context">
2
 
<refmeta>
3
 
<refentrytitle>Context</refentrytitle>
4
 
<manvolnum>3</manvolnum>
5
 
<refmiscinfo>GNOME-VFS Library</refmiscinfo>
6
 
</refmeta>
7
 
 
8
 
<refnamediv>
9
 
<refname>Context</refname><refpurpose></refpurpose>
10
 
</refnamediv>
11
 
 
12
 
<refsynopsisdiv><title>Synopsis</title>
13
 
<synopsis>
14
 
 
15
 
 
16
 
 
17
 
<link linkend="GnomeVFSContext">GnomeVFSContext</link>* <link linkend="gnome-vfs-context-new">gnome_vfs_context_new</link>      (void);
18
 
void        <link linkend="gnome-vfs-context-ref">gnome_vfs_context_ref</link>           (<link linkend="GnomeVFSContext">GnomeVFSContext</link> *ctx);
19
 
void        <link linkend="gnome-vfs-context-unref">gnome_vfs_context_unref</link>         (<link linkend="GnomeVFSContext">GnomeVFSContext</link> *ctx);
20
 
<link linkend="GnomeVFSCancellation">GnomeVFSCancellation</link>* <link linkend="gnome-vfs-context-get-cancellation">gnome_vfs_context_get_cancellation</link>
21
 
                                            (const <link linkend="GnomeVFSContext">GnomeVFSContext</link> *ctx);
22
 
#define     <link linkend="gnome-vfs-context-check-cancellation">gnome_vfs_context_check_cancellation</link>(x)
23
 
const <link linkend="GnomeVFSContext">GnomeVFSContext</link>* <link linkend="gnome-vfs-context-peek-current">gnome_vfs_context_peek_current</link>
24
 
                                            (void);
25
 
<link linkend="gboolean">gboolean</link>    <link linkend="gnome-vfs-context-check-cancellation-current">gnome_vfs_context_check_cancellation_current</link>
26
 
                                            (void);
27
 
</synopsis>
28
 
</refsynopsisdiv>
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
<refsect1>
35
 
<title>Description</title>
36
 
<para>
37
 
 
38
 
</para>
39
 
</refsect1>
40
 
 
41
 
<refsect1>
42
 
<title>Details</title>
43
 
<refsect2>
44
 
<title><anchor id="gnome-vfs-context-new">gnome_vfs_context_new ()</title>
45
 
<programlisting><link linkend="GnomeVFSContext">GnomeVFSContext</link>* gnome_vfs_context_new      (void);</programlisting>
46
 
<para>
47
 
 
48
 
</para><informaltable pgwide="1" frame="none" role="params">
49
 
<tgroup cols="2">
50
 
<colspec colwidth="2*">
51
 
<colspec colwidth="8*">
52
 
<tbody>
53
 
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>
54
 
 
55
 
 
56
 
</entry></row>
57
 
</tbody></tgroup></informaltable></refsect2>
58
 
<refsect2>
59
 
<title><anchor id="gnome-vfs-context-ref">gnome_vfs_context_ref ()</title>
60
 
<programlisting>void        gnome_vfs_context_ref           (<link linkend="GnomeVFSContext">GnomeVFSContext</link> *ctx);</programlisting>
61
 
<para>
62
 
 
63
 
</para><informaltable pgwide="1" frame="none" role="params">
64
 
<tgroup cols="2">
65
 
<colspec colwidth="2*">
66
 
<colspec colwidth="8*">
67
 
<tbody>
68
 
<row><entry align="right"><parameter>ctx</parameter>&nbsp;:</entry>
69
 
<entry>
70
 
 
71
 
 
72
 
</entry></row>
73
 
</tbody></tgroup></informaltable></refsect2>
74
 
<refsect2>
75
 
<title><anchor id="gnome-vfs-context-unref">gnome_vfs_context_unref ()</title>
76
 
<programlisting>void        gnome_vfs_context_unref         (<link linkend="GnomeVFSContext">GnomeVFSContext</link> *ctx);</programlisting>
77
 
<para>
78
 
 
79
 
</para><informaltable pgwide="1" frame="none" role="params">
80
 
<tgroup cols="2">
81
 
<colspec colwidth="2*">
82
 
<colspec colwidth="8*">
83
 
<tbody>
84
 
<row><entry align="right"><parameter>ctx</parameter>&nbsp;:</entry>
85
 
<entry>
86
 
 
87
 
 
88
 
</entry></row>
89
 
</tbody></tgroup></informaltable></refsect2>
90
 
<refsect2>
91
 
<title><anchor id="gnome-vfs-context-get-cancellation">gnome_vfs_context_get_cancellation ()</title>
92
 
<programlisting><link linkend="GnomeVFSCancellation">GnomeVFSCancellation</link>* gnome_vfs_context_get_cancellation
93
 
                                            (const <link linkend="GnomeVFSContext">GnomeVFSContext</link> *ctx);</programlisting>
94
 
<para>
95
 
 
96
 
</para><informaltable pgwide="1" frame="none" role="params">
97
 
<tgroup cols="2">
98
 
<colspec colwidth="2*">
99
 
<colspec colwidth="8*">
100
 
<tbody>
101
 
<row><entry align="right"><parameter>ctx</parameter>&nbsp;:</entry>
102
 
<entry>
103
 
</entry></row>
104
 
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>
105
 
 
106
 
 
107
 
</entry></row>
108
 
</tbody></tgroup></informaltable></refsect2>
109
 
<refsect2>
110
 
<title><anchor id="gnome-vfs-context-check-cancellation">gnome_vfs_context_check_cancellation()</title>
111
 
<programlisting>#define     gnome_vfs_context_check_cancellation(x)</programlisting>
112
 
<para>
113
 
 
114
 
</para><informaltable pgwide="1" frame="none" role="params">
115
 
<tgroup cols="2">
116
 
<colspec colwidth="2*">
117
 
<colspec colwidth="8*">
118
 
<tbody>
119
 
<row><entry align="right"><parameter>x</parameter>&nbsp;:</entry>
120
 
<entry>
121
 
 
122
 
 
123
 
</entry></row>
124
 
</tbody></tgroup></informaltable></refsect2>
125
 
<refsect2>
126
 
<title><anchor id="gnome-vfs-context-peek-current">gnome_vfs_context_peek_current ()</title>
127
 
<programlisting>const <link linkend="GnomeVFSContext">GnomeVFSContext</link>* gnome_vfs_context_peek_current
128
 
                                            (void);</programlisting>
129
 
<para>
130
 
 
131
 
</para><informaltable pgwide="1" frame="none" role="params">
132
 
<tgroup cols="2">
133
 
<colspec colwidth="2*">
134
 
<colspec colwidth="8*">
135
 
<tbody>
136
 
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>
137
 
 
138
 
 
139
 
</entry></row>
140
 
</tbody></tgroup></informaltable></refsect2>
141
 
<refsect2>
142
 
<title><anchor id="gnome-vfs-context-check-cancellation-current">gnome_vfs_context_check_cancellation_current ()</title>
143
 
<programlisting><link linkend="gboolean">gboolean</link>    gnome_vfs_context_check_cancellation_current
144
 
                                            (void);</programlisting>
145
 
<para>
146
 
 
147
 
</para><informaltable pgwide="1" frame="none" role="params">
148
 
<tgroup cols="2">
149
 
<colspec colwidth="2*">
150
 
<colspec colwidth="8*">
151
 
<tbody>
152
 
<row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry>
153
 
 
154
 
 
155
 
</entry></row>
156
 
</tbody></tgroup></informaltable></refsect2>
157
 
 
158
 
</refsect1>
159
 
 
160
 
 
161
 
 
162
 
 
163
 
</refentry>