~ubuntu-branches/ubuntu/lucid/gedit/lucid-proposed

« 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-03-18 00:37:05 UTC
  • mfrom: (1.1.76 upstream)
  • Revision ID: james.westby@ubuntu.com-20100318003705-typ8fgrsezmc334h
Tags: 2.29.9-0ubuntu1
* New upstream version:
  - Fix a file corruption bug in the new file saving code 
  - Misc bugfixes
* debian/patches/80_not_using_localmodlibs.patch:
  - dropped, the change is in the new version

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.11 (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
13
<link rel="chapter" href="ch01.html" title="gedit">
14
14
</head>
23
23
</tr>
24
24
<tr><td colspan="5" class="shortcuts">
25
25
<a href="#gedit-gedit-debug.synopsis" class="shortcut">Top</a>
26
 
                 | 
27
 
                <a href="#gedit-gedit-debug.description" class="shortcut">Description</a>
 
26
                   | 
 
27
                  <a href="#gedit-gedit-debug.description" class="shortcut">Description</a>
28
28
</td></tr>
29
29
</table>
30
30
<div class="refentry" title="gedit-debug">
38
38
</tr></table></div>
39
39
<div class="refsynopsisdiv" title="Synopsis">
40
40
<a name="gedit-gedit-debug.synopsis"></a><h2>Synopsis</h2>
41
 
<pre class="synopsis">
42
 
enum                <a class="link" href="gedit-gedit-debug.html#GeditDebugSection" title="enum GeditDebugSection">GeditDebugSection</a>;
43
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-VIEW--CAPS" title="DEBUG_VIEW">DEBUG_VIEW</a>
44
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-SEARCH--CAPS" title="DEBUG_SEARCH">DEBUG_SEARCH</a>
45
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-PRINT--CAPS" title="DEBUG_PRINT">DEBUG_PRINT</a>
46
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-PREFS--CAPS" title="DEBUG_PREFS">DEBUG_PREFS</a>
47
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-PLUGINS--CAPS" title="DEBUG_PLUGINS">DEBUG_PLUGINS</a>
48
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-TAB--CAPS" title="DEBUG_TAB">DEBUG_TAB</a>
49
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-DOCUMENT--CAPS" title="DEBUG_DOCUMENT">DEBUG_DOCUMENT</a>
50
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-COMMANDS--CAPS" title="DEBUG_COMMANDS">DEBUG_COMMANDS</a>
51
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-APP--CAPS" title="DEBUG_APP">DEBUG_APP</a>
52
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-SESSION--CAPS" title="DEBUG_SESSION">DEBUG_SESSION</a>
53
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-UTILS--CAPS" title="DEBUG_UTILS">DEBUG_UTILS</a>
54
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-METADATA--CAPS" title="DEBUG_METADATA">DEBUG_METADATA</a>
55
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-WINDOW--CAPS" title="DEBUG_WINDOW">DEBUG_WINDOW</a>
56
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-LOADER--CAPS" title="DEBUG_LOADER">DEBUG_LOADER</a>
57
 
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-SAVER--CAPS" title="DEBUG_SAVER">DEBUG_SAVER</a>
58
 
void                <a class="link" href="gedit-gedit-debug.html#gedit-debug-init" title="gedit_debug_init ()">gedit_debug_init</a>                    (void);
59
 
void                <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">GeditDebugSection</a> section,
60
 
                                                         const <a
61
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
62
 
>gchar</a> *file,
63
 
                                                         <a
64
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
65
 
>gint</a> line,
66
 
                                                         const <a
67
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
68
 
>gchar</a> *function);
69
 
void                <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">GeditDebugSection</a> section,
70
 
                                                         const <a
71
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
72
 
>gchar</a> *file,
73
 
                                                         <a
74
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
75
 
>gint</a> line,
76
 
                                                         const <a
77
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
78
 
>gchar</a> *function,
79
 
                                                         const <a
80
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
81
 
>gchar</a> *format,
82
 
                                                         ...);
 
41
<pre class="synopsis">enum                <a class="link" href="gedit-gedit-debug.html#GeditDebugSection" title="enum GeditDebugSection">GeditDebugSection</a>;
 
42
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-VIEW:CAPS" title="DEBUG_VIEW">DEBUG_VIEW</a>
 
43
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-SEARCH:CAPS" title="DEBUG_SEARCH">DEBUG_SEARCH</a>
 
