~broder/ubuntu/natty/gst-plugins-base0.10/perlsectomy

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-base-plugins-gnomevfssink.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-26 21:12:29 UTC
  • mfrom: (11.5.1 upstream) (33.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100626211229-0k34egbnd2octtpv
Tags: 0.10.29.2-1
* New upstream pre-release:
  + debian/rules,
    debian/compat,
    debian/control.in,
    debian/source/format,
    debian/patches/*:
    - Update to debhelper compat level 7.
    - Update to source format 3.0 (quilt).
    - Update to Standards-Version 3.8.4.
  + debian/build-deps.in,
    debian/rules:
    - Build depend on GLib 2.20 and GStreamer 0.10.29.2.
    - Build depend on ORC instead of liboil.
  + debian/patches/00*:
    - Dropped, merged upstream.
  + debian/libgstreamer-plugins-base.symbols:
    - Update symbols file with the new API.
  + debian/patches/01_videotestsrc-libm-linking.patch,
    debian/patches/02_videoscale-libm-linking.patch:
    - Link videotestsrc and videoscale with libm to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="GStreamer Base Plugins 0.10 Plugins Reference Manual">
8
8
<link rel="up" href="ch01.html" title="gst-plugins-base Elements">
9
 
<link rel="prev" href="gst-plugins-base-plugins-giostreamsrc.html" title="giostreamsrc">
 
9
<link rel="prev" href="gst-plugins-base-plugins-element-giostreamsrc.html" title="giostreamsrc">
10
10
<link rel="next" href="gst-plugins-base-plugins-gnomevfssrc.html" title="gnomevfssrc">
11
 
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="gst-plugins-base Elements">
14
 
<link rel="chapter" href="ch02.html" title="gst-plugins-base Plugins">
15
 
<link rel="chapter" href="ch03.html" title="gst-plugins-base Classes">
16
13
</head>
17
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
18
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
19
16
<tr valign="middle">
20
 
<td><a accesskey="p" href="gst-plugins-base-plugins-giostreamsrc.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
17
<td><a accesskey="p" href="gst-plugins-base-plugins-element-giostreamsrc.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
21
18
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
22
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
23
20
<th width="100%" align="center">GStreamer Base Plugins 0.10 Plugins Reference Manual</th>
94
91
value of the signal will determine if gnomevfssink will overwrite the
95
92
resource or abort with an error.
96
93
</p>
97
 
<p>
98
 
</p>
99
94
<div class="refsect2" title="Example launch lines">
100
 
<a name="id436424"></a><h3>Example launch lines</h3>
 
95
<a name="id641948"></a><h3>Example launch lines</h3>
101
96
<div class="informalexample">
102
97
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
103
98
    <tbody>
124
119
it on a remote host using the Samba protocol.
125
120
</div>
126
121
<p>
 
122
Last reviewed on 2006-02-28 (0.10.4)
127
123
</p>
128
 
<p>
129
 
Last reviewed on 2006-02-28 (0.10.4)</p>
130
124
</div>
131
125
<div class="refsect1" title="Details">
132
126
<a name="gst-plugins-base-plugins-gnomevfssink.details"></a><h2>Details</h2>
134
128
<a name="GstGnomeVFSSink-struct"></a><h3>GstGnomeVFSSink</h3>
135
129
<pre class="programlisting">typedef struct _GstGnomeVFSSink GstGnomeVFSSink;</pre>
136
130
<p>
137
 
Opaque data structure.</p>
 
131
Opaque data structure.
 
132
</p>
138
133
</div>
139
134
</div>
140
135
<div class="refsect1" title="Property Details">
168
163
<p>
169
164
This signal is fired when gnomevfssink is about to overwrite an
170
165
existing resource. The application can connect to this signal and ask
171
 
the user if the resource may be overwritten.</p>
 
166
the user if the resource may be overwritten.
 
167
</p>
172
168
<div class="variablelist"><table border="0">
173
169
<col align="left" valign="top">
174
170
<tbody>
175
171
<tr>
176
172
<td><p><span class="term"><em class="parameter"><code>sink</code></em> :</span></p></td>
177
 
<td> the object which received the signal
 
173
<td>the object which received the signal
178
174
</td>
179
175
</tr>
180
176
<tr>
181
177
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
182
 
<td> the URI to be overwritten
 
178
<td>the URI to be overwritten
183
179
</td>
184
180
</tr>
185
181
<tr>
202
198
</div>
203
199
<div class="footer">
204
200
<hr>
205
 
          Generated by GTK-Doc V1.13</div>
 
201
          Generated by GTK-Doc V1.15</div>
206
202
</body>
207
203
</html>
 
 
b'\\ No newline at end of file'