~jpetersen/ubuntu/lucid/rhythmbox/appindicator

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RBPropertyView</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Rhythmbox Development Reference Manual">
<link rel="up" href="ch07.html" title="Widgets">
<link rel="prev" href="RBLibraryBrowser.html" title="RBLibraryBrowser">
<link rel="next" href="RBQueryCreator.html" title="RBQueryCreator">
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Backends">
<link rel="chapter" href="ch02.html" title="Lib">
<link rel="chapter" href="ch03.html" title="Metadata">
<link rel="chapter" href="ch04.html" title="RhythmDB">
<link rel="chapter" href="ch05.html" title="Shell">
<link rel="chapter" href="ch06.html" title="Sources">
<link rel="chapter" href="ch07.html" title="Widgets">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="RBLibraryBrowser.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Rhythmbox Development Reference Manual</th>
<td><a accesskey="n" href="RBQueryCreator.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#RBPropertyView.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#RBPropertyView.description" class="shortcut">Description</a>
                   | 
                  <a href="#RBPropertyView.object-hierarchy" class="shortcut">Object Hierarchy</a>
                   | 
                  <a href="#RBPropertyView.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
                   | 
                  <a href="#RBPropertyView.properties" class="shortcut">Properties</a>
                   | 
                  <a href="#RBPropertyView.signals" class="shortcut">Signals</a>
</td></tr>
</table>
<div class="refentry" title="RBPropertyView">
<a name="RBPropertyView"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="RBPropertyView.top_of_page"></a>RBPropertyView</span></h2>
<p>RBPropertyView — a <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html"><span class="type">GtkTreeView</span></a> backed by a <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a></p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="RBPropertyView.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">                    <a class="link" href="RBPropertyView.html#RBPropertyView-struct" title="RBPropertyView">RBPropertyView</a>;
                    <a class="link" href="RBPropertyView.html#RBPropertyViewClass" title="RBPropertyViewClass">RBPropertyViewClass</a>;
<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *    <a class="link" href="RBPropertyView.html#rb-property-view-new" title="rb_property_view_new ()">rb_property_view_new</a>                (<a class="link" href="RhythmDB.html" title="RhythmDB"><span class="returnvalue">RhythmDB</span></a> *db,
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> propid,
                                                         const <span class="returnvalue">char</span> *title);
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-append-column-custom" title="rb_property_view_append_column_custom ()">rb_property_view_append_column_custom</a>
                                                        (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view,
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeViewColumn.html"><span class="returnvalue">GtkTreeViewColumn</span></a> *column);
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-set-selection-mode" title="rb_property_view_set_selection_mode ()">rb_property_view_set_selection_mode</a> (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view,
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkSelectionMode"><span class="returnvalue">GtkSelectionMode</span></a> mode);
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-reset" title="rb_property_view_reset ()">rb_property_view_reset</a>              (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view);
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-set-selection" title="rb_property_view_set_selection ()">rb_property_view_set_selection</a>      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view,
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *vals);
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="RBPropertyView.html#rb-property-view-get-selection" title="rb_property_view_get_selection ()">rb_property_view_get_selection</a>      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view);
<a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="returnvalue">RhythmDBPropertyModel</span></a> * <a class="link" href="RBPropertyView.html#rb-property-view-get-model" title="rb_property_view_get_model ()">rb_property_view_get_model</a>      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view);
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-set-model" title="rb_property_view_set_model ()">rb_property_view_set_model</a>          (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view,
                                                         <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="returnvalue">RhythmDBPropertyModel</span></a> *model);
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="RBPropertyView.html#rb-property-view-get-num-properties" title="rb_property_view_get_num_properties ()">rb_property_view_get_num_properties</a> (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view);
<span class="returnvalue">void</span>                <a class="link" href="RBPropertyView.html#rb-property-view-set-search-func" title="rb_property_view_set_search_func ()">rb_property_view_set_search_func</a>    (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view,
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html#GtkTreeViewSearchEqualFunc"><span class="returnvalue">GtkTreeViewSearchEqualFunc</span></a> func,
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> func_data,
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="returnvalue">GDestroyNotify</span></a> notify);
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="RBPropertyView.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
         +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
               +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
                     +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
                           +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html">GtkBin</a>
                                 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkScrolledWindow.html">GtkScrolledWindow</a>
                                       +----RBPropertyView
