~ubuntu-branches/ubuntu/natty/gedit/natty

« back to all changes in this revision

Viewing changes to docs/reference/html/gedit-gedit-debug.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-21 15:14:19 UTC
  • mfrom: (1.1.80 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621151419-j79nqokj12vpw9u3
Tags: 2.30.3-0ubuntu1
* New upstream version
  - Misc bugfixes
  - Handle empty input gracefully (lp: #586848)
  - Translations update

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-SAVER:CAPS" title="DEBUG_SAVER">DEBUG_SAVER</a>
56
56
<span class="returnvalue">void</span>                <a class="link" href="gedit-gedit-debug.html#gedit-debug-init" title="gedit_debug_init ()">gedit_debug_init</a>                    (<em class="parameter"><code><span class="type">void</span></code></em>);
57
57
<span class="returnvalue">void</span>                <a class="link" href="gedit-gedit-debug.html#gedit-debug" title="gedit_debug ()">gedit_debug</a>                         (<em class="parameter"><code><a class="link" href="gedit-gedit-debug.html#GeditDebugSection" title="enum GeditDebugSection"><span class="type">GeditDebugSection</span></a> section</code></em>,
58
 
                                                         <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>,
59
 
                                                         <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>,
60
 
                                                         <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> *function</code></em>);
 
58
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
 
59
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
 
60
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *function</code></em>);
61
61
<span class="returnvalue">void</span>                <a class="link" href="gedit-gedit-debug.html#gedit-debug-message" title="gedit_debug_message ()">gedit_debug_message</a>                 (<em class="parameter"><code><a class="link" href="gedit-gedit-debug.html#GeditDebugSection" title="enum GeditDebugSection"><span class="type">GeditDebugSection</span></a> section</code></em>,
62
 
                                                         <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>,
63
 
                                                         <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>,
64
 
                                                         <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> *function</code></em>,
65
 
                                                         <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>,
 
62
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
 
63
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
 
64
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *function</code></em>,
 
65
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *format</code></em>,
66
66
                                                         <em class="parameter"><code>...</code></em>);
67
67
</pre>
68
68
</div>
69
69
<div class="refsect1" title="Description">
70
70
<a name="gedit-gedit-debug.description"></a><h2>Description</h2>
71
 
<p>
72
 
</p>
73
71
</div>
74
72
<div class="refsect1" title="Details">
75
73
<a name="gedit-gedit-debug.details"></a><h2>Details</h2>
94
92
        GEDIT_DEBUG_SAVER    = 1 &lt;&lt; 14
95
93
} GeditDebugSection;
96
94
</pre>
97
 
<p>
98
 
</p>
99
95
</div>
100
96
<hr>
101
97
<div class="refsect2" title="DEBUG_VIEW">
102
98
<a name="DEBUG-VIEW:CAPS"></a><h3>DEBUG_VIEW</h3>
103
99
<pre class="programlisting">#define DEBUG_VIEW GEDIT_DEBUG_VIEW,    __FILE__, __LINE__, G_STRFUNC
104
100
</pre>
105
 
<p>
106
 
</p>
107
101
</div>
108
102
<hr>
109
103
<div class="refsect2" title="DEBUG_SEARCH">
110
104
<a name="DEBUG-SEARCH:CAPS"></a><h3>DEBUG_SEARCH</h3>
111
105
<pre class="programlisting">#define DEBUG_SEARCH GEDIT_DEBUG_SEARCH,  __FILE__, __LINE__, G_STRFUNC
112
106
</pre>
113
 
<p>
114
 
</p>
115
107
</div>
116
108
<hr>
117
109
<div class="refsect2" title="DEBUG_PRINT">
118
110
<a name="DEBUG-PRINT:CAPS"></a><h3>DEBUG_PRINT</h3>
119
111
<pre class="programlisting">#define DEBUG_PRINT GEDIT_DEBUG_PRINT,   __FILE__, __LINE__, G_STRFUNC
120
112
</pre>
121
 
<p>
122
 
</p>
123
113
</div>
124
114
<hr>
125
115
<div class="refsect2" title="DEBUG_PREFS">
126
116
<a name="DEBUG-PREFS:CAPS"></a><h3>DEBUG_PREFS</h3>
127
117
<pre class="programlisting">#define DEBUG_PREFS GEDIT_DEBUG_PREFS,   __FILE__, __LINE__, G_STRFUNC
128
118
</pre>
129
 
