summaryrefslogtreecommitdiff
path: root/docs/reference/glib/tmpl/arrays.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/glib/tmpl/arrays.sgml')
-rw-r--r--docs/reference/glib/tmpl/arrays.sgml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/reference/glib/tmpl/arrays.sgml b/docs/reference/glib/tmpl/arrays.sgml
index bf1f0d155..f4eea22b3 100644
--- a/docs/reference/glib/tmpl/arrays.sgml
+++ b/docs/reference/glib/tmpl/arrays.sgml
@@ -209,6 +209,25 @@ g_array_remove_index().
@Returns: the #GArray.
+<!-- ##### FUNCTION g_array_sort ##### -->
+<para>
+
+</para>
+
+@array:
+@compare_func:
+
+
+<!-- ##### FUNCTION g_array_sort_with_data ##### -->
+<para>
+
+</para>
+
+@array:
+@compare_func:
+@user_data:
+
+
<!-- ##### MACRO g_array_index ##### -->
<para>
Returns the element of a #GArray at the given index.