~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-07 15:43:29 UTC
  • mfrom: (1.1.73 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907154329-ig45a78mkhotc4af
Tags: 2.27.92-0ubuntu1
* New upstream version
  Bug Fixes:
  Mailer:
  - #350007 - evolution busy-waits on GPG signing operations 
  - #578910 - Fixes problem of missing migration for left out folders
  Other Fixes:
  Show filename in password file load/save warnings 
  Paste of e-mail always goes to the left most position 
  Expand <group> inline adds control codes 
  vee_rebuild_folder
* debian/patches/11_it_translation.patch:
  - don't use this debian change, the translation changed and those issues
    should be fixed upstream or in rosetta but not in source changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#define             <a class="link" href="camel-camel-debug.html#CAMEL-DEBUG-IMAP--CAPS" title="CAMEL_DEBUG_IMAP">CAMEL_DEBUG_IMAP</a>
59
59
#define             <a class="link" href="camel-camel-debug.html#CAMEL-DEBUG-IMAP-FOLDER--CAPS" title="CAMEL_DEBUG_IMAP_FOLDER">CAMEL_DEBUG_IMAP_FOLDER</a>
60
60
void                <a class="link" href="camel-camel-debug.html#camel-debug-init" title="camel_debug_init ()">camel_debug_init</a>                    (void);
61
 
<a
62
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
63
 
>gboolean</a>            <a class="link" href="camel-camel-debug.html#camel-debug" title="camel_debug ()">camel_debug</a>                         (const <a
64
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
65
 
>gchar</a> *mode);
66
 
<a
67
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
68
 
>gboolean</a>            <a class="link" href="camel-camel-debug.html#camel-debug-start" title="camel_debug_start ()">camel_debug_start</a>                   (const <a
69
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
70
 
>gchar</a> *mode);
 
61
gboolean            <a class="link" href="camel-camel-debug.html#camel-debug" title="camel_debug ()">camel_debug</a>                         (const gchar *mode);
 
62
gboolean            <a class="link" href="camel-camel-debug.html#camel-debug-start" title="camel_debug_start ()">camel_debug_start</a>                   (const gchar *mode);
71
63
void                <a class="link" href="camel-camel-debug.html#camel-debug-end" title="camel_debug_end ()">camel_debug_end</a>                     (void);
72
64
extern              gint <a class="link" href="camel-camel-debug.html#camel-verbose-debug" title="camel_verbose_debug">camel_verbose_debug</a>;
73
65
</pre>
125
117
<hr>
126
118
<div class="refsect2" lang="en">
127
119
<a name="camel-debug"></a><h3>camel_debug ()</h3>
128
 
<pre class="programlisting"><a
129
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
130
 
>gboolean</a>            camel_debug                         (const <a
131
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
132
 
>gchar</a> *mode);</pre>
 
120
<pre class="programlisting">gboolean            camel_debug                         (const gchar *mode);</pre>
133
121
<p>
134
122
Check to see if a debug mode is activated.  <em class="parameter"><code>mode</code></em> takes one of two forms,
135
123
a fully qualified 'module:target', or a wildcard 'module' name.  It
156
144
<hr>
157
145
<div class="refsect2" lang="en">
158
146
<a name="camel-debug-start"></a><h3>camel_debug_start ()</h3>
159
 
<pre class="programlisting"><a
160
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
161
 
>gboolean</a>            camel_debug_start                   (const <a
162
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
163
 
>gchar</a> *mode);</pre>
 
147
<pre class="programlisting">gboolean            camel_debug_start                   (const gchar *mode);</pre>
164
148
<p>
165
149
Start debug output for a given mode, used to make sure debug output
166
150
is output atomically and not interspersed with unrelated stuff.</p>