From: Matthias Clasen Date: Mon, 6 Sep 2004 05:56:47 +0000 (+0000) Subject: Remove excess markup and fix a markup error. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b52552a56805c17b94f9ccf5d173f98fc59d6166;p=dana%2Fcg-glib.git Remove excess markup and fix a markup error. Mon Sep 6 01:56:13 2004 Matthias Clasen * glib/tmpl/messages.sgml: Remove excess markup and fix a markup error. --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 7a54b5b8..34bd0a2c 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 6 01:56:13 2004 Matthias Clasen + + * glib/tmpl/messages.sgml: Remove excess markup and fix a markup + error. + Sun Sep 5 01:44:23 2004 Matthias Clasen * glib/glib-sections.txt: diff --git a/docs/reference/glib/tmpl/messages.sgml b/docs/reference/glib/tmpl/messages.sgml index 7575a6cb..31270001 100644 --- a/docs/reference/glib/tmpl/messages.sgml +++ b/docs/reference/glib/tmpl/messages.sgml @@ -81,13 +81,13 @@ Flags specifying the level of log messages. Logs an error or debugging message. -If the log level has been set as fatal, the abort() +If the log level has been set as fatal, the abort() function is called to terminate the program. @log_domain: the log domain, usually #G_LOG_DOMAIN. @log_level: the log level, either from #GLogLevelFlags or a user-defined level. -@format: the message format. See the printf() +@format: the message format. See the printf() documentation. @Varargs: the parameters to insert into the format string. @@ -95,13 +95,13 @@ documentation. Logs an error or debugging message. -If the log level has been set as fatal, the abort() +If the log level has been set as fatal, the abort() function is called to terminate the program. @log_domain: the log domain. @log_level: the log level. -@format: the message format. See the printf() +@format: the message format. See the printf() documentation. @args: the parameters to insert into the format string. @@ -111,7 +111,7 @@ documentation. A convenience function/macro to log a normal message. -@...: format string, followed by parameters to insert into the format string (as with printf()) +@...: format string, followed by parameters to insert into the format string (as with printf()) @@ -119,7 +119,7 @@ A convenience function/macro to log a normal message. A convenience function/macro to log a warning message. -@...: format string, followed by parameters to insert into the format string (as with printf()) +@...: format string, followed by parameters to insert into the format string (as with printf()) @@ -131,14 +131,14 @@ warnings exit the program, then use g_critical() for fatal errors, for example. -@...: format string, followed by parameters to insert into the format string (as with printf()) +@...: format string, followed by parameters to insert into the format string (as with printf()) A convenience function/macro to log an error message. Error messages are always fatal, resulting in a call to -abort() to terminate the application. +abort() to terminate the application. This function will result in a core dump; don't use it for errors you expect. Using this function indicates a bug in your program, i.e. an assertion failure. @@ -152,7 +152,7 @@ assertion failure. A convenience function/macro to log a debug message. -@...: format string, followed by parameters to insert into the format string (as with printf()) +@...: format string, followed by parameters to insert into the format string (as with printf()) @Since: 2.6 @@ -243,19 +243,19 @@ The default log handler set up by GLib; g_log_set_default_handler() allows to install an alternate default log handler. This is used if no log handler has been set for the particular log domain and log level combination. It outputs the message to stderr or stdout -and if the log level is fatal it calls abort(). +and if the log level is fatal it calls abort(). stderr is used for levels %G_LOG_LEVEL_ERROR, %G_LOG_LEVEL_CRITICAL, and %G_LOG_LEVEL_WARNING. stdout is used for the rest. - @log_domain: the log domain of the message. @log_level: the level of the message. @message: the message. @unused_data: data passed from g_log() which is unused. + Installs a default log handler which is used is used if no @@ -268,3 +268,5 @@ g_log_default_handler() as default log handler. @user_data: data passed to the log handler. @Returns: the previous default log handler @Since: 2.6 + +