~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/reference/html/rhythmbox-rb-debug.html

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
4
<title>rb-debug</title>
 
5
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
 
6
<link rel="start" href="index.html" title="Rhythmbox Development Reference Manual">
 
7
<link rel="up" href="ch02.html" title="Lib">
 
8
<link rel="prev" href="ch02.html" title="Lib">
 
9
<link rel="next" href="rhythmbox-rb-enums.html" title="rb-enums">
 
10
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
 
11
<link rel="stylesheet" href="style.css" type="text/css">
 
12
<link rel="chapter" href="ch01.html" title="IRadio UI">
 
13
<link rel="chapter" href="ch02.html" title="Lib">
 
14
<link rel="chapter" href="ch03.html" title="Metadata">
 
15
<link rel="chapter" href="ch04.html" title="Player">
 
16
<link rel="chapter" href="ch05.html" title="RhythmDB">
 
17
<link rel="chapter" href="ch06.html" title="Shell">
 
18
<link rel="chapter" href="ch07.html" title="Sources">
 
19
<link rel="chapter" href="ch08.html" title="Widgets">
 
20
</head>
 
21
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
22
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
23
<td><a accesskey="p" href="ch02.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
24
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
25
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
26
<th width="100%" align="center">Rhythmbox Development Reference Manual</th>
 
27
<td><a accesskey="n" href="rhythmbox-rb-enums.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
28
</tr></table>
 
29
<div class="refentry" lang="en">
 
30
<a name="rhythmbox-rb-debug"></a><div class="titlepage"></div>
 
31
<div class="refnamediv"><table width="100%"><tr>
 
32
<td valign="top">
 
33
<h2><span class="refentrytitle">rb-debug</span></h2>
 
34
<p>rb-debug &#8212; </p>
 
35
</td>
 
36
<td valign="top" align="right"></td>
 
37
</tr></table></div>
 
38
<div class="refsynopsisdiv">
 
39
<h2>Synopsis</h2>
 
40
<pre class="synopsis">
 
41
 
 
42
 
 
43
 
 
44
#define     <a href="rhythmbox-rb-debug.html#rb-debug">rb_debug</a>                        (...)
 
45
void        <a href="rhythmbox-rb-debug.html#rb-debug-init">rb_debug_init</a>                   (gboolean debug);
 
46
void        <a href="rhythmbox-rb-debug.html#rb-debug-real">rb_debug_real</a>                   (const char *func,
 
47
                                             const char *file,
 
48
                                             int line,
 
49
                                             const char *format,
 
50
                                             ...);
 
51
void        <a href="rhythmbox-rb-debug.html#rb-debug-stop-in-debugger">rb_debug_stop_in_debugger</a>       (void);
 
52
typedef     <a href="rhythmbox-rb-debug.html#RBProfiler">RBProfiler</a>;
 
53
<a href="rhythmbox-rb-debug.html#RBProfiler">RBProfiler</a>* <a href="rhythmbox-rb-debug.html#rb-profiler-new">rb_profiler_new</a>                 (const char *name);
 
54
void        <a href="rhythmbox-rb-debug.html#rb-profiler-dump">rb_profiler_dump</a>                (<a href="rhythmbox-rb-debug.html#RBProfiler">RBProfiler</a> *profiler);
 
55
void        <a href="rhythmbox-rb-debug.html#rb-profiler-reset">rb_profiler_reset</a>               (<a href="rhythmbox-rb-debug.html#RBProfiler">RBProfiler</a> *profiler);
 
56
void        <a href="rhythmbox-rb-debug.html#rb-profiler-free">rb_profiler_free</a>                (<a href="rhythmbox-rb-debug.html#RBProfiler">RBProfiler</a> *profiler);
 
57
</pre>
 
58
</div>
 
59
<div class="refsect1" lang="en">
 
60
<a name="id2528396"></a><h2>Description</h2>
 
61
<p>
 
62
 
 
63
</p>
 
64
</div>
 
65
<div class="refsect1" lang="en">
 
66
<a name="id2528408"></a><h2>Details</h2>
 
67
<div class="refsect2" lang="en">
 
