+2003-07-24 Matthias Clasen <maclas@gmx.de>
+
+ * glib/tmpl/messages.sgml: Mention the restriction on message length. (#118043, Martyn Russell)
+
2003-07-18 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/arrays_pointer.sgml: Add a note about double indirection in
<!-- ##### SECTION Long_Description ##### -->
<para>
-These functions provide support for logging error messages or messages
-used for debugging.
+These functions provide support for logging error messages or messages used for debugging.
+</para>
+
+<para>
+Note that the formatted messages must not exceed 1024 bytes. Longer messages will be truncated.
</para>
<para>
@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 <function>printf()</function>
-documentation.
+documentation.
@Varargs: the parameters to insert into the format string.
A convenience function/macro to log a normal message.
</para>
-@...: the parameters to insert into the format string.
-<!-- # Unused Parameters # -->
-@format: the message format. See the <function>printf()</function>
-documentation.
-@args...: the parameters to insert into the format string.
+@...: format string, followed by parameters to insert into the format string (as with <function>printf()</function>)
<!-- ##### MACRO g_warning ##### -->
</para>
@...: the parameters to insert into the format string.
-<!-- # Unused Parameters # -->
-@format: the message format. See the <function>printf()</function>
-documentation.
-@args...: the parameters to insert into the format string.
<!-- ##### FUNCTION g_log_set_handler ##### -->