44
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-PRINT:CAPS" title="DEBUG_PRINT">DEBUG_PRINT</a>
 
45
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-PREFS:CAPS" title="DEBUG_PREFS">DEBUG_PREFS</a>
 
46
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-PLUGINS:CAPS" title="DEBUG_PLUGINS">DEBUG_PLUGINS</a>
 
47
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-TAB:CAPS" title="DEBUG_TAB">DEBUG_TAB</a>
 
48
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-DOCUMENT:CAPS" title="DEBUG_DOCUMENT">DEBUG_DOCUMENT</a>
 
49
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-COMMANDS:CAPS" title="DEBUG_COMMANDS">DEBUG_COMMANDS</a>
 
50
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-APP:CAPS" title="DEBUG_APP">DEBUG_APP</a>
 
51
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-SESSION:CAPS" title="DEBUG_SESSION">DEBUG_SESSION</a>
 
52
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-UTILS:CAPS" title="DEBUG_UTILS">DEBUG_UTILS</a>
 
53
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-METADATA:CAPS" title="DEBUG_METADATA">DEBUG_METADATA</a>
 
54
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-WINDOW:CAPS" title="DEBUG_WINDOW">DEBUG_WINDOW</a>
 
55
#define             <a class="link" href="gedit-gedit-debug.html#DEBUG-LOADER:CAPS" title="DEBUG_LOADER">DEBUG_LOADER</a>
 
56
#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>                    (<em class="parameter"><code><span class="type">void</span></code></em>);
 
58
<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>,
 
59
                                                         <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>,
 
60
                                                         <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>,
 
61
                                                         <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>);
 
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>                 (<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>,
 
63
                                                         <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>,
 
64
                                                         <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>,
 
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> *function</code></em>,
 
66
                                                         <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>,
 
67
                                                         <em class="parameter"><code>...</code></em>);
83
68
</pre>
84
69
</div>
85
70
<div class="refsect1" title="Description">
86
71
<a name="gedit-gedit-debug.description"></a><h2>Description</h2>
87
 
<p>
88
 
</p>
89
72
</div>
90
73
<div class="refsect1" title="Details">
91
74
<a name="gedit-gedit-debug.details"></a><h2>Details</h2>
110
93
        GEDIT_DEBUG_SAVER    = 1 &lt;&lt; 14
111
94
} GeditDebugSection;
112
95
</pre>
113
 
<p>
114
 
</p>
115
96
</div>
116
97
<hr>
117
98
<div class="refsect2" title="DEBUG_VIEW">
118
 
<a name="DEBUG-VIEW--CAPS"></a><h3>DEBUG_VIEW</h3>
119
 
<pre class="programlisting">#define     DEBUG_VIEW      GEDIT_DEBUG_VIEW,    __FILE__, __LINE__, G_STRFUNC
 
99
<a name="DEBUG-VIEW:CAPS"></a><h3>DEBUG_VIEW</h3>
 
100
<pre class="programlisting">#define DEBUG_VIEW GEDIT_DEBUG_VIEW,    __FILE__, __LINE__, G_STRFUNC
120
101
</pre>
121
 
<p>
122
 
</p>
123
102
</div>
124
103
<hr>
125
104
<div class="refsect2" title="DEBUG_SEARCH">
126
 
<a name="DEBUG-SEARCH--CAPS"></a><h3>DEBUG_SEARCH</h3>
127
 
<pre class="programlisting">#define     DEBUG_SEARCH    GEDIT_DEBUG_SEARCH,  __FILE__, __LINE__, G_STRFUNC
 
105
<a name="DEBUG-SEARCH:CAPS"></a><h3>DEBUG_SEARCH</h3>
 
106
<pre class="programlisting">#define DEBUG_SEARCH GEDIT_DEBUG_SEARCH,  __FILE__, __LINE__, G_STRFUNC
128
107
</pre>
129
 
<p>
130
 
</p>
131
108
</div>
132
109
<hr>
133
110
<div class="refsect2" title="DEBUG_PRINT">
134
 
<a name="DEBUG-PRINT--CAPS"></a><h3>DEBUG_PRINT</h3>
135
 
<pre class="programlisting">#define     DEBUG_PRINT     GEDIT_DEBUG_PRINT,   __FILE__, __LINE__, G_STRFUNC
 
111
<a name="DEBUG-PRINT:CAPS"></a><h3>DEBUG_PRINT</h3>
 