68
<a name="id2528414"></a><h3>
 
69
<a name="rb-debug"></a>rb_debug()</h3>
 
70
<a class="indexterm" name="id2528423"></a><pre class="programlisting">#define     rb_debug(...)</pre>
 
71
<p>
 
72
 
 
73
</p>
 
74
<div class="variablelist"><table border="0">
 
75
<col align="left" valign="top">
 
76
<tbody><tr>
 
77
<td>
 
78
<span class="term"><em class="parameter"><code>...</code></em>&#160;:</span></td>
 
79
<td>
 
80
 
 
81
 
 
82
</td>
 
83
</tr></tbody>
 
84
</table></div>
 
85
</div>
 
86
<hr>
 
87
<div class="refsect2" lang="en">
 
88
<a name="id2474280"></a><h3>
 
89
<a name="rb-debug-init"></a>rb_debug_init ()</h3>
 
90
<a class="indexterm" name="id2474290"></a><pre class="programlisting">void        rb_debug_init                   (gboolean debug);</pre>
 
91
<p>
 
92
 
 
93
</p>
 
94
<div class="variablelist"><table border="0">
 
95
<col align="left" valign="top">
 
96
<tbody><tr>
 
97
<td>
 
98
<span class="term"><em class="parameter"><code>debug</code></em>&#160;:</span></td>
 
99
<td>
 
100
 
 
101
 
 
102
</td>
 
103
</tr></tbody>
 
104
</table></div>
 
105
</div>
 
106
<hr>
 
107
<div class="refsect2" lang="en">
 
108
<a name="id2474335"></a><h3>
 
109
<a name="rb-debug-real"></a>rb_debug_real ()</h3>
 
110
<a class="indexterm" name="id2474345"></a><pre class="programlisting">void        rb_debug_real                   (const char *func,
 
111
                                             const char *file,
 
112
                                             int line,
 
113
                                             const char *format,
 
114
                                             ...);</pre>
 
115
<p>
 
116
 
 
117
</p>
 
118
<div class="variablelist"><table border="0">
 
119
<col align="left" valign="top">
 
120
<tbody>
 
121
<tr>
 
122
<td>
 
123
<span class="term"><em class="parameter"><code>func</code></em>&#160;:</span></td>
 
124
<td>
 
125
</td>
 
126
</tr>
 
127
<tr>
 
128
<td>
 
129
<span class="term"><em class="parameter"><code>file</code></em>&#160;:</span></td>
 
130
<td>
 
131
</td>
 
132
</tr>
 
133
<tr>
 
134
<td>
 
135
<span class="term"><em class="parameter"><code>line</code></em>&#160;:</span></td>
 
136
<td>
 
137
</td>
 
138
</tr>
 
139
<tr>
 
140
<td>
 
141
<span class="term"><em class="parameter"><code>format</code></em>&#160;:</span></td>
 
142
<td>
 
143
</td>
 
144
</tr>
 
145
<tr>
 
146
<td>
 
147
<span class="term"><em class="parameter"><code>...</code></em>&#160;:</span></td>
 
148
<td>
 
149
 
 
150
 
 
151
</td>
 
152
</tr>
 
153
</tbody>
 
154
</table></div>
 
155
</div>
 
156
<hr>
 
157
<div class="refsect2" lang="en">
 
158
<a name="id2540906"></a><h3>
 
159
<a name="rb-debug-stop-in-debugger"></a>rb_debug_stop_in_debugger ()</h3>
 
160
<a class="indexterm" name="id2540915"></a><pre class="programlisting">void        rb_debug_stop_in_debugger       (void);</pre>
 
161
<p>
 
162
 
 
163
</p>
 
164
</div>
 
165
<hr>
 
166
<div class="refsect2" lang="en">
 
167
<a name="id2540935"></a><h3>
 
168
<a name="RBProfiler"></a>RBProfiler</h3>
 
169
<a class="indexterm" name="id2540945"></a><pre class="programlisting">typedef struct RBProfiler RBProfiler;
 
170
</pre>
 
171
<p>
 
172
 
 
173
</p>
 
174
</div>
 
