~ubuntu-branches/ubuntu/precise/gedit/precise

« 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-04-14 16:41:13 UTC
  • mfrom: (1.1.78 upstream)
  • Revision ID: james.westby@ubuntu.com-20100414164113-0xgl3u73pcs0ngbc
Tags: 2.30.0git20100413-0ubuntu1
* Updating to git snaptshot since 2.30.1 will be after lucid
* debian/patches/90_autoconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

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