~loneowais/ubuntu/precise/rhythmbox/remember-the-rhythm

« back to all changes in this revision

Viewing changes to doc/reference/html/RBPropertyView.html

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2011-09-09 14:13:24 UTC
  • mfrom: (1.1.59 upstream)
  • Revision ID: package-import@ubuntu.com-20110909141324-72ef36aetwiidw8e
Tags: 2.90.1~20110908-0ubuntu1
* New upstream git snapshot up to commit
  31e8e0e6b3a4af101f60b5733e0cfdd736f3dd6d
* reverted commit "visualizer: add colorspace converter so it works 
  with playbin2" (d9fe72447999c2777ddc053dfa28ff363e84336d) and 
  "visualizer: new clutter-based visualizer plugin"
  (082eaf958b60e3830f1607114353d777c930d616) to prevent dependency on
  clutter-gst which is in universe

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch07.html" title="Widgets">
9
9
<link rel="prev" href="RBLibraryBrowser.html" title="RBLibraryBrowser">
10
10
<link rel="next" href="RBQueryCreator.html" title="RBQueryCreator">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
58
58
<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>              (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
59
59
<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>      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
60
60
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *vals</code></em>);
61
 
<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>      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
62
 
<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>     (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
 
61
<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>      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
 
62
<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>      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
63
63
<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>          (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>,
64
64
                                                         <em class="parameter"><code><a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a> *model</code></em>);
65
65
<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> (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);
270
270
<hr>
271
271
<div class="refsect2">
272
272
<a name="rb-property-view-get-selection"></a><h3>rb_property_view_get_selection ()</h3>
273
 
<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      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);</pre>
 
273
<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      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);</pre>
274
274
<p>
275
275
Returns 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
276
276
be freed by the caller.
294
294
<hr>
295
295
<div class="refsect2">
296
296
<a name="rb-property-view-get-model"></a><h3>rb_property_view_get_model ()</h3>
297
 
<pre class="programlisting"><a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="returnvalue">RhythmDBPropertyModel</span></a> *  rb_property_view_get_model     (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);</pre>
 
297
<pre class="programlisting"><a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="returnvalue">RhythmDBPropertyModel</span></a> * rb_property_view_get_model      (<em class="parameter"><code><a class="link" href="RBPropertyView.html" title="RBPropertyView"><span class="type">RBPropertyView</span></a> *view</code></em>);</pre>
298
298
<p>
299
299
Returns the <a class="link" href="RhythmDBPropertyModel.html" title="RhythmDBPropertyModel"><span class="type">RhythmDBPropertyModel</span></a> backing the view; no reference is taken
300
300
</p>
582
582
</div>
583
583
<div class="footer">
584
584
<hr>
585
 
          Generated by GTK-Doc V1.17</div>
 
585
          Generated by GTK-Doc V1.17.1</div>
586
586
</body>
587
587
</html>
 
 
b'\\ No newline at end of file'