~bratsche/oif/eog-zoom-drag-gestures

« back to all changes in this revision

Viewing changes to doc/reference/html/eog-eog-debug.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-23 01:04:18 UTC
  • mfrom: (1.14.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100223010418-sm4krkv058hfwqiu
Tags: 2.29.91-0ubuntu1
* New upstream version:
  - Build fixes 
  Bug fixes:
  - #609184, Build failure: doesn't look for some required libs 
  - #610692, eog 2.29.90 fails to build 
  New and updated translations
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch06.html" title="Utilities">
9
9
<link rel="prev" href="ch06.html" title="Utilities">
10
10
<link rel="next" href="EogURIConverter.html" title="EogURIConverter">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="User Interface">
14
14
<link rel="chapter" href="ch02.html" title="Image data and manipulation">
29
29
</tr>
30
30
<tr><td colspan="5" class="shortcuts">
31
31
<a href="#eog-eog-debug.synopsis" class="shortcut">Top</a>
32
 
                 | 
33
 
                <a href="#eog-eog-debug.description" class="shortcut">Description</a>
 
32
                   | 
 
33
                  <a href="#eog-eog-debug.description" class="shortcut">Description</a>
34
34
</td></tr>
35
35
</table>
36
36
<div class="refentry" title="eog-debug">
44
44
</tr></table></div>
45
45
<div class="refsynopsisdiv" title="Synopsis">
46
46
<a name="eog-eog-debug.synopsis"></a><h2>Synopsis</h2>
47
 
<pre class="synopsis">
48
 
enum                <a class="link" href="eog-eog-debug.html#EogDebugSection" title="enum EogDebugSection">EogDebugSection</a>;
49
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-WINDOW--CAPS" title="DEBUG_WINDOW">DEBUG_WINDOW</a>
50
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-VIEW--CAPS" title="DEBUG_VIEW">DEBUG_VIEW</a>
51
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-JOBS--CAPS" title="DEBUG_JOBS">DEBUG_JOBS</a>
52
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-THUMBNAIL--CAPS" title="DEBUG_THUMBNAIL">DEBUG_THUMBNAIL</a>
53
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-IMAGE-DATA--CAPS" title="DEBUG_IMAGE_DATA">DEBUG_IMAGE_DATA</a>
54
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-IMAGE-LOAD--CAPS" title="DEBUG_IMAGE_LOAD">DEBUG_IMAGE_LOAD</a>
55
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-IMAGE-SAVE--CAPS" title="DEBUG_IMAGE_SAVE">DEBUG_IMAGE_SAVE</a>
56
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-LIST-STORE--CAPS" title="DEBUG_LIST_STORE">DEBUG_LIST_STORE</a>
57
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-PREFERENCES--CAPS" title="DEBUG_PREFERENCES">DEBUG_PREFERENCES</a>
58
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-PRINTING--CAPS" title="DEBUG_PRINTING">DEBUG_PRINTING</a>
59
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-LCMS--CAPS" title="DEBUG_LCMS">DEBUG_LCMS</a>
60
 
#define             <a class="link" href="eog-eog-debug.html#DEBUG-PLUGINS--CAPS" title="DEBUG_PLUGINS">DEBUG_PLUGINS</a>
61
 
void                <a class="link" href="eog-eog-debug.html#eog-debug-init" title="eog_debug_init ()">eog_debug_init</a>                      (void);
62
 
void                <a class="link" href="eog-eog-debug.html#eog-debug" title="eog_debug ()">eog_debug</a>                           (<a class="link" href="eog-eog-debug.html#EogDebugSection" title="enum EogDebugSection">EogDebugSection</a> section,
63
 
                                                         const <a
64
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
65
 
>gchar</a> *file,
66
 
                                                         <a
67
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
68
 
>gint</a> line,
69
 
                                                         const <a
70
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
71
 
>gchar</a> *function);
72
 
void                <a class="link" href="eog-eog-debug.html#eog-debug-message" title="eog_debug_message ()">eog_debug_message</a>                   (<a class="link" href="eog-eog-debug.html#EogDebugSection" title="enum EogDebugSection">EogDebugSection</a> section,
73
 
                                                         const <a
74
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
75
 
>gchar</a> *file,
76
 
                                                         <a
77
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
78
 
>gint</a> line,
79
 
                                                         const <a
80
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
81
 
>gchar</a> *function,
82
 
                                                         const <a
83
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
84
 
>gchar</a> *format,
 
47
<pre class="synopsis">enum                <a class="link" href="eog-eog-debug.html#EogDebugSection" title="enum EogDebugSection">EogDebugSection</a>;
 
48
#define             <a class="link" href="eog-eog-debug.html#DEBUG-WINDOW:CAPS" title="DEBUG_WINDOW">DEBUG_WINDOW</a>
 
49
#define             <a class="link" href="eog-eog-debug.html#DEBUG-VIEW:CAPS" title="DEBUG_VIEW">DEBUG_VIEW</a>
 
50
#define             <a class="link" href="eog-eog-debug.html#DEBUG-JOBS:CAPS" title="DEBUG_JOBS">DEBUG_JOBS</a>
 
51
#define             <a class="link" href="eog-eog-debug.html#DEBUG-THUMBNAIL:CAPS" title="DEBUG_THUMBNAIL">DEBUG_THUMBNAIL</a>
 
52
#define             <a class="link" href="eog-eog-debug.html#DEBUG-IMAGE-DATA:CAPS" title="DEBUG_IMAGE_DATA">DEBUG_IMAGE_DATA</a>
 
53
#define             <a class="link" href="eog-eog-debug.html#DEBUG-IMAGE-LOAD:CAPS" title="DEBUG_IMAGE_LOAD">DEBUG_IMAGE_LOAD</a>
 
54
#define             <a class="link" href="eog-eog-debug.html#DEBUG-IMAGE-SAVE:CAPS" title="DEBUG_IMAGE_SAVE">DEBUG_IMAGE_SAVE</a>
 
55
#define             <a class="link" href="eog-eog-debug.html#DEBUG-LIST-STORE:CAPS" title="DEBUG_LIST_STORE">DEBUG_LIST_STORE</a>
 
56
#define             <a class="link" href="eog-eog-debug.html#DEBUG-PREFERENCES:CAPS" title="DEBUG_PREFERENCES">DEBUG_PREFERENCES</a>
 
57
#define             <a class="link" href="eog-eog-debug.html#DEBUG-PRINTING:CAPS" title="DEBUG_PRINTING">DEBUG_PRINTING</a>
 
58
#define             <a class="link" href="eog-eog-debug.html#DEBUG-LCMS:CAPS" title="DEBUG_LCMS">DEBUG_LCMS</a>
 
59
#define             <a class="link" href="eog-eog-debug.html#DEBUG-PLUGINS:CAPS" title="DEBUG_PLUGINS">DEBUG_PLUGINS</a>
 
60
<span class="returnvalue">void</span>                <a class="link" href="eog-eog-debug.html#eog-debug-init" title="eog_debug_init ()">eog_debug_init</a>                      (void);
 
61
<span class="returnvalue">void</span>                <a class="link" href="eog-eog-debug.html#eog-debug" title="eog_debug ()">eog_debug</a>                           (<a class="link" href="eog-eog-debug.html#EogDebugSection" title="enum EogDebugSection"><span class="returnvalue">EogDebugSection</span></a> section,
 
62
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *file,
 
63
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> line,
 
64
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *function);
 
65
<span class="returnvalue">void</span>                <a class="link" href="eog-eog-debug.html#eog-debug-message" title="eog_debug_message ()">eog_debug_message</a>                   (<a class="link" href="eog-eog-debug.html#EogDebugSection" title="enum EogDebugSection"><span class="returnvalue">EogDebugSection</span></a> section,
 
66
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *file,
 
67
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> line,
 
68
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *function,
 
69
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *format,
85
70
                                                         ...);
86
71
</pre>
87
72
</div>
115
100
</div>
116
101
<hr>
117
102
<div class="refsect2" title="DEBUG_WINDOW">
118
 
<a name="DEBUG-WINDOW--CAPS"></a><h3>DEBUG_WINDOW</h3>
119
 
<pre class="programlisting">#define     DEBUG_WINDOW            EOG_DEBUG_WINDOW,      __FILE__, __LINE__, G_STRFUNC
 
103
<a name="DEBUG-WINDOW:CAPS"></a><h3>DEBUG_WINDOW</h3>
 
104
<pre class="programlisting">#define DEBUG_WINDOW                EOG_DEBUG_WINDOW,      __FILE__, __LINE__, G_STRFUNC
120
105
</pre>
121
106
<p>
122
107
</p>
123
108
</div>
124
109
<hr>
125
110
<div class="refsect2" title="DEBUG_VIEW">
126
 
<a name="DEBUG-VIEW--CAPS"></a><h3>DEBUG_VIEW</h3>
127
 
<pre class="programlisting">#define     DEBUG_VIEW              EOG_DEBUG_VIEW,        __FILE__, __LINE__, G_STRFUNC
 
111
<a name="DEBUG-VIEW:CAPS"></a><h3>DEBUG_VIEW</h3>
 
112
<pre class="programlisting">#define DEBUG_VIEW          EOG_DEBUG_VIEW,        __FILE__, __LINE__, G_STRFUNC
128
113
</pre>
129
114
<p>
130
115
</p>
131
116
</div>
132
117
<hr>
133
118
<div class="refsect2" title="DEBUG_JOBS">
134
 
<a name="DEBUG-JOBS--CAPS"></a><h3>DEBUG_JOBS</h3>
135
 
<pre class="programlisting">#define     DEBUG_JOBS              EOG_DEBUG_JOBS,        __FILE__, __LINE__, G_STRFUNC
 
119
<a name="DEBUG-JOBS:CAPS"></a><h3>DEBUG_JOBS</h3>
 
120
<pre class="programlisting">#define DEBUG_JOBS          EOG_DEBUG_JOBS,        __FILE__, __LINE__, G_STRFUNC
136
121
</pre>
137
122
<p>
138
123
</p>
139
124
</div>
140
125
<hr>
141
126
<div class="refsect2" title="DEBUG_THUMBNAIL">
142
 
<a name="DEBUG-THUMBNAIL--CAPS"></a><h3>DEBUG_THUMBNAIL</h3>
143
 
<pre class="programlisting">#define     DEBUG_THUMBNAIL         EOG_DEBUG_THUMBNAIL,   __FILE__, __LINE__, G_STRFUNC
 
127
<a name="DEBUG-THUMBNAIL:CAPS"></a><h3>DEBUG_THUMBNAIL</h3>
 
128
<pre class="programlisting">#define DEBUG_THUMBNAIL             EOG_DEBUG_THUMBNAIL,   __FILE__, __LINE__, G_STRFUNC
144
129
</pre>
145
130
<p>
146
131
</p>
147
132
</div>
148
133
<hr>
149
134
<div class="refsect2" title="DEBUG_IMAGE_DATA">
150
 
<a name="DEBUG-IMAGE-DATA--CAPS"></a><h3>DEBUG_IMAGE_DATA</h3>
151
 
<pre class="programlisting">#define     DEBUG_IMAGE_DATA        EOG_DEBUG_IMAGE_DATA,  __FILE__, __LINE__, G_STRFUNC
 
135
<a name="DEBUG-IMAGE-DATA:CAPS"></a><h3>DEBUG_IMAGE_DATA</h3>
 
136
<pre class="programlisting">#define DEBUG_IMAGE_DATA EOG_DEBUG_IMAGE_DATA,  __FILE__, __LINE__, G_STRFUNC
152
137
</pre>
153
138
<p>
154
139
</p>
155
140
</div>
156
141
<hr>
157
142
<div class="refsect2" title="DEBUG_IMAGE_LOAD">
158
 
<a name="DEBUG-IMAGE-LOAD--CAPS"></a><h3>DEBUG_IMAGE_LOAD</h3>
159
 
<pre class="programlisting">#define     DEBUG_IMAGE_LOAD        EOG_DEBUG_IMAGE_LOAD,  __FILE__, __LINE__, G_STRFUNC
 
143
<a name="DEBUG-IMAGE-LOAD:CAPS"></a><h3>DEBUG_IMAGE_LOAD</h3>
 
144
<pre class="programlisting">#define DEBUG_IMAGE_LOAD EOG_DEBUG_IMAGE_LOAD,  __FILE__, __LINE__, G_STRFUNC
160
145
</pre>
161
146
<p>
162
147
</p>
163
148
</div>
164
149
<hr>
165
150
<div class="refsect2" title="DEBUG_IMAGE_SAVE">
166
 
<a name="DEBUG-IMAGE-SAVE--CAPS"></a><h3>DEBUG_IMAGE_SAVE</h3>
167
 
<pre class="programlisting">#define     DEBUG_IMAGE_SAVE        EOG_DEBUG_IMAGE_SAVE,  __FILE__, __LINE__, G_STRFUNC
 
151
<a name="DEBUG-IMAGE-SAVE:CAPS"></a><h3>DEBUG_IMAGE_SAVE</h3>
 
152
<pre class="programlisting">#define DEBUG_IMAGE_SAVE EOG_DEBUG_IMAGE_SAVE,  __FILE__, __LINE__, G_STRFUNC
168
153
</pre>
169
154
<p>
170
155
</p>
171
156
</div>
172
157
<hr>
173
158
<div class="refsect2" title="DEBUG_LIST_STORE">
174
 
<a name="DEBUG-LIST-STORE--CAPS"></a><h3>DEBUG_LIST_STORE</h3>
175
 
<pre class="programlisting">#define     DEBUG_LIST_STORE        EOG_DEBUG_LIST_STORE,  __FILE__, __LINE__, G_STRFUNC
 
159
<a name="DEBUG-LIST-STORE:CAPS"></a><h3>DEBUG_LIST_STORE</h3>
 
160
<pre class="programlisting">#define DEBUG_LIST_STORE EOG_DEBUG_LIST_STORE,  __FILE__, __LINE__, G_STRFUNC
176
161
</pre>
177
162
<p>
178
163
</p>
179
164
</div>
180
165
<hr>
181
166
<div class="refsect2" title="DEBUG_PREFERENCES">
182
 
<a name="DEBUG-PREFERENCES--CAPS"></a><h3>DEBUG_PREFERENCES</h3>
183
 
<pre class="programlisting">#define     DEBUG_PREFERENCES       EOG_DEBUG_PREFERENCES, __FILE__, __LINE__, G_STRFUNC
 
167
<a name="DEBUG-PREFERENCES:CAPS"></a><h3>DEBUG_PREFERENCES</h3>
 
168
<pre class="programlisting">#define DEBUG_PREFERENCES EOG_DEBUG_PREFERENCES, __FILE__, __LINE__, G_STRFUNC
184
169
</pre>
185
170
<p>
186
171
</p>
187
172
</div>
188
173
<hr>
189
174
<div class="refsect2" title="DEBUG_PRINTING">
190
 
<a name="DEBUG-PRINTING--CAPS"></a><h3>DEBUG_PRINTING</h3>
191
 
<pre class="programlisting">#define     DEBUG_PRINTING          EOG_DEBUG_PRINTING,    __FILE__, __LINE__, G_STRFUNC
 
175
<a name="DEBUG-PRINTING:CAPS"></a><h3>DEBUG_PRINTING</h3>
 
176
<pre class="programlisting">#define DEBUG_PRINTING              EOG_DEBUG_PRINTING,    __FILE__, __LINE__, G_STRFUNC
192
177
</pre>
193
178
<p>
194
179
</p>
195
180
</div>
196
181
<hr>
197
182
<div class="refsect2" title="DEBUG_LCMS">
198
 
<a name="DEBUG-LCMS--CAPS"></a><h3>DEBUG_LCMS</h3>
199
 
<pre class="programlisting">#define     DEBUG_LCMS              EOG_DEBUG_LCMS,        __FILE__, __LINE__, G_STRFUNC
 
183
<a name="DEBUG-LCMS:CAPS"></a><h3>DEBUG_LCMS</h3>
 
184
<pre class="programlisting">#define DEBUG_LCMS          EOG_DEBUG_LCMS,        __FILE__, __LINE__, G_STRFUNC
200
185
</pre>
201
186
<p>
202
187
</p>
203
188
</div>
204
189
<hr>
205
190
<div class="refsect2" title="DEBUG_PLUGINS">
206
 
<a name="DEBUG-PLUGINS--CAPS"></a><h3>DEBUG_PLUGINS</h3>
207
 
<pre class="programlisting">#define     DEBUG_PLUGINS           EOG_DEBUG_PLUGINS,     __FILE__, __LINE__, G_STRFUNC
 
191
<a name="DEBUG-PLUGINS:CAPS"></a><h3>DEBUG_PLUGINS</h3>
 
192
<pre class="programlisting">#define DEBUG_PLUGINS               EOG_DEBUG_PLUGINS,     __FILE__, __LINE__, G_STRFUNC
208
193
</pre>
209
194
<p>
210
195
</p>
212
197
<hr>
213
198
<div class="refsect2" title="eog_debug_init ()">
214
199
<a name="eog-debug-init"></a><h3>eog_debug_init ()</h3>
215
 
<pre class="programlisting">void                eog_debug_init                      (void);</pre>
 
200
<pre class="programlisting"><span class="returnvalue">void</span>                eog_debug_init                      (void);</pre>
216
201
<p>
217
202
</p>
218
203
</div>
219
204
<hr>
220
205
<div class="refsect2" title="eog_debug ()">
221
206
<a name="eog-debug"></a><h3>eog_debug ()</h3>
222
 
<pre class="programlisting">void                eog_debug                           (<a class="link" href="eog-eog-debug.html#EogDebugSection" title="enum EogDebugSection">EogDebugSection</a> section,
223
 
                                                         const <a
224
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
225
 
>gchar</a> *file,
226
 
                                                         <a
227
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
228
 
>gint</a> line,
229
 
                                                         const <a
230
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
231
 
>gchar</a> *function);</pre>
 
207
<pre class="programlisting"><span class="returnvalue">void</span>                eog_debug                           (<a class="link" href="eog-eog-debug.html#EogDebugSection" title="enum EogDebugSection"><span class="returnvalue">EogDebugSection</span></a> section,
 
208
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *file,
 
209
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> line,
 
210
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *function);</pre>
232
211
<p>
233
212
</p>
234
213
<div class="variablelist"><table border="0">
260
239
<hr>
261
240
<div class="refsect2" title="eog_debug_message ()">
262
241
<a name="eog-debug-message"></a><h3>eog_debug_message ()</h3>
263
 
<pre class="programlisting">void                eog_debug_message                   (<a class="link" href="eog-eog-debug.html#EogDebugSection" title="enum EogDebugSection">EogDebugSection</a> section,
264
 
                                                         const <a
265
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
266
 
>gchar</a> *file,
267
 
                                                         <a
268
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
269
 
>gint</a> line,
270
 
                                                         const <a
271
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
272
 
>gchar</a> *function,
273
 
                                                         const <a
274
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
275
 
>gchar</a> *format,
 
242
<pre class="programlisting"><span class="returnvalue">void</span>                eog_debug_message                   (<a class="link" href="eog-eog-debug.html#EogDebugSection" title="enum EogDebugSection"><span class="returnvalue">EogDebugSection</span></a> section,
 
243
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *file,
 
244
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> line,
 
245
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *function,
 
246
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *format,
276
247
                                                         ...);</pre>
277
248
<p>
278
249
</p>
316
287
</div>
317
288
<div class="footer">
318
289
<hr>
319
 
          Generated by GTK-Doc V1.11</div>
 
290
          Generated by GTK-Doc V1.13</div>
320
291
</body>
321
 
</html>
 
292
</html>
 
 
b'\\ No newline at end of file'