re30.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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;%GLibKeyFileFlags&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="re29.html" title="&lt;%GLibKeyFileError&gt;">
  10. <link rel="next" href="re31.html" title="&lt;%GLibLogLevelFlags&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="re29.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
  20. <td><a accesskey="n" href="re31.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.31"></a><div class="titlepage"></div>
  24. <div class="refnamediv">
  25. <h2>&lt;%GLibKeyFileFlags&gt;</h2>
  26. <p>&lt;%GLibKeyFileFlags&gt;</p>
  27. </div>
  28. <div class="refsect1">
  29. <a name="id-1.1.31.2"></a><h2>Description</h2>
  30. <p>Flags which influence the parsing.</p>
  31. </div>
  32. <div class="refsect1">
  33. <a name="id-1.1.31.3"></a><h2>Members</h2>
  34. <div class="refsect2">
  35. <a name="id-1.1.31.3.2"></a><h3>none</h3>
  36. <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_NONE</code></span></em></p>
  37. <p>No flags, default behaviour</p>
  38. </div>
  39. <div class="refsect2">
  40. <a name="id-1.1.31.3.3"></a><h3>keep-comments</h3>
  41. <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_KEEP_COMMENTS</code></span></em></p>
  42. <p>Use this flag if you plan to write the
  43. (possibly modified) contents of the key file back to a file;
  44. otherwise all comments will be lost when the key file is
  45. written back.</p>
  46. </div>
  47. <div class="refsect2">
  48. <a name="id-1.1.31.3.4"></a><h3>keep-translations</h3>
  49. <p class="remark"><em><span class="remark">alias <code class="code">G_KEY_FILE_KEEP_TRANSLATIONS</code></span></em></p>
  50. <p>Use this flag if you plan to write the
  51. (possibly modified) contents of the key file back to a file;
  52. otherwise only the translations for the current language will be
  53. written back.</p>
  54. </div>
  55. </div>
  56. </div>
  57. <div class="footer">
  58. <hr>Generated by GTK-Doc V1.33.1</div>
  59. </body>
  60. </html>