112
<pre class="programlisting">#define DEBUG_PRINT GEDIT_DEBUG_PRINT,   __FILE__, __LINE__, G_STRFUNC
136
113
</pre>
137
 
<p>
138
 
</p>
139
114
</div>
140
115
<hr>
141
116
<div class="refsect2" title="DEBUG_PREFS">
142
 
<a name="DEBUG-PREFS--CAPS"></a><h3>DEBUG_PREFS</h3>
143
 
<pre class="programlisting">#define     DEBUG_PREFS     GEDIT_DEBUG_PREFS,   __FILE__, __LINE__, G_STRFUNC
 
117
<a name="DEBUG-PREFS:CAPS"></a><h3>DEBUG_PREFS</h3>
 
118
<pre class="programlisting">#define DEBUG_PREFS GEDIT_DEBUG_PREFS,   __FILE__, __LINE__, G_STRFUNC
144
119
</pre>
145
 
<p>
146
 
</p>
147
120
</div>
148
121
<hr>
149
122
<div class="refsect2" title="DEBUG_PLUGINS">
150
 
<a name="DEBUG-PLUGINS--CAPS"></a><h3>DEBUG_PLUGINS</h3>
151
 
<pre class="programlisting">#define     DEBUG_PLUGINS   GEDIT_DEBUG_PLUGINS, __FILE__, __LINE__, G_STRFUNC
 
123
<a name="DEBUG-PLUGINS:CAPS"></a><h3>DEBUG_PLUGINS</h3>
 
124
<pre class="programlisting">#define DEBUG_PLUGINS GEDIT_DEBUG_PLUGINS, __FILE__, __LINE__, G_STRFUNC
152
125
</pre>
153
 
<p>
154
 
</p>
155
126
</div>
156
127
<hr>
157
128
<div class="refsect2" title="DEBUG_TAB">
158
 
<a name="DEBUG-TAB--CAPS"></a><h3>DEBUG_TAB</h3>
159
 
<pre class="programlisting">#define     DEBUG_TAB       GEDIT_DEBUG_TAB,     __FILE__, __LINE__, G_STRFUNC
 
129
<a name="DEBUG-TAB:CAPS"></a><h3>DEBUG_TAB</h3>
 
130
<pre class="programlisting">#define DEBUG_TAB GEDIT_DEBUG_TAB,     __FILE__, __LINE__, G_STRFUNC
160
131
</pre>
161
 
<p>
162
 
</p>
163
132
</div>
164
133
<hr>
165
134
<div class="refsect2" title="DEBUG_DOCUMENT">
166
 
<a name="DEBUG-DOCUMENT--CAPS"></a><h3>DEBUG_DOCUMENT</h3>
167
 
<pre class="programlisting">#define     DEBUG_DOCUMENT  GEDIT_DEBUG_DOCUMENT,__FILE__, __LINE__, G_STRFUNC
 
135
<a name="DEBUG-DOCUMENT:CAPS"></a><h3>DEBUG_DOCUMENT</h3>
 
136
<pre class="programlisting">#define DEBUG_DOCUMENT GEDIT_DEBUG_DOCUMENT,__FILE__, __LINE__, G_STRFUNC
168
137
</pre>
169
 
<p>
170
 
</p>
171
138
</div>
172
139
<hr>
173
140
<div class="refsect2" title="DEBUG_COMMANDS">
174
 
<a name="DEBUG-COMMANDS--CAPS"></a><h3>DEBUG_COMMANDS</h3>
175
 
<pre class="programlisting">#define     DEBUG_COMMANDS  GEDIT_DEBUG_COMMANDS,__FILE__, __LINE__, G_STRFUNC
 
141
<a name="DEBUG-COMMANDS:CAPS"></a><h3>DEBUG_COMMANDS</h3>
 
142
<pre class="programlisting">#define DEBUG_COMMANDS GEDIT_DEBUG_COMMANDS,__FILE__, __LINE__, G_STRFUNC
176
143
</pre>
177
 
<p>
178
 
</p>
179
144
</div>
180
145
<hr>
181
146
<div class="refsect2" title="DEBUG_APP">
182
 
<a name="DEBUG-APP--CAPS"></a><h3>DEBUG_APP</h3>
183
 
<pre class="programlisting">#define     DEBUG_APP       GEDIT_DEBUG_APP,     __FILE__, __LINE__, G_STRFUNC
 
