diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-12-05 20:43:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-12-05 20:43:58 +0000 |
commit | 5791ec5b8539e872343667dbdf190dd0d3e493ed (patch) | |
tree | 6306c2f06a101a1f64e45cbaf9333e32c337a736 /docs/reference/glib/tmpl/arrays.sgml | |
parent | 74987b2cf0d7f8977aa9a7872f0feccbd4a212fd (diff) | |
download | glib-5791ec5b8539e872343667dbdf190dd0d3e493ed.tar.gz |
add images
Tue Dec 5 15:41:23 2000 Owen Taylor <otaylor@redhat.com>
* glib/Makefile.am glib/mainloop-states*: add images
* glib/glib-sections.txt: Updated
* glib/tmpl/main.sgml: More documentation, move function
docs to .c file.
Diffstat (limited to 'docs/reference/glib/tmpl/arrays.sgml')
-rw-r--r-- | docs/reference/glib/tmpl/arrays.sgml | 19 |
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. |