mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 02:06:18 +01:00
GSList: Note that using ->next directly is OK
as for GList
This commit is contained in:
parent
a2ec32833e
commit
f6aa8c3988
@ -95,6 +95,8 @@
|
||||
* @slist: an element in a #GSList.
|
||||
*
|
||||
* A convenience macro to get the next element in a #GSList.
|
||||
* Note that it is considered perfectly acceptable to access
|
||||
* @slist->next directly.
|
||||
*
|
||||
* Returns: the next element, or %NULL if there are no more elements.
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user