~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to doc/reference/html/rhythmbox-rb-playlist-source-recorder.html

Tags: upstream-0.9.2cvs20060102
ImportĀ upstreamĀ versionĀ 0.9.2cvs20060102

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
 
44
44
typedef     <a href="rhythmbox-rb-playlist-source-recorder.html#RBPlaylistSourceRecorderPrivate">RBPlaylistSourceRecorderPrivate</a>;
45
 
void        (<a href="rhythmbox-rb-playlist-source-recorder.html#RBPlaylistSourceIterFunc">*RBPlaylistSourceIterFunc</a>)     (GtkTreeModel *model,
 
45
gboolean    (<a href="rhythmbox-rb-playlist-source-recorder.html#RBPlaylistSourceIterFunc">*RBPlaylistSourceIterFunc</a>)     (GtkTreeModel *model,
46
46
                                             GtkTreeIter *iter,
47
47
                                             char **uri,
48
48
                                             char **artist,
55
55
                                            (RBPlaylistSourceRecorder *recorder,
56
56
                                             const char *name,
57
57
                                             GError **error);
58
 
void        <a href="rhythmbox-rb-playlist-source-recorder.html#rb-playlist-source-recorder-add-from-model">rb_playlist_source_recorder_add_from_model</a>
 
58
gboolean    <a href="rhythmbox-rb-playlist-source-recorder.html#rb-playlist-source-recorder-add-from-model">rb_playlist_source_recorder_add_from_model</a>
59
59
                                            (RBPlaylistSourceRecorder *recorder,
60
60
                                             GtkTreeModel *model,
61
61
                                             <a href="rhythmbox-rb-playlist-source-recorder.html#RBPlaylistSourceIterFunc">RBPlaylistSourceIterFunc</a> func,
74
74
</pre>
75
75
</div>
76
76
<div class="refsect1" lang="en">
77
 
<a name="id2584927"></a><h2>Description</h2>
 
77
<a name="id2581847"></a><h2>Description</h2>
78
78
<p>
79
79
 
80
80
</p>
81
81
</div>
82
82
<div class="refsect1" lang="en">
83
 
<a name="id2584938"></a><h2>Details</h2>
 
83
<a name="id2581858"></a><h2>Details</h2>
84
84
<div class="refsect2" lang="en">
85
 
<a name="id2584944"></a><h3>
 
85
<a name="id2581865"></a><h3>
86
86
<a name="RBPlaylistSourceRecorderPrivate"></a>RBPlaylistSourceRecorderPrivate</h3>
87
 
<a class="indexterm" name="id2584953"></a><pre class="programlisting">typedef struct RBPlaylistSourceRecorderPrivate RBPlaylistSourceRecorderPrivate;
 
87
<a class="indexterm" name="id2581874"></a><pre class="programlisting">typedef struct RBPlaylistSourceRecorderPrivate RBPlaylistSourceRecorderPrivate;
88
88
</pre>
89
89
<p>
90
90
 
92
92
</div>
93
93
<hr>
94
94
<div class="refsect2" lang="en">
95
 
<a name="id2584970"></a><h3>
 
95
<a name="id2581890"></a><h3>
96
96
<a name="RBPlaylistSourceIterFunc"></a>RBPlaylistSourceIterFunc ()</h3>
97
 
<a class="indexterm" name="id2584979"></a><pre class="programlisting">void        (*RBPlaylistSourceIterFunc)     (GtkTreeModel *model,
 
97
<a class="indexterm" name="id2581899"></a><pre class="programlisting">gboolean    (*RBPlaylistSourceIterFunc)     (GtkTreeModel *model,
98
98
                                             GtkTreeIter *iter,
99
99
                                             char **uri,
100
100
                                             char **artist,
140
140
<td>
141
141
<span class="term"><em class="parameter"><code>duration</code></em>&#160;:</span></td>
142
142
<td>
 
143
</td>
 
144
</tr>
 
145
<tr>
 
146
<td>
 
147
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
148
<td>
143
149
 
144
150
 
145
151
</td>
149
155
</div>
150
156
<hr>
151
157
<div class="refsect2" lang="en">
152
 
<a name="id2583603"></a><h3>
 
158
<a name="id2584019"></a><h3>
153
159
<a name="rb-playlist-source-recorder-new"></a>rb_playlist_source_recorder_new ()</h3>
154
 
<a class="indexterm" name="id2583612"></a><pre class="programlisting">GtkWidget*  rb_playlist_source_recorder_new (GtkWidget *parent,
 
160
<a class="indexterm" name="id2584029"></a><pre class="programlisting">GtkWidget*  rb_playlist_source_recorder_new (GtkWidget *parent,
155
161
                                             RBShell *shell,
156
162
                                             const char *name);</pre>
157
163
<p>
191
197
</div>
192
198
<hr>
193
199
<div class="refsect2" lang="en">
194
 
<a name="id2583710"></a><h3>
 
200
<a name="id2584128"></a><h3>
195
201
<a name="rb-playlist-source-recorder-set-name"></a>rb_playlist_source_recorder_set_name ()</h3>
196
 
<a class="indexterm" name="id2583722"></a><pre class="programlisting">void        rb_playlist_source_recorder_set_name
 
202
<a class="indexterm" name="id2584139"></a><pre class="programlisting">void        rb_playlist_source_recorder_set_name
197
203
                                            (RBPlaylistSourceRecorder *recorder,
198
204
                                             const char *name,
199
205
                                             GError **error);</pre>
228
234
</div>
229
235
<hr>
230
236
<div class="refsect2" lang="en">
231
 
<a name="id2587744"></a><h3>
 
237
<a name="id2588028"></a><h3>
232
238
<a name="rb-playlist-source-recorder-add-from-model"></a>rb_playlist_source_recorder_add_from_model ()</h3>
233
 
<a class="indexterm" name="id2587756"></a><pre class="programlisting">void        rb_playlist_source_recorder_add_from_model
 
239
<a class="indexterm" name="id2588041"></a><pre class="programlisting">gboolean    rb_playlist_source_recorder_add_from_model
234
240
                                            (RBPlaylistSourceRecorder *recorder,
235
241
                                             GtkTreeModel *model,
236
242
                                             <a href="rhythmbox-rb-playlist-source-recorder.html#RBPlaylistSourceIterFunc">RBPlaylistSourceIterFunc</a> func,
263
269
<td>
264
270
<span class="term"><em class="parameter"><code>error</code></em>&#160;:</span></td>
265
271
<td>
 
272
</td>
 
273
</tr>
 
274
<tr>
 
275
<td>
 
276
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
277
<td>
266
278
 
267
279
 
268
280
</td>
272
284
</div>
273
285
<hr>
274
286
<div class="refsect2" lang="en">
275
 
<a name="id2587865"></a><h3>
 
287
<a name="id2588160"></a><h3>
276
288
<a name="rb-playlist-source-recorder-add-uri"></a>rb_playlist_source_recorder_add_uri ()</h3>
277
 
<a class="indexterm" name="id2587876"></a><pre class="programlisting">void        rb_playlist_source_recorder_add_uri
 
289
<a class="indexterm" name="id2588172"></a><pre class="programlisting">void        rb_playlist_source_recorder_add_uri
278
290
                                            (RBPlaylistSourceRecorder *recorder,
279
291
                                             const char *uri,
280
292
                                             GError **error);</pre>
309
321
</div>
310
322
<hr>
311
323
<div class="refsect2" lang="en">
312
 
<a name="id2587964"></a><h3>
 
324
<a name="id2585120"></a><h3>
313
325
<a name="rb-playlist-source-recorder-start"></a>rb_playlist_source_recorder_start ()</h3>
314
 
<a class="indexterm" name="id2570883"></a><pre class="programlisting">void        rb_playlist_source_recorder_start
 
326
<a class="indexterm" name="id2585132"></a><pre class="programlisting">void        rb_playlist_source_recorder_start
315
327
                                            (RBPlaylistSourceRecorder *recorder,
316
328
                                             GError **error);</pre>
317
329
<p>
339
351
</div>
340
352
<hr>
341
353
<div class="refsect2" lang="en">
342
 
<a name="id2570950"></a><h3>
 
354
<a name="id2585199"></a><h3>
343
355
<a name="rb-playlist-source-recorder-stop"></a>rb_playlist_source_recorder_stop ()</h3>
344
 
<a class="indexterm" name="id2570960"></a><pre class="programlisting">void        rb_playlist_source_recorder_stop
 
356
<a class="indexterm" name="id2585210"></a><pre class="programlisting">void        rb_playlist_source_recorder_stop
345
357
                                            (RBPlaylistSourceRecorder *recorder,
346
358
                                             GError **error);</pre>
347
359
<p>