</pre>
</div>
<div class="refsect1" title="Implemented Interfaces">
<a name="RBPropertyView.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
RBPropertyView implements
 AtkImplementorIface and  <a href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a>.</p>
</div>
<div class="refsect1" title="Properties">
<a name="RBPropertyView.properties"></a><h2>Properties</h2>
<pre class="synopsis">
  "<a class="link" href="RBPropertyView.html#RBPropertyView--db" title='The "db" property'>db</a>"                       <a class="link" href="RhythmDB.html" title="RhythmDB"><span class="type">RhythmDB</span></a>*             : Read / Write / Construct Only
  "<a class="link" href="RBPropertyView.html#RBPropertyView--draggable" title='The "draggable" property'>draggable</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct Only
  "<a class="link" href="RBPropertyView.html#RBPropertyView--prop" title='The "prop" property'>prop</a>"                     <a class="link" href="RhythmDB.html#RhythmDBPropType" title="enum RhythmDBPropType"><span class="type">RhythmDBPropType</span></a>      : Read / Write / Construct Only
  "<a class="link" href="RBPropertyView.html#RBPropertyView--property-model" title='The "property-model" property'>property-model</a>"           <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a>*  : Read / Write
  "<a class="link" href="RBPropertyView.html#RBPropertyView--title" title='The "title" property'>title</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" title="Signals">
<a name="RBPropertyView.signals"></a><h2>Signals</h2>
<pre class="synopsis">
  "<a class="link" href="RBPropertyView.html#RBPropertyView-properties-selected" title='The "properties-selected" signal'>properties-selected</a>"                            : Run Last
  "<a class="link" href="RBPropertyView.html#RBPropertyView-property-activated" title='The "property-activated" signal'>property-activated</a>"                             : Run Last
  "<a class="link" href="RBPropertyView.html#RBPropertyView-property-selected" title='The "property-selected" signal'>property-selected</a>"                              : Run Last
  "<a class="link" href="RBPropertyView.html#RBPropertyView-property-selection-reset" title='The "property-selection-reset" signal'>property-selection-reset</a>"                       : Run Last
  "<a class="link" href="RBPropertyView.html#RBPropertyView-show-popup" title='The "show-popup" signal'>show-popup</a>"                                     : Run Last
</pre>
</div>
<div class="refsect1" title="Description">
<a name="RBPropertyView.description"></a><h2>Description</h2>
<p>
A simple <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html"><span class="type">GtkTreeView</span></a> that displays the contents of a <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a>.
The first row in the tree view displays the total number of properties and entries,
in the form "All 473 artists (6241)".  Each subsequent row in the tree view 
displays a property value and the number of entries from the <span class="type">RhythmDBQueryModel</span>
with that value.
</p>
<p>
The property view itself creates a single column, but additional columns can be
added.</p>
</div>
<div class="refsect1" title="Details">
<a name="RBPropertyView.details"></a><h2>Details</h2>
<div class="refsect2" title="RBPropertyView">
<a name="RBPropertyView-struct"></a><h3>RBPropertyView</h3>
<pre class="programlisting">typedef struct _RBPropertyView RBPropertyView;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="RBPropertyViewClass">
<a name="RBPropertyViewClass"></a><h3>RBPropertyViewClass</h3>
<pre class="programlisting">typedef struct {
	GtkScrolledWindowClass parent;

	void (*property_selected) (RBPropertyView *view, const char *name);
	void (*properties_selected) (RBPropertyView *view, GList *properties);
	void (*property_activated) (RBPropertyView *view, const char *name);
	void (*selection_reset)		(RBPropertyView *view);
	void (*show_popup)		(RBPropertyView *view);
} RBPropertyViewClass;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="rb_property_view_new ()">
<a name="rb-property-view-new"></a><h3>rb_property_view_new ()</h3>
<pre class="programlisting"><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *    rb_property_view_new                (<a class="link" href="RhythmDB.html" title="RhythmDB"><span class="returnvalue">RhythmDB</span></a> *db,
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> propid,
                                                         const <span class="returnvalue">char</span> *title);</pre>
