~nik90/ubuntu/precise/eog/keywords

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>eog-debug</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Eye of GNOME Reference Manual">
<link rel="up" href="ch06.html" title="Utilities">
<link rel="prev" href="ch06.html" title="Utilities">
<link rel="next" href="eog-eog-uri-converter.html" title="EogURIConverter">
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="ch06.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch06.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Eye of GNOME Reference Manual</th>
<td><a accesskey="n" href="eog-eog-uri-converter.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#eog-eog-debug.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#eog-eog-debug.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="eog-eog-debug"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="eog-eog-debug.top_of_page"></a>eog-debug</span></h2>
<p>eog-debug</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="eog-eog-debug.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">enum                <a class="link" href="eog-eog-debug.html#EogDebug" title="enum EogDebug">EogDebug</a>;
#define             <a class="link" href="eog-eog-debug.html#DEBUG-WINDOW:CAPS" title="DEBUG_WINDOW">DEBUG_WINDOW</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-VIEW:CAPS" title="DEBUG_VIEW">DEBUG_VIEW</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-JOBS:CAPS" title="DEBUG_JOBS">DEBUG_JOBS</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-THUMBNAIL:CAPS" title="DEBUG_THUMBNAIL">DEBUG_THUMBNAIL</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-IMAGE-DATA:CAPS" title="DEBUG_IMAGE_DATA">DEBUG_IMAGE_DATA</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-IMAGE-LOAD:CAPS" title="DEBUG_IMAGE_LOAD">DEBUG_IMAGE_LOAD</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-IMAGE-SAVE:CAPS" title="DEBUG_IMAGE_SAVE">DEBUG_IMAGE_SAVE</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-LIST-STORE:CAPS" title="DEBUG_LIST_STORE">DEBUG_LIST_STORE</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-PREFERENCES:CAPS" title="DEBUG_PREFERENCES">DEBUG_PREFERENCES</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-PRINTING:CAPS" title="DEBUG_PRINTING">DEBUG_PRINTING</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-LCMS:CAPS" title="DEBUG_LCMS">DEBUG_LCMS</a>
#define             <a class="link" href="eog-eog-debug.html#DEBUG-PLUGINS:CAPS" title="DEBUG_PLUGINS">DEBUG_PLUGINS</a>
<span class="returnvalue">void</span>                <a class="link" href="eog-eog-debug.html#eog-debug-init" title="eog_debug_init ()">eog_debug_init</a>                      (<em class="parameter"><code><span class="type">void</span></code></em>);
<span class="returnvalue">void</span>                <a class="link" href="eog-eog-debug.html#eog-debug" title="eog_debug ()">eog_debug</a>                           (<em class="parameter"><code><a class="link" href="eog-eog-debug.html#EogDebug" title="enum EogDebug"><span class="type">EogDebug</span></a> section</code></em>,
                                                         <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>,
                                                         <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>,
                                                         <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>);
