mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
GList: Fix typo of member ->prev in documentation
It said list->previous, which is not a thing that exists.
This commit is contained in:
parent
47e10489c5
commit
a2ec32833e
@ -130,7 +130,7 @@
|
||||
*
|
||||
* A convenience macro to get the previous element in a #GList.
|
||||
* Note that it is considered perfectly acceptable to access
|
||||
* @list->previous directly.
|
||||
* @list->prev directly.
|
||||
*
|
||||
* Returns: the previous element, or %NULL if there are no previous
|
||||
* elements
|
||||
|
Loading…
Reference in New Issue
Block a user