1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><%GLibKeyFileError>: </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="re28.html" title="<GKeyFile>">
- <link rel="next" href="re30.html" title="<%GLibKeyFileFlags>">
- <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="re28.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
- <td><a accesskey="n" href="re30.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.30"></a><div class="titlepage"></div>
- <div class="refnamediv">
- <h2><%GLibKeyFileError></h2>
- <p><%GLibKeyFileError></p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.30.2"></a><h2>Description</h2>
- <p>Error codes returned by key file parsing.</p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.30.3"></a><h2>Members</h2>
- <div class="refsect2">
- <a name="id-1.1.30.3.2"></a><h3>unknown-encoding</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_UNKNOWN_ENCODING</code></span></em></p>
- <p>the text being parsed was in
- an unknown encoding</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.30.3.3"></a><h3>parse</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_PARSE</code></span></em></p>
- <p>document was ill-formed</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.30.3.4"></a><h3>not-found</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_NOT_FOUND</code></span></em></p>
- <p>the file was not found</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.30.3.5"></a><h3>key-not-found</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_KEY_NOT_FOUND</code></span></em></p>
- <p>a requested key was not found</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.30.3.6"></a><h3>group-not-found</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_GROUP_NOT_FOUND</code></span></em></p>
- <p>a requested group was not found</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.30.3.7"></a><h3>invalid-value</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_INVALID_VALUE</code></span></em></p>
- <p>a value could not be parsed</p>
- </div>
- </div>
- </div>
- <div class="footer">
- <hr>Generated by GTK-Doc V1.33.1</div>
- </body>
- </html>
|