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

« back to all changes in this revision

Viewing changes to doc/html/gnome-vfs-2.0-gnome-vfs-transform.html

  • 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>gnome-vfs-transform</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
 
7
<link rel="home" href="index.html" title="GnomeVFS - Filesystem Abstraction library">
 
8
<link rel="up" href="modules.html" title="Filesystem Modules">
 
9
<link rel="prev" href="gnome-vfs-2.0-gnome-vfs-context.html" title="GnomeVFSContext">
 
10
<link rel="next" href="gnome-vfs-2.0-gnome-vfs-parse-ls.html" title="gnome-vfs-parse-ls">
 
11
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="chapter" href="about.html" title="Introduction to GnomeVFS">
 
14
<link rel="chapter" href="data-types.html" title="Basic Data Types">
 
15
<link rel="chapter" href="gnome-vfs-basic-file-ops.html" title="File Operations">
 
16
<link rel="chapter" href="gnome-vfs-directory-ops.html" title="Directory-Specific Operations">
 
17
<link rel="chapter" href="gnome-vfs-file-and-dirs-ops.html" title="Advanced File/Directory Operations">
 
18
<link rel="chapter" href="gnome-vfs-file-async-ops.html" title="Asynchronous Operations">
 
19
<link rel="chapter" href="volumes.html" title="Volumes and Drives Handling">
 
20
<link rel="chapter" href="networking.html" title="Networking">
 
21
<link rel="chapter" href="mime-registry.html" title="MIME Registry">
 
22
<link rel="chapter" href="modules.html" title="Filesystem Modules">
 
23
</head>
 
24
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
25
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
26
<tr valign="middle">
 
27
<td><a accesskey="p" href="gnome-vfs-2.0-gnome-vfs-context.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
28
<td><a accesskey="u" href="modules.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
29
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
30
<th width="100%" align="center">GnomeVFS - Filesystem Abstraction library</th>
 
31
<td><a accesskey="n" href="gnome-vfs-2.0-gnome-vfs-parse-ls.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
32
</tr>
 
33
<tr><td colspan="5" class="shortcuts">
 
34
<a href="#gnome-vfs-2.0-gnome-vfs-transform.synopsis" class="shortcut">Top</a>
 
35
                   | 
 
36
                  <a href="#gnome-vfs-2.0-gnome-vfs-transform.description" class="shortcut">Description</a>
 
37
</td></tr>
 
38
</table>
 
39
<div class="refentry" lang="en">
 
40
<a name="gnome-vfs-2.0-gnome-vfs-transform"></a><div class="titlepage"></div>
 
41
<div class="refnamediv"><table width="100%"><tr>
 
42
<td valign="top">
 
43
<h2><span class="refentrytitle"><a name="gnome-vfs-2.0-gnome-vfs-transform.top_of_page"></a>gnome-vfs-transform</span></h2>
 
44
<p>gnome-vfs-transform</p>
 
45
</td>
 
46
<td valign="top" align="right"></td>
 
47
</tr></table></div>
 
48
<div class="refsynopsisdiv">
 
49
<a name="gnome-vfs-2.0-gnome-vfs-transform.synopsis"></a><h2>Synopsis</h2>
 
50
<pre class="synopsis">
 
51
<a class="link" href="gnome-vfs-2.0-gnome-vfs-method.html#GnomeVFSTransform" title="GnomeVFSTransform">GnomeVFSTransform</a> * (<a class="link" href="gnome-vfs-2.0-gnome-vfs-transform.html#GnomeVFSTransformInitFunc" title="GnomeVFSTransformInitFunc ()">*GnomeVFSTransformInitFunc</a>)        (const char *method_name,
 
52
                                                         const char *config_args);
 
