Small addition

svn path=/trunk/; revision=21977
This commit is contained in:
Matthias Clasen 2008-12-29 04:40:42 +00:00
parent 3df5e08993
commit 67e77cb4e2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktreesortable.sgml: Small addition
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Move GtkFixedChild, GtkTableChild and

View File

@ -65,7 +65,8 @@ for the "price" column could be one which returns
@b: Another #GtkTreeIter in @model
@user_data: Data passed when the compare func is assigned e.g. by
gtk_tree_sortable_set_sort_func()
@Returns:
@Returns: a negative integer, zero or a positive integer depending on whether
@a sorts before, with or after @b
<!-- ##### FUNCTION gtk_tree_sortable_sort_column_changed ##### -->