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

« back to all changes in this revision

Viewing changes to doc/reference/html/rhythmbox-rb-debug.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:
38
38
<div class="refsynopsisdiv">
39
39
<a name="rhythmbox-rb-debug.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">#define             <a class="link" href="rhythmbox-rb-debug.html#rb-debug" title="rb_debug()">rb_debug</a>                            (...)
41
 
<span class="returnvalue">void</span>                <a class="link" href="rhythmbox-rb-debug.html#rb-debug-init" title="rb_debug_init ()">rb_debug_init</a>                       (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> debug</code></em>);
 
41
<span class="returnvalue">void</span>                <a class="link" href="rhythmbox-rb-debug.html#rb-debug-init" title="rb_debug_init ()">rb_debug_init</a>                       (<em class="parameter"><code><span class="type">gboolean</span> debug</code></em>);
42
42
<span class="returnvalue">void</span>                <a class="link" href="rhythmbox-rb-debug.html#rb-debug-init-match" title="rb_debug_init_match ()">rb_debug_init_match</a>                 (<em class="parameter"><code>const <span class="type">char</span> *match</code></em>);
43
 
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="rhythmbox-rb-debug.html#rb-debug-matches" title="rb_debug_matches ()">rb_debug_matches</a>                    (<em class="parameter"><code>const <span class="type">char</span> *func</code></em>,
 
43
<span class="returnvalue">gboolean</span>            <a class="link" href="rhythmbox-rb-debug.html#rb-debug-matches" title="rb_debug_matches ()">rb_debug_matches</a>                    (<em class="parameter"><code>const <span class="type">char</span> *func</code></em>,
44
44
                                                         <em class="parameter"><code>const <span class="type">char</span> *file</code></em>);
45
45
<span class="returnvalue">char</span> **             <a class="link" href="rhythmbox-rb-debug.html#rb-debug-get-args" title="rb_debug_get_args ()">rb_debug_get_args</a>                   (<em class="parameter"><code><span class="type">void</span></code></em>);
46
46
<span class="returnvalue">void</span>                <a class="link" href="rhythmbox-rb-debug.html#rb-debug-stop-in-debugger" title="rb_debug_stop_in_debugger ()">rb_debug_stop_in_debugger</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
77
77
<hr>
78
78
<div class="refsect2">
79
79
<a name="rb-debug-init"></a><h3>rb_debug_init ()</h3>
80
 
<pre class="programlisting"><span class="returnvalue">void</span>                rb_debug_init                       (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> debug</code></em>);</pre>
 
80
<pre class="programlisting"><span class="returnvalue">void</span>                rb_debug_init                       (<em class="parameter"><code><span class="type">gboolean</span> debug</code></em>);</pre>
81
81
<p>
82
82
Sets up debug output, with either all debug enabled
83
83
or none.
114
114
<hr>
115
115
<div class="refsect2">
116
116
<a name="rb-debug-matches"></a><h3>rb_debug_matches ()</h3>
117
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            rb_debug_matches                    (<em class="parameter"><code>const <span class="type">char</span> *func</code></em>,
 
117
<pre class="programlisting"><span class="returnvalue">gboolean</span>            rb_debug_matches                    (<em class="parameter"><code>const <span class="type">char</span> *func</code></em>,
118
118
                                                         <em class="parameter"><code>const <span class="type">char</span> *file</code></em>);</pre>
119
119
<p>
120
120
Checks if <em class="parameter"><code>file</code></em> or <em class="parameter"><code>func</code></em> matches the current debug output settings.
133
133
<tr>
134
134
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
135
135
<td>
136
 
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if matched</td>
 
136
<code class="literal">TRUE</code> if matched</td>
137
137
</tr>
138
138
</tbody>
139
139
</table></div>
151
151
<col align="left" valign="top">
152
152
<tbody><tr>
153
153
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
154
 
<td>debug output arguments, must be freed with #<a href="/usr/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
154
<td>debug output arguments, must be freed with #<code class="function">g_strfreev()</code>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
155
155
</td>
156
156
</tr></tbody>
157
157
</table></div>