summaryrefslogtreecommitdiff
path: root/glib/gmessages.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gmessages.c')
-rw-r--r--glib/gmessages.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/glib/gmessages.c b/glib/gmessages.c
index 60081c470..cac882f6b 100644
--- a/glib/gmessages.c
+++ b/glib/gmessages.c
@@ -1586,7 +1586,10 @@ done_query:
* Log a message with structured data. The message will be passed through to
* the log writer set by the application using g_log_set_writer_func(). If the
* message is fatal (i.e. its log level is %G_LOG_LEVEL_ERROR), the program will
- * be aborted at the end of this function.
+ * be aborted at the end of this function. If the log writer returns
+ * %G_LOG_WRITER_UNHANDLED (failure), no other fallback writers will be tried.
+ * See the documentation for #GLogWriterFunc for information on chaining
+ * writers.
*
* The structured data is provided as key–value pairs, where keys are UTF-8
* strings, and values are arbitrary pointers — typically pointing to UTF-8