re29.html 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>&lt;%GLibKeyFileError&gt;: </title>
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
  7. <link rel="home" href="index.html" title="">
  8. <link rel="up" href="ch01.html" title="GLib">
  9. <link rel="prev" href="re28.html" title="&lt;GKeyFile&gt;">
  10. <link rel="next" href="re30.html" title="&lt;%GLibKeyFileFlags&gt;">
  11. <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
  12. <link rel="stylesheet" href="style.css" type="text/css">
  13. </head>
  14. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  15. <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
  16. <td width="100%" align="left" class="shortcuts"></td>
  17. <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
  18. <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
  19. <td><a accesskey="p" href="re28.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
  20. <td><a accesskey="n" href="re30.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
  21. </tr></table>
  22. <div class="refentry">
  23. <a name="id-1.1.30"></a><div class="titlepage"></div>
  24. <div class="refnamediv">
  25. <h2>&lt;%GLibKeyFileError&gt;</h2>
  26. <p>&lt;%GLibKeyFileError&gt;</p>
  27. </div>
  28. <div class="refsect1">
  29. <a name="id-1.1.30.2"></a><h2>Description</h2>
  30. <p>Error codes returned by key file parsing.</p>
  31. </div>
  32. <div class="refsect1">
  33. <a name="id-1.1.30.3"></a><h2>Members</h2>
  34. <div class="refsect2">
  35. <a name="id-1.1.30.3.2"></a><h3>unknown-encoding</h3>
  36. <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_UNKNOWN_ENCODING</code></span></em></p>
  37. <p>the text being parsed was in
  38. an unknown encoding</p>
  39. </div>
  40. <div class="refsect2">
  41. <a name="id-1.1.30.3.3"></a><h3>parse</h3>
  42. <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_PARSE</code></span></em></p>
  43. <p>document was ill-formed</p>
  44. </div>
  45. <div class="refsect2">
  46. <a name="id-1.1.30.3.4"></a><h3>not-found</h3>
  47. <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_NOT_FOUND</code></span></em></p>
  48. <p>the file was not found</p>
  49. </div>
  50. <div class="refsect2">
  51. <a name="id-1.1.30.3.5"></a><h3>key-not-found</h3>
  52. <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_KEY_NOT_FOUND</code></span></em></p>
  53. <p>a requested key was not found</p>
  54. </div>
  55. <div class="refsect2">
  56. <a name="id-1.1.30.3.6"></a><h3>group-not-found</h3>
  57. <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_GROUP_NOT_FOUND</code></span></em></p>
  58. <p>a requested group was not found</p>
  59. </div>
  60. <div class="refsect2">
  61. <a name="id-1.1.30.3.7"></a><h3>invalid-value</h3>
  62. <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_ERROR_INVALID_VALUE</code></span></em></p>
  63. <p>a value could not be parsed</p>
  64. </div>
  65. </div>
  66. </div>
  67. <div class="footer">
  68. <hr>Generated by GTK-Doc V1.33.1</div>
  69. </body>
  70. </html>