~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-06-10 16:19:59 UTC
  • mfrom: (1.3.7)
  • mto: This revision was merged to the branch mainline in revision 215.
  • Revision ID: package-import@ubuntu.com-20120610161959-x1tju93su2c0yv7c
Tags: 2.97-1
* New upstream release.
  - New more compact header layout, including album art.
    Closes: #660483, #658717
* debian/watch: Also track odd version numbers since rhythmbox does not seem
  to follow the typical GNOME versioning scheme.
* Remove patches which have been applied upstream.
* Update librhythmbox-core5 → librhythmbox-core6 for the soname bump.
* Add explicit Build-Depends on libxml2-dev (>= 2.7.8).
* Drop artdisplay plugin. It has been removed upstream as it is no longer
  needed now that the playing track display includes album art.
* Drop Build-Depends on python-gst0.10-dev and replace Depends on
  python-gst0.10 with gir1.2-gstreamer-0.10 (required by the replaygain
  plugin).
* Drop Recommends on nautilus-sendto. The sendto plugin is for sending
  selected tracks by email or instant message from within rhythmbox. It is
  not a nautilus-sendto plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
<a name="RBBrowserSource.synopsis"></a><h2>Synopsis</h2>
46
46
<pre class="synopsis">struct              <a class="link" href="RBBrowserSource.html#RBBrowserSource-struct" title="struct RBBrowserSource">RBBrowserSource</a>;
47
47
struct              <a class="link" href="RBBrowserSource.html#RBBrowserSourceClass" title="struct RBBrowserSourceClass">RBBrowserSourceClass</a>;
48
 
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="RBBrowserSource.html#rb-browser-source-has-drop-support" title="rb_browser_source_has_drop_support ()">rb_browser_source_has_drop_support</a>  (<em class="parameter"><code><a class="link" href="RBBrowserSource.html" title="RBBrowserSource"><span class="type">RBBrowserSource</span></a> *source</code></em>);
 
48
<span class="returnvalue">gboolean</span>            <a class="link" href="RBBrowserSource.html#rb-browser-source-has-drop-support" title="rb_browser_source_has_drop_support ()">rb_browser_source_has_drop_support</a>  (<em class="parameter"><code><a class="link" href="RBBrowserSource.html" title="RBBrowserSource"><span class="type">RBBrowserSource</span></a> *source</code></em>);
49
49
</pre>
50
50
</div>
51
51
<div class="refsect1">
52
52
<a name="RBBrowserSource.object-hierarchy"></a><h2>Object Hierarchy</h2>
53
53
<pre class="synopsis">
54
 
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
55
 
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
56
 
         +----<a href="/usr/share/gtk-doc/html/gtk3/GtkWidget.html">GtkWidget</a>
57
 
               +----<a href="/usr/share/gtk-doc/html/gtk3/GtkContainer.html">GtkContainer</a>
58
 
                     +----<a href="/usr/share/gtk-doc/html/gtk3/GtkBox.html">GtkBox</a>
59
 
                           +----<a href="/usr/share/gtk-doc/html/gtk3/GtkHBox.html">GtkHBox</a>
 
54
  GObject
 
55
   +----GInitiallyUnowned
 
56
         +----GtkWidget
 
57
               +----GtkContainer
 
58
                     +----GtkBox
 
59
                           +----GtkHBox
60
60
                                 +----RBDisplayPage
61
61
                                       +----<a class="link" href="RBSource.html" title="RBSource">RBSource</a>
62
62
                                             +----RBBrowserSource
68
68
<a name="RBBrowserSource.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
69
69
<p>
70
70
RBBrowserSource implements
71
 
 AtkImplementorIface,  <a href="/usr/share/gtk-doc/html/gtk3/GtkBuildable.html">GtkBuildable</a> and  <a href="/usr/share/gtk-doc/html/gtk3/gtk3-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
 
71
 AtkImplementorIface,  GtkBuildable and  GtkOrientable.</p>
72
72
</div>
73
73
<div class="refsect1">
74
74
<a name="RBBrowserSource.properties"></a><h2>Properties</h2>
75
75
<pre class="synopsis">
76
 
  "<a class="link" href="RBBrowserSource.html#RBBrowserSource--populate" title='The "populate" property'>populate</a>"                 <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
 
76
  "<a class="link" href="RBBrowserSource.html#RBBrowserSource--populate" title='The "populate" property'>populate</a>"                 <span class="type">gboolean</span>              : Read / Write / Construct
77
77
</pre>
78
78
</div>
79
79
<div class="refsect1">
113
113
<hr>
114
114
<div class="refsect2">
115
115
<a name="rb-browser-source-has-drop-support"></a><h3>rb_browser_source_has_drop_support ()</h3>
116
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            rb_browser_source_has_drop_support  (<em class="parameter"><code><a class="link" href="RBBrowserSource.html" title="RBBrowserSource"><span class="type">RBBrowserSource</span></a> *source</code></em>);</pre>
 
116
<pre class="programlisting"><span class="returnvalue">gboolean</span>            rb_browser_source_has_drop_support  (<em class="parameter"><code><a class="link" href="RBBrowserSource.html" title="RBBrowserSource"><span class="type">RBBrowserSource</span></a> *source</code></em>);</pre>
117
117
<p>
118
 
This is a virtual method that should be implemented by subclasses.  It returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
 
118
This is a virtual method that should be implemented by subclasses.  It returns <code class="literal">TRUE</code>
119
119
if drag and drop target support for the source should be activated.
120
120
</p>
121
121
<div class="variablelist"><table border="0">
129
129
<tr>
130
130
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
131
131
<td>
132
 
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if drop support should be activated</td>
 
132
<code class="literal">TRUE</code> if drop support should be activated</td>
133
133
</tr>
134
134
</tbody>
135
135
</table></div>
139
139
<a name="RBBrowserSource.property-details"></a><h2>Property Details</h2>
140
140
<div class="refsect2">
141
141
<a name="RBBrowserSource--populate"></a><h3>The <code class="literal">"populate"</code> property</h3>
142
 
<pre class="programlisting">  "populate"                 <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
 
142
<pre class="programlisting">  "populate"                 <span class="type">gboolean</span>              : Read / Write / Construct</pre>
143
143
<p>whether to populate the source.</p>
144
144
<p>Default value: TRUE</p>
145
145
</div>