~ubuntu-branches/ubuntu/saucy/parole/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/plugin-api/html/Parole-Plugins-parole-debug.html

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-24 16:09:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110424160919-rpjwaicrdb8f7un2
Tags: 0.2.0.6-1
[ Lionel Le Folgoc ]
* debian/control:
  - drop unneeded build-dep on xulrunner-dev.   closes: #594073
  - suggests a few useful gstreamer0.10 plugins.
  - build-depends on quilt.
* debian/patches:
  - 01_fix-implicit-dso-linking.patch: added, fixes FTBFS with binutils-gold.
  - series: added.                                            closes: #615760
* debian/rules: pass --with quilt to dh.

[ Yves-Alexis Perez ]
* New upstream release.
* Switch to 3.0 (quilt) source format.
* debian/control:
  - update standards version to 3.9.2.
  - drop browser-plugin-parole package.
  - drop quilt build-dep.
  - add build-dep on hardening-includes
  - bump xfce build-deps to 4.8.
* debian/parole.install updated.
* debian/rules:
  - use --fail-missing and manually remove spurious files.
  - drop quilt addon
  - pick build flags from dpkg-buildflags.
  - add -O1, -z,defs and --as-needed to LDFLAGS.
  - add hardening flags to build flags.
  - stop harcoding the shell to bash, it works fine now.      closes: #623830

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Parole Debug</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Parole Plugins Reference Manual">
8
8
<link rel="up" href="Utils.html" title="Part V. Parole Utilities">
9
9
<link rel="prev" href="Parole-Plugins-parole-pl-parser.html" title="Parole Playlist Parser">
10
10
<link rel="next" href="api-index-full.html" title="API Index">
11
 
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="Intro.html" title="Part I. Introduction">
14
 
<link rel="part" href="parole-plugins-tut.html" title="Part II. Parole Plugin Tutorial">
15
 
<link rel="part" href="fundamentals.html" title="Part III. Fundamentals">
16
 
<link rel="part" href="API.html" title="Part IV. Parole Plugin Reference">
17
 
<link rel="part" href="Utils.html" title="Part V. Parole Utilities">
18
 
<link rel="index" href="api-index-full.html" title="API Index">
19
13
</head>
20
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
21
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
32
26
                  <a href="#Parole-Plugins-parole-debug.description" class="shortcut">Description</a>
33
27
</td></tr>
34
28
</table>
35
 
<div class="refentry" lang="en">
 
29
<div class="refentry">
36
30
<a name="Parole-Plugins-parole-debug"></a><div class="titlepage"></div>
37
31
<div class="refnamediv"><table width="100%"><tr>
38
32
<td valign="top">
43
37
</tr></table></div>
44
38
<div class="refsynopsisdiv">
45
39
<a name="Parole-Plugins-parole-debug.synopsis"></a><h2>Synopsis</h2>
46
 
<pre class="synopsis">#define             <a href="Parole-Plugins-parole-debug.html#PAROLE-DEBUG-ENUM:CAPS">PAROLE_DEBUG_ENUM</a>                   (_text, _value, _type)
47
 
#define             <a href="Parole-Plugins-parole-debug.html#PAROLE-DEBUG-ENUM-FULL:CAPS">PAROLE_DEBUG_ENUM_FULL</a>              (_value, _type, ...)
48
 
<span class="returnvalue">void</span>                <a href="Parole-Plugins-parole-debug.html#parole-debug-enum">parole_debug_enum</a>                   (const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *func,
49
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *file,
50
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> line,
51
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *text,
52
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> v_enum,
53
 
                                                         <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> type);
54
 
<span class="returnvalue">void</span>                <a href="Parole-Plugins-parole-debug.html#parole-debug-enum-full">parole_debug_enum_full</a>              (const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *func,
55
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *file,
56
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> line,
57
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> v_enum,
58
 
                                                         <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> type,
59
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *format,
60
 
                                                         ...);
 
