mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Add more api
This commit is contained in:
parent
1d485e56bc
commit
9f4e58980d
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user