147
<a name="DEBUG-APP:CAPS"></a><h3>DEBUG_APP</h3>
 
148
<pre class="programlisting">#define DEBUG_APP GEDIT_DEBUG_APP,     __FILE__, __LINE__, G_STRFUNC
184
149
</pre>
185
 
<p>
186
 
</p>
187
150
</div>
188
151
<hr>
189
152
<div class="refsect2" title="DEBUG_SESSION">
190
 
<a name="DEBUG-SESSION--CAPS"></a><h3>DEBUG_SESSION</h3>
191
 
<pre class="programlisting">#define     DEBUG_SESSION   GEDIT_DEBUG_SESSION, __FILE__, __LINE__, G_STRFUNC
 
153
<a name="DEBUG-SESSION:CAPS"></a><h3>DEBUG_SESSION</h3>
 
154
<pre class="programlisting">#define DEBUG_SESSION GEDIT_DEBUG_SESSION, __FILE__, __LINE__, G_STRFUNC
192
155
</pre>
193
 
<p>
194
 
</p>
195
156
</div>
196
157
<hr>
197
158
<div class="refsect2" title="DEBUG_UTILS">
198
 
<a name="DEBUG-UTILS--CAPS"></a><h3>DEBUG_UTILS</h3>
199
 
<pre class="programlisting">#define     DEBUG_UTILS     GEDIT_DEBUG_UTILS,   __FILE__, __LINE__, G_STRFUNC
 
159
<a name="DEBUG-UTILS:CAPS"></a><h3>DEBUG_UTILS</h3>
 
160
<pre class="programlisting">#define DEBUG_UTILS GEDIT_DEBUG_UTILS,   __FILE__, __LINE__, G_STRFUNC
200
161
</pre>
201
 
<p>
202
 
</p>
203
162
</div>
204
163
<hr>
205
164
<div class="refsect2" title="DEBUG_METADATA">
206
 
<a name="DEBUG-METADATA--CAPS"></a><h3>DEBUG_METADATA</h3>
207
 
<pre class="programlisting">#define     DEBUG_METADATA  GEDIT_DEBUG_METADATA,__FILE__, __LINE__, G_STRFUNC
 
165
<a name="DEBUG-METADATA:CAPS"></a><h3>DEBUG_METADATA</h3>
 
166
<pre class="programlisting">#define DEBUG_METADATA GEDIT_DEBUG_METADATA,__FILE__, __LINE__, G_STRFUNC
208
167
</pre>
209
 
<p>
210
 
</p>
211
168
</div>
212
169
<hr>
213
170
<div class="refsect2" title="DEBUG_WINDOW">
214
 
<a name="DEBUG-WINDOW--CAPS"></a><h3>DEBUG_WINDOW</h3>
215
 
<pre class="programlisting">#define     DEBUG_WINDOW    GEDIT_DEBUG_WINDOW,  __FILE__, __LINE__, G_STRFUNC
 
171
<a name="DEBUG-WINDOW:CAPS"></a><h3>DEBUG_WINDOW</h3>
 
172
<pre class="programlisting">#define DEBUG_WINDOW GEDIT_DEBUG_WINDOW,  __FILE__, __LINE__, G_STRFUNC
216
173
</pre>
217
 
<p>
218
 
</p>
219
174
</div>
220
175
<hr>
221
176
<div class="refsect2" title="DEBUG_LOADER">
222
 
<a name="DEBUG-LOADER--CAPS"></a><h3>DEBUG_LOADER</h3>
223
 
<pre class="programlisting">#define     DEBUG_LOADER    GEDIT_DEBUG_LOADER,  __FILE__, __LINE__, G_STRFUNC
 
177
<a name="DEBUG-LOADER:CAPS"></a><h3>DEBUG_LOADER</h3>
 
178
<pre class="programlisting">#define DEBUG_LOADER GEDIT_DEBUG_LOADER,  __FILE__, __LINE__, G_STRFUNC
224
179
</pre>
225
 
<p>
226
 
</p>
227
180
</div>
228
181
<hr>
229
182
<div class="refsect2" title="DEBUG_SAVER">
230
 
<a name="DEBUG-SAVER--CAPS"></a><h3>DEBUG_SAVER</h3>
231
 
<pre class="programlisting">#define     DEBUG_SAVER     GEDIT_DEBUG_SAVER,   __FILE__, __LINE__, G_STRFUNC
 
