Add more api

This commit is contained in:
Matthias Clasen 2005-12-03 06:36:01 +00:00
parent 1d485e56bc
commit 9f4e58980d
3 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,7 @@
2005-12-03 Matthias Clasen <mclasen@redhat.com> 2005-12-03 Matthias Clasen <mclasen@redhat.com>
* glib/glib-sections.txt:
* glib/tmpl/linked_lists_single.sgml: Add g_slist_free1.
* glib/tmpl/memory_chunks.sgml: Document GMemChunk * glib/tmpl/memory_chunks.sgml: Document GMemChunk
as deprecated. as deprecated.

View File

@ -1657,6 +1657,7 @@ g_slist_delete_link
g_slist_remove_all g_slist_remove_all
g_slist_free g_slist_free
g_slist_free_1 g_slist_free_1
g_slist_free1
<SUBSECTION> <SUBSECTION>
g_slist_length g_slist_length

View File

@ -247,6 +247,13 @@ It is usually used after g_slist_remove_link().
@list: a #GSList element. @list: a #GSList element.
<!-- ##### FUNCTION g_slist_free1 ##### -->
<para>
A macro which does the same as g_slist_free_1().
</para>
@Since: 2.10
<!-- ##### FUNCTION g_slist_length ##### --> <!-- ##### FUNCTION g_slist_length ##### -->
<para> <para>
Gets the number of elements in a #GSList. Gets the number of elements in a #GSList.