GSList: Note that using ->next directly is OK

as for GList
This commit is contained in:
Daniel Boles 2017-08-07 20:39:06 +01:00
parent a2ec32833e
commit f6aa8c3988

View File

@ -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.
**/