175
<hr>
 
176
<div class="refsect2" lang="en">
 
177
<a name="id2540960"></a><h3>
 
178
<a name="rb-profiler-new"></a>rb_profiler_new ()</h3>
 
179
<a class="indexterm" name="id2540971"></a><pre class="programlisting"><a href="rhythmbox-rb-debug.html#RBProfiler">RBProfiler</a>* rb_profiler_new                 (const char *name);</pre>
 
180
<p>
 
181
 
 
182
</p>
 
183
<div class="variablelist"><table border="0">
 
184
<col align="left" valign="top">
 
185
<tbody>
 
186
<tr>
 
187
<td>
 
188
<span class="term"><em class="parameter"><code>name</code></em>&#160;:</span></td>
 
189
<td>
 
190
</td>
 
191
</tr>
 
192
<tr>
 
193
<td>
 
194
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
195
<td>
 
196
 
 
197
 
 
198
</td>
 
199
</tr>
 
200
</tbody>
 
201
</table></div>
 
202
</div>
 
203
<hr>
 
204
<div class="refsect2" lang="en">
 
205
<a name="id2528463"></a><h3>
 
206
<a name="rb-profiler-dump"></a>rb_profiler_dump ()</h3>
 
207
<a class="indexterm" name="id2528474"></a><pre class="programlisting">void        rb_profiler_dump                (<a href="rhythmbox-rb-debug.html#RBProfiler">RBProfiler</a> *profiler);</pre>
 
208
<p>
 
209
 
 
210
</p>
 
211
<div class="variablelist"><table border="0">
 
212
<col align="left" valign="top">
 
213
<tbody><tr>
 
214
<td>
 
215
<span class="term"><em class="parameter"><code>profiler</code></em>&#160;:</span></td>
 
216
<td>
 
217
 
 
218
 
 
219
</td>
 
220
</tr></tbody>
 
221
</table></div>
 
222
</div>
 
223
<hr>
 
224
<div class="refsect2" lang="en">
 
225
<a name="id2528519"></a><h3>
 
226
<a name="rb-profiler-reset"></a>rb_profiler_reset ()</h3>
 
227
<a class="indexterm" name="id2528529"></a><pre class="programlisting">void        rb_profiler_reset               (<a href="rhythmbox-rb-debug.html#RBProfiler">RBProfiler</a> *profiler);</pre>
 
228
<p>
 
229
 
 
230
</p>
 
231
<div class="variablelist"><table border="0">
 
232
<col align="left" valign="top">
 
233
<tbody><tr>
 
234
<td>
 
235
<span class="term"><em class="parameter"><code>profiler</code></em>&#160;:</span></td>
 
236
<td>
 
237
 
 
238
 
 
239
</td>
 
240
</tr></tbody>
 
241
</table></div>
 
242
</div>
 
243
<hr>
 
244
<div class="refsect2" lang="en">
 
245
<a name="id2528574"></a><h3>
 
246
<a name="rb-profiler-free"></a>rb_profiler_free ()</h3>
 
247
<a class="indexterm" name="id2528584"></a><pre class="programlisting">void        rb_profiler_free                (<a href="rhythmbox-rb-debug.html#RBProfiler">RBProfiler</a> *profiler);</pre>
 
248
<p>
 
249
 
 
250
</p>
 
251
<div class="variablelist"><table border="0">
 
252
<col align="left" valign="top">
 
253
<tbody><tr>
 
254
<td>
 
255
<span class="term"><em class="parameter"><code>profiler</code></em>&#160;:</span></td>
 
256
<td>
 
257
 
 
258
 
 
259
</td>
 
260
</tr></tbody>
 
261
</table></div>
 
262
</div>
 
263
</div>
 
264
</div>
 
265
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
 
266
<td align="left"><a accesskey="p" href="ch02.html"><b>&lt;&lt;&#160;Lib</b></a></td>
 
267
<td align="right"><a accesskey="n" href="rhythmbox-rb-enums.html"><b>rb-enums&#160;&gt;&gt;</b></a></td>
 
268
</tr></table>
 
269
</body>
 
270
</html>