From 1c5f52baa24615b89eef1b6ebc4ab70313f6acbe Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sun, 8 Jun 2003 16:35:16 +0000 Subject: [PATCH] XML fix. Sun Jun 8 12:28:39 2003 Owen Taylor * glib/tmpl/error_reporting.sgml: XML fix. * glib/glib-sections.txt: Updated. --- docs/reference/ChangeLog | 6 ++++++ docs/reference/glib/glib-sections.txt | 15 +++++++++++---- docs/reference/glib/tmpl/error_reporting.sgml | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 89b37b9..7e6d8c2 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +Sun Jun 8 12:28:39 2003 Owen Taylor + + * glib/tmpl/error_reporting.sgml: XML fix. + + * glib/glib-sections.txt: Updated. + 2003-06-06 Matthias Clasen * glib/tmpl/limits.sgml: Correct the documentation for diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index d7674af..3faada0 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -234,11 +234,17 @@ GUINT64_SWAP_LE_BE GUINT16_SWAP_LE_BE_CONSTANT -GUINT16_SWAP_LE_BE_X86 GUINT32_SWAP_LE_BE_CONSTANT -GUINT32_SWAP_LE_BE_X86 GUINT64_SWAP_LE_BE_CONSTANT -GUINT64_SWAP_LE_BE_X86 +GUINT16_SWAP_LE_BE_IA32 +GUINT32_SWAP_LE_BE_IA32 +GUINT64_SWAP_LE_BE_IA32 +GUINT16_SWAP_LE_BE_IA64 +GUINT32_SWAP_LE_BE_IA64 +GUINT64_SWAP_LE_BE_IA64 +GUINT32_SWAP_LE_BE_X86_64 +GUINT64_SWAP_LE_BE_X86_64 +
@@ -286,6 +292,7 @@ G_STRINGIFY G_GNUC_EXTENSION G_GNUC_CONST +G_GNUC_DEPRECATED G_GNUC_NORETURN G_GNUC_UNUSED G_GNUC_PURE @@ -440,7 +447,6 @@ GLIB_SYSDEF_POLLIN GLIB_SYSDEF_POLLNVAL GLIB_SYSDEF_POLLOUT GLIB_SYSDEF_POLLPRI -g_main_poll_win32_msg_add G_WIN32_MSG_HANDLE g_idle_funcs g_timeout_funcs @@ -1144,6 +1150,7 @@ g_hook_destroy_link Miscellaneous Utility Functions misc_utils g_get_application_name +g_set_application_name g_get_prgname g_set_prgname g_getenv diff --git a/docs/reference/glib/tmpl/error_reporting.sgml b/docs/reference/glib/tmpl/error_reporting.sgml index 4174733..6b555a1 100644 --- a/docs/reference/glib/tmpl/error_reporting.sgml +++ b/docs/reference/glib/tmpl/error_reporting.sgml @@ -75,7 +75,7 @@ Because g_file_get_contents() returns %FALSE on failure, if you are only interested in whether it failed and don't need to display an error message, you can pass %NULL for the error argument: -if (g_file_get_contents ("foo.txt", &contents, NULL, NULL)) /* ignore errors */ +if (g_file_get_contents ("foo.txt", &contents, NULL, NULL)) /* ignore errors */ /* no error occurred */ ; else /* error */ ; -- 2.7.4