53
<a class="link" href="gnome-vfs-2.0-gnome-vfs-result.html#GnomeVFSResult" title="enum GnomeVFSResult">GnomeVFSResult</a>      (<a class="link" href="gnome-vfs-2.0-gnome-vfs-transform.html#GnomeVFSTransformFunc" title="GnomeVFSTransformFunc ()">*GnomeVFSTransformFunc</a>)            (<a class="link" href="gnome-vfs-2.0-gnome-vfs-method.html#GnomeVFSTransform" title="GnomeVFSTransform">GnomeVFSTransform</a> *transform,
 
54
                                                         const char *old_uri,
 
55
                                                         char **new_uri,
 
56
                                                         <a class="link" href="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSContext" title="GnomeVFSContext">GnomeVFSContext</a> *context);
 
57
</pre>
 
58
</div>
 
59
<div class="refsect1" lang="en">
 
60
<a name="gnome-vfs-2.0-gnome-vfs-transform.description"></a><h2>Description</h2>
 
61
<p>
 
62
</p>
 
63
</div>
 
64
<div class="refsect1" lang="en">
 
65
<a name="gnome-vfs-2.0-gnome-vfs-transform.details"></a><h2>Details</h2>
 
66
<div class="refsect2" lang="en">
 
67
<a name="GnomeVFSTransformInitFunc"></a><h3>GnomeVFSTransformInitFunc ()</h3>
 
68
<pre class="programlisting"><a class="link" href="gnome-vfs-2.0-gnome-vfs-method.html#GnomeVFSTransform" title="GnomeVFSTransform">GnomeVFSTransform</a> * (*GnomeVFSTransformInitFunc)        (const char *method_name,
 
69
                                                         const char *config_args);</pre>
 
70
<p>
 
71
</p>
 
72
<div class="variablelist"><table border="0">
 
73
<col align="left" valign="top">
 
74
<tbody>
 
75
<tr>
 
76
<td><p><span class="term"><em class="parameter"><code>method_name</code></em> :</span></p></td>
 
77
<td>
 
78
</td>
 
79
</tr>
 
80
<tr>
 
81
<td><p><span class="term"><em class="parameter"><code>config_args</code></em> :</span></p></td>
 
82
<td>
 
83
</td>
 
84
</tr>
 
85
<tr>
 
86
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
87
<td>
 
88
</td>
 
89
</tr>
 
90
</tbody>
 
91
</table></div>
 
92
</div>
 
93
<hr>
 
94
<div class="refsect2" lang="en">
 
95
<a name="GnomeVFSTransformFunc"></a><h3>GnomeVFSTransformFunc ()</h3>
 
96
<pre class="programlisting"><a class="link" href="gnome-vfs-2.0-gnome-vfs-result.html#GnomeVFSResult" title="enum GnomeVFSResult">GnomeVFSResult</a>      (*GnomeVFSTransformFunc)            (<a class="link" href="gnome-vfs-2.0-gnome-vfs-method.html#GnomeVFSTransform" title="GnomeVFSTransform">GnomeVFSTransform</a> *transform,
 
97
                                                         const char *old_uri,
 
98
                                                         char **new_uri,
 
99
                                                         <a class="link" href="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSContext" title="GnomeVFSContext">GnomeVFSContext</a> *context);</pre>
 
100
<p>
 
101
</p>
 
102
<div class="variablelist"><table border="0">
 
103
<col align="left" valign="top">
 
104
<tbody>
 
105
<tr>
 
106
<td><p><span class="term"><em class="parameter"><code>transform</code></em> :</span></p></td>
 
107
<td>
 
108
</td>
 
109
</tr>
 
110
<tr>
 
111
<td><p><span class="term"><em class="parameter"><code>old_uri</code></em> :</span></p></td>
 
112
<td>
 
113
</td>
 
114
</tr>
 
115
<tr>
 
116
<td><p><span class="term"><em class="parameter"><code>new_uri</code></em> :</span></p></td>
 
117
<td>
 
118
</td>
 
119
</tr>
 
120
<tr>
 
121
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
 
122
<td>
 
123
</td>
 
124
</tr>
 
125
<tr>
 
126
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
127
<td>
 
128
</td>
 
129
</tr>
 
130
</tbody>
 
131
</table></div>
 
132
</div>
 
133
</div>
 
134
</div>
 
135
<div class="footer">
 
136
<hr>
 
137
          Generated by GTK-Doc V1.12</div>
 
138
</body>
 
139
</html>