<p>
130
 
</p>
131
119
</div>
132
120
<hr>
133
121
<div class="refsect2" title="DEBUG_PLUGINS">
134
122
<a name="DEBUG-PLUGINS:CAPS"></a><h3>DEBUG_PLUGINS</h3>
135
123
<pre class="programlisting">#define DEBUG_PLUGINS GEDIT_DEBUG_PLUGINS, __FILE__, __LINE__, G_STRFUNC
136
124
</pre>
137
 
<p>
138
 
</p>
139
125
</div>
140
126
<hr>
141
127
<div class="refsect2" title="DEBUG_TAB">
142
128
<a name="DEBUG-TAB:CAPS"></a><h3>DEBUG_TAB</h3>
143
129
<pre class="programlisting">#define DEBUG_TAB GEDIT_DEBUG_TAB,     __FILE__, __LINE__, G_STRFUNC
144
130
</pre>
145
 
<p>
146
 
</p>
147
131
</div>
148
132
<hr>
149
133
<div class="refsect2" title="DEBUG_DOCUMENT">
150
134
<a name="DEBUG-DOCUMENT:CAPS"></a><h3>DEBUG_DOCUMENT</h3>
151
135
<pre class="programlisting">#define DEBUG_DOCUMENT GEDIT_DEBUG_DOCUMENT,__FILE__, __LINE__, G_STRFUNC
152
136
</pre>
153
 
<p>
154
 
</p>
155
137
</div>
156
138
<hr>
157
139
<div class="refsect2" title="DEBUG_COMMANDS">
158
140
<a name="DEBUG-COMMANDS:CAPS"></a><h3>DEBUG_COMMANDS</h3>
159
141
<pre class="programlisting">#define DEBUG_COMMANDS GEDIT_DEBUG_COMMANDS,__FILE__, __LINE__, G_STRFUNC
160
142
</pre>
161
 
<p>
162
 
</p>
163
143
</div>
164
144
<hr>
165
145
<div class="refsect2" title="DEBUG_APP">
166
146
<a name="DEBUG-APP:CAPS"></a><h3>DEBUG_APP</h3>
167
147
<pre class="programlisting">#define DEBUG_APP GEDIT_DEBUG_APP,     __FILE__, __LINE__, G_STRFUNC
168
148
</pre>
169
 
<p>
170
 
</p>
171
149
</div>
172
150
<hr>
173
151
<div class="refsect2" title="DEBUG_SESSION">
174
152
<a name="DEBUG-SESSION:CAPS"></a><h3>DEBUG_SESSION</h3>
175
153
<pre class="programlisting">#define DEBUG_SESSION GEDIT_DEBUG_SESSION, __FILE__, __LINE__, G_STRFUNC
176
154
</pre>
177
 
<p>
178
 
</p>
179
155
</div>
180
156
<hr>
181
157
<div class="refsect2" title="DEBUG_UTILS">
182
158
<a name="DEBUG-UTILS:CAPS"></a><h3>DEBUG_UTILS</h3>
183
159
<pre class="programlisting">#define DEBUG_UTILS GEDIT_DEBUG_UTILS,   __FILE__, __LINE__, G_STRFUNC
184
160
</pre>
185
 
<p>
186
 
</p>
187
161
</div>
188
162
<hr>
189
163
<div class="refsect2" title="DEBUG_METADATA">
190
164
<a name="DEBUG-METADATA:CAPS"></a><h3>DEBUG_METADATA</h3>
191
165
<pre class="programlisting">#define DEBUG_METADATA GEDIT_DEBUG_METADATA,__FILE__, __LINE__, G_STRFUNC
192
166
</pre>
193
 
<p>
194
 
</p>
195
167
</div>
196
168
<hr>
197
169
<div class="refsect2" title="DEBUG_WINDOW">
198
170
<a name="DEBUG-WINDOW:CAPS"></a><h3>DEBUG_WINDOW</h3>
199
171
<pre class="programlisting">#define DEBUG_WINDOW GEDIT_DEBUG_WINDOW,  __FILE__, __LINE__, G_STRFUNC
200
172
</pre>
201
 