40
<pre class="synopsis">#define             <a class="link" href="Parole-Plugins-parole-debug.html#PAROLE-DEBUG-ENUM:CAPS" title="PAROLE_DEBUG_ENUM()">PAROLE_DEBUG_ENUM</a>                   (_text,
 
41
                                                         _value,
 
42
                                                         _type)
 
43
#define             <a class="link" href="Parole-Plugins-parole-debug.html#PAROLE-DEBUG-ENUM-FULL:CAPS" title="PAROLE_DEBUG_ENUM_FULL()">PAROLE_DEBUG_ENUM_FULL</a>              (_value,
 
44
                                                         _type,
 
45
                                                         ...)
 
46
<span class="returnvalue">void</span>                <a class="link" href="Parole-Plugins-parole-debug.html#parole-debug-enum" title="parole_debug_enum ()">parole_debug_enum</a>                   (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *func</code></em>,
 
47
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
 
48
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
 
49
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
 
50
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> v_enum</code></em>,
 
51
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);
 
52
<span class="returnvalue">void</span>                <a class="link" href="Parole-Plugins-parole-debug.html#parole-debug-enum-full" title="parole_debug_enum_full ()">parole_debug_enum_full</a>              (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *func</code></em>,
 
53
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
 
54
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
 
55
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> v_enum</code></em>,
 
56
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>,
 
57
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *format</code></em>,
 
58
                                                         <em class="parameter"><code>...</code></em>);
61
59
</pre>
62
60
</div>
63
 
<div class="refsect1" lang="en">
 
61
<div class="refsect1">
64
62
<a name="Parole-Plugins-parole-debug.description"></a><h2>Description</h2>
65
63
<p>
66
64
</p>
67
65
</div>
68
 
<div class="refsect1" lang="en">
 
66
<div class="refsect1">
69
67
<a name="Parole-Plugins-parole-debug.details"></a><h2>Details</h2>
70
 
<div class="refsect2" lang="en">
 
68
<div class="refsect2">
71
69
<a name="PAROLE-DEBUG-ENUM:CAPS"></a><h3>PAROLE_DEBUG_ENUM()</h3>
72
70
<pre class="programlisting">#define             PAROLE_DEBUG_ENUM(_text, _value, _type)</pre>
73
71
<p>
74
72
</p>
75
 
<div class="variablelist"><table border="0">
76
 
<col align="left" valign="top">
77
 
<tbody>
78
 
<tr>
79
 
<td><p><span class="term"><em class="parameter"><code>_text</code></em> :</span></p></td>
80
 
<td>
81
 
</td>
82
 
</tr>
83
 
<tr>
84
 
<td><p><span class="term"><em class="parameter"><code>_value</code></em> :</span></p></td>
85
 
<td>
86
 
</td>
87
 
</tr>
88
 
<tr>
89
 
<td><p><span class="term"><em class="parameter"><code>_type</code></em> :</span></p></td>
90
 
<td>
91
 
</td>
92
 
</tr>
93
 
</tbody>
94
 
</table></div>
95
73
</div>
96
74
<hr>
97
 
<div class="refsect2" lang="en">
 
75
<div class="refsect2">
98
76
<a name="PAROLE-DEBUG-ENUM-FULL:CAPS"></a><h3>PAROLE_DEBUG_ENUM_FULL()</h3>
99
77
<pre class="programlisting">#define             PAROLE_DEBUG_ENUM_FULL(_value, _type, ...)</pre>
100
78
<p>
101
79
</p>
102
 
<div class="variablelist"><table border="0">
103
 
<col align="left" valign="top">
104
 
<tbody>
105
 
<tr>
106
 
<td><p><span class="term"><em class="parameter"><code>_value</code></em> :</span></p></td>
107
 
<td>
108
 
</td>
109
 
</tr>
110
 
<tr>
111
 
<td><p><span class="term"><em class="parameter"><code>_type</code></em> :</span></p></td>
112
 
<td>
113
 
</td>
114
 
