2006-03-30  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/messages.sgml: Cleanup

	* glib/tmpl/memory_slices.sgml: Adapt to a parameter name change

	* glib/tmpl/linked_lists_double.sgml: Document g_list_free1
This commit is contained in:
Matthias Clasen 2006-03-30 19:58:01 +00:00 committed by Matthias Clasen
parent 375419da7f
commit 86bb6c69b8
3 changed files with 6 additions and 89 deletions

View File

@ -1,5 +1,9 @@
2006-03-30 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/messages.sgml: Cleanup
* glib/tmpl/memory_slices.sgml: Adapt to a parameter name change
* glib/tmpl/linked_lists_double.sgml: Document g_list_free1
2006-03-27 Matthias Clasen <mclasen@redhat.com>

View File

@ -193,10 +193,8 @@ Note that the exact release behaviour can be changed with the
</para>
@type: the type of the block to free, typically a structure name
@mem:
@mem: a pointer to the block to free
@Since: 2.10
<!-- # Unused Parameters # -->
@mem_block: a pointer to the block to free
<!-- ##### MACRO g_slice_free_chain ##### -->

View File

@ -115,23 +115,6 @@ A convenience function/macro to log a normal message.
</para>
@...: format string, followed by parameters to insert into the format string (as with printf())
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
<!-- ##### MACRO g_warning ##### -->
@ -140,23 +123,6 @@ A convenience function/macro to log a warning message.
</para>
@...: format string, followed by parameters to insert into the format string (as with printf())
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
<!-- ##### MACRO g_critical ##### -->
@ -169,23 +135,6 @@ example.
</para>
@...: format string, followed by parameters to insert into the format string (as with printf())
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
<!-- ##### MACRO g_error ##### -->
@ -198,24 +147,7 @@ expect. Using this function indicates a bug in your program, i.e. an
assertion failure.
</para>
@...: the parameters to insert into the format string.
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@...: format string, followed by parameters to insert into the format string (as with printf())
<!-- ##### MACRO g_debug ##### -->
@ -224,24 +156,7 @@ A convenience function/macro to log a debug message.
</para>
@...: format string, followed by parameters to insert into the format string (as with printf())
@...:
@...:
@...:
@...:
@...:
@...:
@...:
@Since: 2.6
@...:
@...:
@...:
<!-- ##### FUNCTION g_log_set_handler ##### -->