~ubuntu-branches/ubuntu/natty/gnome-vfs/natty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-17 16:12:58 UTC
  • mfrom: (0.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317161258-px3a2czt9g2ktjz3
Tags: 1:2.24.1-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="gnome-vfs-20-gnome-vfs-file-advanced-ops">
 
1
<refentry id="gnome-vfs-2.0-gnome-vfs-file-advanced-ops">
2
2
<refmeta>
3
 
<refentrytitle role="top_of_page" id="gnome-vfs-20-gnome-vfs-file-advanced-ops.top_of_page">Backend-Specific Operations</refentrytitle>
 
3
<refentrytitle role="top_of_page" id="gnome-vfs-2.0-gnome-vfs-file-advanced-ops.top_of_page">Backend-Specific Operations</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>GNOME-VFS-2.0 Library</refmiscinfo>
6
6
</refmeta>
10
10
<refpurpose>Execute backend-specific operations</refpurpose>
11
11
</refnamediv>
12
12
 
13
 
<refsynopsisdiv id="gnome-vfs-20-gnome-vfs-file-advanced-ops.synopsis" role="synopsis">
 
13
<refsynopsisdiv id="gnome-vfs-2.0-gnome-vfs-file-advanced-ops.synopsis" role="synopsis">
14
14
<title role="synopsis.title">Synopsis</title>
15
15
 
16
16
<synopsis>
28
28
 
29
29
 
30
30
 
31
 
<refsect1 id="gnome-vfs-20-gnome-vfs-file-advanced-ops.description" role="desc">
 
31
<refsect1 id="gnome-vfs-2.0-gnome-vfs-file-advanced-ops.description" role="desc">
32
32
<title role="desc.title">Description</title>
 
33
 
33
34
<para>
34
35
  Advanced file operations allow you to execute backend-specific commands.
35
36
  Currently, none of the <link linkend="GnomeVFSModules"><type>GnomeVFSModules</type></link> shipped with GnomeVFS includes
38
39
</para>
39
40
</refsect1>
40
41
 
41
 
<refsect1 id="gnome-vfs-20-gnome-vfs-file-advanced-ops.details" role="details">
 
42
<refsect1 id="gnome-vfs-2.0-gnome-vfs-file-advanced-ops.details" role="details">
42
43
<title role="details.title">Details</title>
43
44
<refsect2 id="gnome-vfs-file-control" role="function">
44
45
<title>gnome_vfs_file_control ()</title>
45
 
<indexterm zone="gnome-vfs-file-control"><primary sortas="gnome_vfs_file_control">gnome_vfs_file_control</primary></indexterm><programlisting><link linkend="GnomeVFSResult">GnomeVFSResult</link>      gnome_vfs_file_control              (<link linkend="GnomeVFSHandle">GnomeVFSHandle</link> *handle,
 
46
<indexterm zone="gnome-vfs-file-control"><primary>gnome_vfs_file_control</primary></indexterm>
 
47
<programlisting><link linkend="GnomeVFSResult">GnomeVFSResult</link>      gnome_vfs_file_control              (<link linkend="GnomeVFSHandle">GnomeVFSHandle</link> *handle,
46
48
                                                         const <link linkend="char">char</link> *operation,
47
49
                                                         <link linkend="gpointer">gpointer</link> operation_data);</programlisting>
48
50
<para>