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

« back to all changes in this revision

Viewing changes to doc/xml/gnome-vfs-ops.xml

  • 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-20-gnome-vfs-ops">
 
2
<refmeta>
 
3
<refentrytitle>File Operations</refentrytitle>
 
4
<manvolnum>3</manvolnum>
 
5
<refmiscinfo>GNOME-VFS-2.0 Library</refmiscinfo>
 
6
</refmeta>
 
7
 
 
8
<refnamediv>
 
9
<refname>File Operations</refname><refpurpose>
 
10
basic POSIX-style file operations</refpurpose>
 
11
</refnamediv>
 
12
 
 
13
<refsynopsisdiv><title>Synopsis</title>
 
14
 
 
15
<synopsis>
 
16
 
 
17
 
 
18
 
 
19
typedef     <link linkend="GnomeVFSMethodHandle">GnomeVFSMethodHandle</link>;
 
20
</synopsis>
 
21
</refsynopsisdiv>
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
<refsect1>
 
32
<title>Description</title>
 
33
<para>
 
34
 
 
35
</para>
 
36
</refsect1>
 
37
 
 
38
<refsect1>
 
39
<title>Details</title>
 
40
<refsect2>
 
41
<title><anchor id="GnomeVFSMethodHandle"/>GnomeVFSMethodHandle</title>
 
42
<indexterm><primary>GnomeVFSMethodHandle</primary></indexterm><programlisting>typedef gpointer GnomeVFSMethodHandle;
 
43
</programlisting>
 
44
<para>
 
45
 
 
46
</para></refsect2>
 
47
 
 
48
</refsect1>
 
49
 
 
50
 
 
51
 
 
52
 
 
53
</refentry>