mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02:00
GSList: Note that using ->next directly is OK
as for GList
This commit is contained in:
@@ -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.
|
||||
**/
|
||||
|
Reference in New Issue
Block a user