<p>
Creates a new <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> displaying the specified property.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>db</code></em> :</span></p></td>
<td> <a class="link" href="RhythmDB.html" title="RhythmDB"><span class="type">RhythmDB</span></a> instance
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>propid</code></em> :</span></p></td>
<td> property ID to be displayed in the property view
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
<td> title of the property view
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> new property view instance
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="rb_property_view_append_column_custom ()">
<a name="rb-property-view-append-column-custom"></a><h3>rb_property_view_append_column_custom ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                rb_property_view_append_column_custom
                                                        (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view,
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeViewColumn.html"><span class="returnvalue">GtkTreeViewColumn</span></a> *column);</pre>
<p>
Appends a custom created column to the view.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> a <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
<td> a <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeViewColumn.html"><span class="type">GtkTreeViewColumn</span></a> to append to the view
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="rb_property_view_set_selection_mode ()">
<a name="rb-property-view-set-selection-mode"></a><h3>rb_property_view_set_selection_mode ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                rb_property_view_set_selection_mode (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view,
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkSelectionMode"><span class="returnvalue">GtkSelectionMode</span></a> mode);</pre>
<p>
Sets the selection mode (single or multiple) for the property view&gt;
The default selection mode is single.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> a <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
<td> the new <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> for the property view
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="rb_property_view_reset ()">
<a name="rb-property-view-reset"></a><h3>rb_property_view_reset ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                rb_property_view_reset              (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view);</pre>
<p>
Clears the selection in the property view.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> a <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="rb_property_view_set_selection ()">
<a name="rb-property-view-set-selection"></a><h3>rb_property_view_set_selection ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                rb_property_view_set_selection      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view,
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *vals);</pre>
<p>
Replaces the selection in the property view.  All values in the list
that are present in the view will be selected, and the view will be
scrolled to show the last value selected.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> a <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>vals</code></em> :</span></p></td>
<td> the values to be selected
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="rb_property_view_get_selection ()">
<a name="rb-property-view-get-selection"></a><h3>rb_property_view_get_selection ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             rb_property_view_get_selection      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view);</pre>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> a <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> containing the selected property values.  The list must
be freed by the caller.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="rb_property_view_get_model ()">
<a name="rb-property-view-get-model"></a><h3>rb_property_view_get_model ()</h3>
<pre class="programlisting"><a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="returnvalue">RhythmDBPropertyModel</span></a> * rb_property_view_get_model      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view);</pre>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> a <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a> backing the view; no reference is taken
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="rb_property_view_set_model ()">
<a name="rb-property-view-set-model"></a><h3>rb_property_view_set_model ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                rb_property_view_set_model          (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view,
                                                         <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="returnvalue">RhythmDBPropertyModel</span></a> *model);</pre>
