=== Released 2.5.0 ===

Sun Jul 18 19:40:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

	* === Released 2.5.0 ===

	* Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
This commit is contained in:
Soeren Sandmann
2004-07-18 17:44:23 +00:00
committed by Søren Sandmann Pedersen
parent 2123fa7b8e
commit 0192c59937
77 changed files with 2315 additions and 2253 deletions

View File

@@ -121,14 +121,6 @@ A convenience function/macro to log a warning message.
@...: format string, followed by parameters to insert into the format string (as with <function>printf()</function>)
<!-- ##### MACRO g_debug ##### -->
<para>
A convenience function/macro to log a debug message.
</para>
@...: format string, followed by parameters to insert into the format string (as with <function>printf()</function>)
@Since: 2.6
<!-- ##### MACRO g_critical ##### -->
<para>
Logs a "critical warning" (#G_LOG_LEVEL_CRITICAL). It's more or less
@@ -154,6 +146,15 @@ assertion failure.
@...: the parameters to insert into the format string.
<!-- ##### MACRO g_debug ##### -->
<para>
A convenience function/macro to log a debug message.
</para>
@...: format string, followed by parameters to insert into the format string (as with <function>printf()</function>)
@Since: 2.6
<!-- ##### FUNCTION g_log_set_handler ##### -->
<para>
Sets the log handler for a domain and a set of log levels.