Mention the restriction on message length. (#118043, Martyn Russell)

* glib/tmpl/messages.sgml: Mention the restriction on message length.  (#118043, Martyn Russell)
This commit is contained in:
Matthias Clasen
2003-07-23 22:42:26 +00:00
parent d2164029ad
commit cf4f6e3c18
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2003-07-24 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/messages.sgml: Mention the restriction on message length. (#118043, Martyn Russell)
2003-07-02 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/string_utils.sgml: Document g_strfreev(NULL).

View File

@@ -10,6 +10,10 @@ 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>
There are several built-in levels of messages, defined in #GLogLevelFlags.
These can be extended with user-defined levels.