mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-08 01:24:49 +01:00
docs: Fix invalid references and broken links
This commit fixes quite a few broken links and references, minor typos, and improves wording in some sections.
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
/**
|
||||
* GList:
|
||||
* @data: holds the element's data, which can be a pointer to any kind
|
||||
* of data, or any integer value using the
|
||||
* [Type Conversion Macros][glib-Type-Conversion-Macros]
|
||||
* of data, or any integer value using the
|
||||
* [Type Conversion Macros](conversion-macros.html#conversion-macros)
|
||||
* @next: contains the link to the next element in the list
|
||||
* @prev: contains the link to the previous element in the list
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user