<span class="returnvalue">void</span>                <a class="link" href="eog-eog-debug.html#eog-debug-message" title="eog_debug_message ()">eog_debug_message</a>                   (<em class="parameter"><code><a class="link" href="eog-eog-debug.html#EogDebug" title="enum EogDebug"><span class="type">EogDebug</span></a> section</code></em>,
                                                         <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>,
                                                         <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>,
                                                         <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>,
                                                         <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>,
                                                         <em class="parameter"><code>...</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="eog-eog-debug.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="eog-eog-debug.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="EogDebug"></a><h3>enum EogDebug</h3>
<pre class="programlisting">typedef enum {
	EOG_DEBUG_NO_DEBUG     = 0,
	EOG_DEBUG_WINDOW       = 1 &lt;&lt; 0,
	EOG_DEBUG_VIEW         = 1 &lt;&lt; 1,
	EOG_DEBUG_JOBS         = 1 &lt;&lt; 2,
	EOG_DEBUG_THUMBNAIL    = 1 &lt;&lt; 3,
	EOG_DEBUG_IMAGE_DATA   = 1 &lt;&lt; 4,
	EOG_DEBUG_IMAGE_LOAD   = 1 &lt;&lt; 5,
	EOG_DEBUG_IMAGE_SAVE   = 1 &lt;&lt; 6,
	EOG_DEBUG_LIST_STORE   = 1 &lt;&lt; 7,
	EOG_DEBUG_PREFERENCES  = 1 &lt;&lt; 8,
	EOG_DEBUG_PRINTING     = 1 &lt;&lt; 9,
	EOG_DEBUG_LCMS         = 1 &lt;&lt; 10,
	EOG_DEBUG_PLUGINS      = 1 &lt;&lt; 11
} EogDebug;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-WINDOW:CAPS"></a><h3>DEBUG_WINDOW</h3>
<pre class="programlisting">#define DEBUG_WINDOW		EOG_DEBUG_WINDOW,      __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-VIEW:CAPS"></a><h3>DEBUG_VIEW</h3>
<pre class="programlisting">#define DEBUG_VIEW		EOG_DEBUG_VIEW,        __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-JOBS:CAPS"></a><h3>DEBUG_JOBS</h3>
<pre class="programlisting">#define DEBUG_JOBS		EOG_DEBUG_JOBS,        __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-THUMBNAIL:CAPS"></a><h3>DEBUG_THUMBNAIL</h3>
<pre class="programlisting">#define DEBUG_THUMBNAIL		EOG_DEBUG_THUMBNAIL,   __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-IMAGE-DATA:CAPS"></a><h3>DEBUG_IMAGE_DATA</h3>
<pre class="programlisting">#define DEBUG_IMAGE_DATA EOG_DEBUG_IMAGE_DATA,  __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-IMAGE-LOAD:CAPS"></a><h3>DEBUG_IMAGE_LOAD</h3>
<pre class="programlisting">#define DEBUG_IMAGE_LOAD EOG_DEBUG_IMAGE_LOAD,  __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-IMAGE-SAVE:CAPS"></a><h3>DEBUG_IMAGE_SAVE</h3>
<pre class="programlisting">#define DEBUG_IMAGE_SAVE EOG_DEBUG_IMAGE_SAVE,  __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-LIST-STORE:CAPS"></a><h3>DEBUG_LIST_STORE</h3>
<pre class="programlisting">#define DEBUG_LIST_STORE EOG_DEBUG_LIST_STORE,  __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-PREFERENCES:CAPS"></a><h3>DEBUG_PREFERENCES</h3>
<pre class="programlisting">#define DEBUG_PREFERENCES EOG_DEBUG_PREFERENCES, __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-PRINTING:CAPS"></a><h3>DEBUG_PRINTING</h3>
<pre class="programlisting">#define DEBUG_PRINTING		EOG_DEBUG_PRINTING,    __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-LCMS:CAPS"></a><h3>DEBUG_LCMS</h3>
<pre class="programlisting">#define DEBUG_LCMS 		EOG_DEBUG_LCMS,        __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="DEBUG-PLUGINS:CAPS"></a><h3>DEBUG_PLUGINS</h3>
<pre class="programlisting">#define DEBUG_PLUGINS 		EOG_DEBUG_PLUGINS,     __FILE__, __LINE__, G_STRFUNC
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="eog-debug-init"></a><h3>eog_debug_init ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                eog_debug_init                      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="eog-debug"></a><h3>eog_debug ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                eog_debug                           (<em class="parameter"><code><a class="link" href="eog-eog-debug.html#EogDebug" title="enum EogDebug"><span class="type">EogDebug</span></a> section</code></em>,
                                                         <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>,
                                                         <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>,
                                                         <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>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="eog-debug-message"></a><h3>eog_debug_message ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                eog_debug_message                   (<em class="parameter"><code><a class="link" href="eog-eog-debug.html#EogDebug" title="enum EogDebug"><span class="type">EogDebug</span></a> section</code></em>,
                                                         <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>,
                                                         <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>,
                                                         <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>,
                                                         <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>,
                                                         <em class="parameter"><code>...</code></em>);</pre>
<p>
</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.17.1</div>
</body>
</html>