12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><%GLibLogWriterOutput>: </title>
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
- <link rel="home" href="index.html" title="">
- <link rel="up" href="ch01.html" title="GLib">
- <link rel="prev" href="re31.html" title="<%GLibLogLevelFlags>">
- <link rel="next" href="re33.html" title="<GMainContext>">
- <meta name="generator" content="GTK-Doc V1.33.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="5"><tr valign="middle">
- <td width="100%" align="left" class="shortcuts"></td>
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
- <td><a accesskey="p" href="re31.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
- <td><a accesskey="n" href="re33.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
- </tr></table>
- <div class="refentry">
- <a name="id-1.1.33"></a><div class="titlepage"></div>
- <div class="refnamediv">
- <h2><%GLibLogWriterOutput></h2>
- <p><%GLibLogWriterOutput></p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.33.2"></a><h2>Description</h2>
- <p>Return values from <span class="type">GLogWriterFuncs</span> to indicate whether the given log entry
- was successfully handled by the writer, or whether there was an error in
- handling it (and hence a fallback writer should be used).
- </p>
- <p>If a <span class="type">GLogWriterFunc</span> ignores a log entry, it should return
- <code class="constant">G_LOG_WRITER_HANDLED</code>.</p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.33.3"></a><h2>Members</h2>
- <div class="refsect2">
- <a name="id-1.1.33.3.2"></a><h3>handled</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_LOG_WRITER_HANDLED</code></span></em></p>
- <p>Log writer has handled the log entry.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.33.3.3"></a><h3>unhandled</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_LOG_WRITER_UNHANDLED</code></span></em></p>
- <p>Log writer could not handle the log entry.</p>
- </div>
- </div>
- </div>
- <div class="footer">
- <hr>Generated by GTK-Doc V1.33.1</div>
- </body>
- </html>
|