From 86bb6c69b8386b29f0db84c34f3348c2b9bed014 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 30 Mar 2006 19:58:01 +0000 Subject: [PATCH] Cleanup 2006-03-30 Matthias Clasen * 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 --- docs/reference/ChangeLog | 4 ++ docs/reference/glib/tmpl/memory_slices.sgml | 4 +- docs/reference/glib/tmpl/messages.sgml | 87 +---------------------------- 3 files changed, 6 insertions(+), 89 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e969d60..4f83744 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,9 @@ 2006-03-30 Matthias Clasen + * 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 diff --git a/docs/reference/glib/tmpl/memory_slices.sgml b/docs/reference/glib/tmpl/memory_slices.sgml index 05ed04e..dd3308a 100644 --- a/docs/reference/glib/tmpl/memory_slices.sgml +++ b/docs/reference/glib/tmpl/memory_slices.sgml @@ -193,10 +193,8 @@ Note that the exact release behaviour can be changed with the @type: the type of the block to free, typically a structure name -@mem: +@mem: a pointer to the block to free @Since: 2.10 - -@mem_block: a pointer to the block to free diff --git a/docs/reference/glib/tmpl/messages.sgml b/docs/reference/glib/tmpl/messages.sgml index cfd7109..04d7c7c 100644 --- a/docs/reference/glib/tmpl/messages.sgml +++ b/docs/reference/glib/tmpl/messages.sgml @@ -115,23 +115,6 @@ A convenience function/macro to log a normal message. @...: format string, followed by parameters to insert into the format string (as with printf()) -@...: -@...: -@...: - -@...: - -@...: - -@...: - -@...: - -@...: - -@...: - -@...: @@ -140,23 +123,6 @@ A convenience function/macro to log a warning message. @...: format string, followed by parameters to insert into the format string (as with printf()) -@...: -@...: -@...: - -@...: - -@...: - -@...: - -@...: - -@...: - -@...: - -@...: @@ -169,23 +135,6 @@ example. @...: format string, followed by parameters to insert into the format string (as with printf()) -@...: -@...: -@...: - -@...: - -@...: - -@...: - -@...: - -@...: - -@...: - -@...: @@ -198,24 +147,7 @@ expect. Using this function indicates a bug in your program, i.e. an assertion failure. -@...: the parameters to insert into the format string. -@...: -@...: -@...: - -@...: - -@...: - -@...: - -@...: - -@...: - -@...: - -@...: +@...: format string, followed by parameters to insert into the format string (as with printf()) @@ -224,24 +156,7 @@ A convenience function/macro to log a debug message. @...: format string, followed by parameters to insert into the format string (as with printf()) - -@...: - -@...: - -@...: - -@...: - -@...: - -@...: - -@...: @Since: 2.6 -@...: -@...: -@...: -- 2.7.4