mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 03:04:05 +02: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:
@@ -130,7 +130,7 @@
|
|||||||
*
|
*
|
||||||
* A convenience macro to get the previous element in a #GList.
|
* A convenience macro to get the previous element in a #GList.
|
||||||
* Note that it is considered perfectly acceptable to access
|
* 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
|
* Returns: the previous element, or %NULL if there are no previous
|
||||||
* elements
|
* elements
|
||||||
|
Reference in New Issue
Block a user