<p>
Replaces the model backing the property view.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> a <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
<td> the new <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a> for the property view
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="rb_property_view_get_num_properties ()">
<a name="rb-property-view-get-num-properties"></a><h3>rb_property_view_get_num_properties ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               rb_property_view_get_num_properties (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view);</pre>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> a <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the number of property values present in the view
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="rb_property_view_set_search_func ()">
<a name="rb-property-view-set-search-func"></a><h3>rb_property_view_set_search_func ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                rb_property_view_set_search_func    (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="returnvalue">RBPropertyView</span></a> *view,
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html#GtkTreeViewSearchEqualFunc"><span class="returnvalue">GtkTreeViewSearchEqualFunc</span></a> func,
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a> func_data,
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="returnvalue">GDestroyNotify</span></a> notify);</pre>
<p>
Sets the compare function for the interactive search capabilities.
The function must return FALSE when the search key string matches
the row it is passed.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> a <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
<td> tree view search function to use for this view
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>func_data</code></em> :</span></p></td>
<td> data to pass to the search function
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
<td> function to call to dispose of the data
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1" title="Property Details">
<a name="RBPropertyView.property-details"></a><h2>Property Details</h2>
<div class="refsect2" title='The "db" property'>
<a name="RBPropertyView--db"></a><h3>The <code class="literal">"db"</code> property</h3>
<pre class="programlisting">  "db"                       <a class="link" href="RhythmDB.html" title="RhythmDB"><span class="type">RhythmDB</span></a>*             : Read / Write / Construct Only</pre>
<p>
<a class="link" href="RhythmDB.html" title="RhythmDB"><span class="type">RhythmDB</span></a> instance</p>
</div>
<hr>
<div class="refsect2" title='The "draggable" property'>
<a name="RBPropertyView--draggable"></a><h3>The <code class="literal">"draggable"</code> property</h3>
<pre class="programlisting">  "draggable"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct Only</pre>
<p>
Whether the property view acts as a data source for drag and drop operations.</p>
<p>Default value: TRUE</p>
</div>
<hr>
<div class="refsect2" title='The "prop" property'>
<a name="RBPropertyView--prop"></a><h3>The <code class="literal">"prop"</code> property</h3>
<pre class="programlisting">  "prop"                     <a class="link" href="RhythmDB.html#RhythmDBPropType" title="enum RhythmDBPropType"><span class="type">RhythmDBPropType</span></a>      : Read / Write / Construct Only</pre>
<p>
The property that is displayed in this view</p>
<p>Default value: RHYTHMDB_PROP_TYPE</p>
</div>
<hr>
<div class="refsect2" title='The "property-model" property'>
<a name="RBPropertyView--property-model"></a><h3>The <code class="literal">"property-model"</code> property</h3>
<pre class="programlisting">  "property-model"           <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a>*  : Read / Write</pre>
<p>
The <span class="type">RhythmDBProperyModel</span> backing the view.</p>
</div>
<hr>
<div class="refsect2" title='The "title" property'>
<a name="RBPropertyView--title"></a><h3>The <code class="literal">"title"</code> property</h3>
<pre class="programlisting">  "title"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
<p>
The title displayed in the header of the property view</p>
<p>Default value: ""</p>
</div>
</div>
<div class="refsect1" title="Signal Details">
<a name="RBPropertyView.signal-details"></a><h2>Signal Details</h2>
<div class="refsect2" title='The "properties-selected" signal'>
<a name="RBPropertyView-properties-selected"></a><h3>The <code class="literal">"properties-selected"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view,
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        properties,
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)       : Run Last</pre>
<p>
Emitted when the set of selected property values changes.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> the <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>properties</code></em> :</span></p></td>
<td> a list containing the selected property values
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title='The "property-activated" signal'>
<a name="RBPropertyView-property-activated"></a><h3>The <code class="literal">"property-activated"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view,
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>          *name,
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : Run Last</pre>
<p>
Emitted when a row in a property view is activated by double clicking.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> the <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td> the property value that was activated
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title='The "property-selected" signal'>
<a name="RBPropertyView-property-selected"></a><h3>The <code class="literal">"property-selected"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view,
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>          *name,
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : Run Last</pre>
<p>
Emitted when an individual property value becomes selected.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> the <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td> the property value that has been selected
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title='The "property-selection-reset" signal'>
<a name="RBPropertyView-property-selection-reset"></a><h3>The <code class="literal">"property-selection-reset"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view,
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : Run Last</pre>
<p>
Emitted when the selection is reset.  At this point, no property values
are selected.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> the <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title='The "show-popup" signal'>
<a name="RBPropertyView-show-popup"></a><h3>The <code class="literal">"show-popup"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view,
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : Run Last</pre>
<p>
Emitted when a popup menu should be displayed for the property view.
The source containing the property view should connect a handler to
this signal that * displays an appropriate popup.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
<td> the <a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.13</div>
</body>
</html>