183
<a name="DEBUG-SAVER:CAPS"></a><h3>DEBUG_SAVER</h3>
 
184
<pre class="programlisting">#define DEBUG_SAVER GEDIT_DEBUG_SAVER,   __FILE__, __LINE__, G_STRFUNC
232
185
</pre>
233
 
<p>
234
 
</p>
235
186
</div>
236
187
<hr>
237
188
<div class="refsect2" title="gedit_debug_init ()">
238
189
<a name="gedit-debug-init"></a><h3>gedit_debug_init ()</h3>
239
 
<pre class="programlisting">void                gedit_debug_init                    (void);</pre>
240
 
<p>
241
 
</p>
 
190
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_debug_init                    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
242
191
</div>
243
192
<hr>
244
193
<div class="refsect2" title="gedit_debug ()">
245
194
<a name="gedit-debug"></a><h3>gedit_debug ()</h3>
246
 
<pre class="programlisting">void                gedit_debug                         (<a class="link" href="gedit-gedit-debug.html#GeditDebugSection" title="enum GeditDebugSection">GeditDebugSection</a> section,
247
 
                                                         const <a
248
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
249
 
>gchar</a> *file,
250
 
                                                         <a
251
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
252
 
>gint</a> line,
253
 
                                                         const <a
254
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
255
 
>gchar</a> *function);</pre>
256
 
<p>
257
 
</p>
258
 
<div class="variablelist"><table border="0">
259
 
<col align="left" valign="top">
260
 
<tbody>
261
 
<tr>
262
 
<td><p><span class="term"><em class="parameter"><code>section</code></em> :</span></p></td>
263
 
<td>
264
 
</td>
265
 
</tr>
266
 
<tr>
267
 
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
268
 
<td>
269
 
</td>
270
 
</tr>
271
 
<tr>
272
 
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
273
 
<td>
274
 
</td>
275
 
</tr>
276
 
<tr>
277
 
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
278
 
<td>
279
 
</td>
280
 
</tr>
281
 
</tbody>
282
 
</table></div>
 
195
<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>,
 
196
                                                         <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>,
 
197
                                                         <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>,
 
198
                                                         <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>
283
199
</div>
284
200
<hr>
285
201
<div class="refsect2" title="gedit_debug_message ()">
286
202
<a name="gedit-debug-message"></a><h3>gedit_debug_message ()</h3>
287
 
<pre class="programlisting">void                gedit_debug_message                 (<a class="link" href="gedit-gedit-debug.html#GeditDebugSection" title="enum GeditDebugSection">GeditDebugSection</a> section,
288
 
                                                         const <a
289
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
290
 
>gchar</a> *file,
291
 
                                                         <a
292
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
293
 
>gint</a> line,
294
 
                                                         const <a
295
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
296
 
>gchar</a> *function,
297
 
                                                         const <a
298
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
299
 
>gchar</a> *format,
300
 
                                                         ...);</pre>
301
 
<p>
302
 
</p>
303
 
<div class="variablelist"><table border="0">
304
 
<col align="left" valign="top">
305
 
<tbody>
306
 
<tr>
307
 
<td><p><span class="term"><em class="parameter"><code>section</code></em> :</span></p></td>
308
 
<td>
309
 
</td>
310
 
</tr>
311
 
<tr>
312
 
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
313
 
<td>
314
 
</td>
315
 
</tr>
316
 
<tr>
317
 
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
318
 
<td>
319
 
</td>
320
 
</tr>
321
 
<tr>
322
 
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
323
 
<td>
324
 
</td>
325
 
</tr>
326
 
<tr>
327
 
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
328
 
<td>
329
 
</td>
330
 
</tr>
331
 
<tr>
332
 
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
333
 
<td>
334
 
</td>
335
 
</tr>
336
 
</tbody>
337
 
</table></div>
 
203
<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>,
 
204
                                                         <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>,
 
205
                                                         <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>,
 
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> *function</code></em>,
 
207
                                                         <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>,
 
208
                                                         <em class="parameter"><code>...</code></em>);</pre>
338
209
</div>
339
210
</div>
340
211
</div>
341
212
<div class="footer">
342
213
<hr>
343
 
          Generated by GTK-Doc V1.11</div>
 
214
          Generated by GTK-Doc V1.14</div>
344
215
</body>
345
 
</html>
 
216
</html>
 
 
b'\\ No newline at end of file'