mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix some typos in list documentation
This fixes bug 585726.
This commit is contained in:
@@ -344,7 +344,7 @@ g_slist_foreach().
|
|||||||
|
|
||||||
<!-- ##### MACRO g_list_previous ##### -->
|
<!-- ##### MACRO g_list_previous ##### -->
|
||||||
<para>
|
<para>
|
||||||
A convenience macro to gets the previous element in a #GList.
|
A convenience macro to get the previous element in a #GList.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@list: an element in a #GList.
|
@list: an element in a #GList.
|
||||||
@@ -353,7 +353,7 @@ A convenience macro to gets the previous element in a #GList.
|
|||||||
|
|
||||||
<!-- ##### MACRO g_list_next ##### -->
|
<!-- ##### MACRO g_list_next ##### -->
|
||||||
<para>
|
<para>
|
||||||
A convenience macro to gets the next element in a #GList.
|
A convenience macro to get the next element in a #GList.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@list: an element in a #GList.
|
@list: an element in a #GList.
|
||||||
|
@@ -296,7 +296,7 @@ A macro which does the same as g_slist_free_1().
|
|||||||
|
|
||||||
<!-- ##### MACRO g_slist_next ##### -->
|
<!-- ##### MACRO g_slist_next ##### -->
|
||||||
<para>
|
<para>
|
||||||
A convenience macro to gets the next element in a #GSList.
|
A convenience macro to get the next element in a #GSList.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@slist: an element in a #GSList.
|
@slist: an element in a #GSList.
|
||||||
|
Reference in New Issue
Block a user