<p>
202
 
</p>
203
173
</div>
204
174
<hr>
205
175
<div class="refsect2" title="DEBUG_LOADER">
206
176
<a name="DEBUG-LOADER:CAPS"></a><h3>DEBUG_LOADER</h3>
207
177
<pre class="programlisting">#define DEBUG_LOADER GEDIT_DEBUG_LOADER,  __FILE__, __LINE__, G_STRFUNC
208
178
</pre>
209
 
<p>
210
 
</p>
211
179
</div>
212
180
<hr>
213
181
<div class="refsect2" title="DEBUG_SAVER">
214
182
<a name="DEBUG-SAVER:CAPS"></a><h3>DEBUG_SAVER</h3>
215
183
<pre class="programlisting">#define DEBUG_SAVER GEDIT_DEBUG_SAVER,   __FILE__, __LINE__, G_STRFUNC
216
184
</pre>
217
 
<p>
218
 
</p>
219
185
</div>
220
186
<hr>
221
187
<div class="refsect2" title="gedit_debug_init ()">
222
188
<a name="gedit-debug-init"></a><h3>gedit_debug_init ()</h3>
223
189
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_debug_init                    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
224
 
<p>
225
 
</p>
226
190
</div>
227
191
<hr>
228
192
<div class="refsect2" title="gedit_debug ()">
229
193
<a name="gedit-debug"></a><h3>gedit_debug ()</h3>
230
194
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_debug                         (<em class="parameter"><code><a class="link" href="gedit-gedit-debug.html#GeditDebugSection" title="enum GeditDebugSection"><span class="type">GeditDebugSection</span></a> section</code></em>,
231
 
                                                         <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>,
232
 
                                                         <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>,
233
 
                                                         <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> *function</code></em>);</pre>
234
 
<p>
235
 
</p>
236
 
<div class="variablelist"><table border="0">
237
 
<col align="left" valign="top">
238
 
<tbody>
239
 
<tr>
240
 
<td><p><span class="term"><em class="parameter"><code>section</code></em> :</span></p></td>
241
 
<td>
242
 
</td>
243
 
</tr>
244
 
<tr>
245
 
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
246
 
<td>
247
 
</td>
248
 
</tr>
249
 
<tr>
250
 
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
251
 
<td>
252
 
</td>
253
 
</tr>
254
 
<tr>
255
 
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
256
 
<td>
257
 
</td>
258
 
</tr>
259
 
</tbody>
260
 
</table></div>
 
195
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
 
196
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
 
197
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *function</code></em>);</pre>
261
198
</div>
262
199
<hr>
263
200
<div class="refsect2" title="gedit_debug_message ()">
264
201
<a name="gedit-debug-message"></a><h3>gedit_debug_message ()</h3>
265
202
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_debug_message                 (<em class="parameter"><code><a class="link" href="gedit-gedit-debug.html#GeditDebugSection" title="enum GeditDebugSection"><span class="type">GeditDebugSection</span></a> section</code></em>,
266
 
                                                         <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>,
267
 
                                                         <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>,
268
 
                                                         <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> *function</code></em>,
269
 
                                                         <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>,
 
203
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
 
204
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line</code></em>,
 
205
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *function</code></em>,
 
206
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *format</code></em>,
270
207
                                                         <em class="parameter"><code>...</code></em>);</pre>
271
 
<p>
272
 
</p>
273
 
<div class="variablelist"><table border="0">
274
 
<col align="left" valign="top">
275
 
<tbody>
276
 
<tr>
277
 
<td><p><span class="term"><em class="parameter"><code>section</code></em> :</span></p></td>
278
 
<td>
279
 
</td>
280
 
</tr>
281
 
<tr>
282
 
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
283
 
<td>
284
 
</td>
285
 
</tr>
286
 
<tr>
287
 
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
288
 
<td>
289
 
</td>
290
 
</tr>
291
 
<tr>
292
 
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
293
 
<td>
294
 
</td>
295
 
</tr>
296
 
<tr>
297
 
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
298
 
<td>
299
 
</td>
300
 
</tr>
301
 
<tr>
302
 
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
303
 
<td>
304
 
</td>
305
 
</tr>
306
 
</tbody>
307
 
</table></div>
308
208
</div>
309
209
</div>
310
210
</div>