</tr>
115
 
<tr>
116
 
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
117
 
<td>
118
 
</td>
119
 
</tr>
120
 
</tbody>
121
 
</table></div>
122
80
</div>
123
81
<hr>
124
 
<div class="refsect2" lang="en">
 
82
<div class="refsect2">
125
83
<a name="parole-debug-enum"></a><h3>parole_debug_enum ()</h3>
126
 
<pre class="programlisting"><span class="returnvalue">void</span>                parole_debug_enum                   (const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *func,
127
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *file,
128
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> line,
129
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *text,
130
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> v_enum,
131
 
                                                         <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> type);</pre>
 
84
<pre class="programlisting"><span class="returnvalue">void</span>                parole_debug_enum                   (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *func</code></em>,
 
85
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
 
86
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
 
87
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
 
88
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> v_enum</code></em>,
 
89
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>);</pre>
132
90
<p>
133
91
</p>
134
 
<div class="variablelist"><table border="0">
135
 
<col align="left" valign="top">
136
 
<tbody>
137
 
<tr>
138
 
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
139
 
<td>
140
 
</td>
141
 
</tr>
142
 
<tr>
143
 
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
144
 
<td>
145
 
</td>
146
 
</tr>
147
 
<tr>
148
 
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
149
 
<td>
150
 
</td>
151
 
</tr>
152
 
<tr>
153
 
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
154
 
<td>
155
 
</td>
156
 
</tr>
157
 
<tr>
158
 
<td><p><span class="term"><em class="parameter"><code>v_enum</code></em> :</span></p></td>
159
 
<td>
160
 
</td>
161
 
</tr>
162
 
<tr>
163
 
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
164
 
<td>
165
 
</td>
166
 
</tr>
167
 
</tbody>
168
 
</table></div>
169
92
</div>
170
93
<hr>
171
 
<div class="refsect2" lang="en">
 
94
<div class="refsect2">
172
95
<a name="parole-debug-enum-full"></a><h3>parole_debug_enum_full ()</h3>
173
 
<pre class="programlisting"><span class="returnvalue">void</span>                parole_debug_enum_full              (const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *func,
174
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *file,
175
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> line,
176
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> v_enum,
177
 
                                                         <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> type,
178
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *format,
179
 
                                                         ...);</pre>
 
96
<pre class="programlisting"><span class="returnvalue">void</span>                parole_debug_enum_full              (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *func</code></em>,
 
97
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
 
98
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
 
99
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> v_enum</code></em>,
 
100
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> type</code></em>,
 
101
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *format</code></em>,
 
102
                                                         <em class="parameter"><code>...</code></em>);</pre>
180
103
<p>
181
104
</p>
182
 
<div class="variablelist"><table border="0">
183
 
<col align="left" valign="top">
184
 
<tbody>
185
 
<tr>
186
 
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
187
 
<td>
188
 
</td>
189
 
</tr>
190
 
<tr>
191
 
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
192
 
<td>
193
 
</td>
194
 
</tr>
195
 
<tr>
196
 
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
197
 
<td>
198
 
</td>
199
 
</tr>
200
 
<tr>
201
 
<td><p><span class="term"><em class="parameter"><code>v_enum</code></em> :</span></p></td>
202
 
<td>
203
 
</td>
204
 
</tr>
205
 
<tr>
206
 
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
207
 
<td>
208
 
</td>
209
 
</tr>
210
 
<tr>
211
 
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
212
 
<td>
213
 
</td>
214
 
</tr>
215
 
<tr>
216
 
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
217
 
<td>
218
 
</td>
219
 
</tr>
220
 
</tbody>
221
 
</table></div>
222
105
</div>
223
106
</div>
224
107
</div>
225
108
<div class="footer">
226
109
<hr>
227
 
          Generated by GTK-Doc V1.13</div>
 
110
          Generated by GTK-Doc V1.17</div>
228
111
</body>
229
112
</html>
 
 
b'\\ No newline at end of file'