summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-10-02 21:54:13 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-10-20 09:24:14 +0200
commit4dd55cd02239c7d2e7df42587b7d1c120ae7f464 (patch)
tree121d22b6718211993d02ac274b83a2ba0ce305ac
parent7f377f5755750fca165acb8660c5f1646359dabb (diff)
downloadgobject-introspection-4dd55cd02239c7d2e7df42587b7d1c120ae7f464.tar.gz
gir: Update annotations from glib 2.66.1
-rw-r--r--gir/glib-2.0.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 3463a2ac..c581d6de 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -5557,7 +5557,7 @@
/**
- * SECTION:datetime
+ * SECTION:date-time
* @title: GDateTime
* @short_description: a structure representing Date and Time
* @see_also: #GTimeZone
@@ -8678,7 +8678,7 @@
/**
- * SECTION:treesbinary
+ * SECTION:trees-binary
* @title: Balanced Binary Trees
* @short_description: a sorted collection of key/value pairs optimized
* for searching and traversing in order
@@ -8711,7 +8711,7 @@
/**
- * SECTION:treesnary
+ * SECTION:trees-nary
* @title: N-ary Trees
* @short_description: trees of data with any number of branches
*
@@ -20832,7 +20832,7 @@
/**
* g_list_free:
- * @list: a #GList
+ * @list: the first link of a #GList
*
* Frees all of the memory used by a #GList.
* The freed elements are returned to the slice allocator.
@@ -20870,7 +20870,7 @@
/**
* g_list_free_full:
- * @list: a pointer to a #GList
+ * @list: the first link of a #GList
* @free_func: the function to be called to free each element's data
*
* Convenience method, which frees all the memory used by a #GList,
@@ -29424,7 +29424,7 @@
/**
* g_slist_free:
- * @list: a #GSList
+ * @list: the first link of a #GSList
*
* Frees all of the memory used by a #GSList.
* The freed elements are returned to the slice allocator.
@@ -29462,7 +29462,7 @@
/**
* g_slist_free_full:
- * @list: a pointer to a #GSList
+ * @list: the first link of a #GSList
* @free_func: the function to be called to free each element's data
*
* Convenience method, which frees all the memory used by a #GSList, and
@@ -36781,7 +36781,7 @@
* string; it may e.g. include embedded NUL characters. The only
* validation done by this function is to ensure that the input can
* be correctly interpreted as UTF-16, i.e. it doesn't contain
- * things unpaired surrogates.
+ * unpaired surrogates or partial character sequences.
*
* Returns: (transfer full): a pointer to a newly allocated UTF-8 string.
* This value must be freed with g_free(). If an error occurs,