summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-07-25 13:55:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-25 13:55:31 +0000
commite0f77a1f76aaf42328ae3a76df053b7553af5e6f (patch)
tree395a6547662082e4a8482541a7e007f32c48910a /docs
parent258f25700d27f1bfaf49a3e36114affdf123729e (diff)
downloadgtk+-e0f77a1f76aaf42328ae3a76df053b7553af5e6f.tar.gz
Trivial doc fixes.
2005-07-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodelsort.c: Trivial doc fixes. * gtk/gtktreesortable.c: Talk about comparison functions, not sort functions in some places. (#311398, Fabrice Bauzac) 2005-07-25 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtktreemodelsort.sgml: Note that the sorting function is not guaranteed to be stable. (#311398, Fabrice Bauzac)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog6
-rw-r--r--docs/reference/gtk/tmpl/gtktreemodelsort.sgml3
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index e9ef629f33..005b5beb1e 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-25 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtktreemodelsort.sgml: Note that the sorting
+ function is not guaranteed to be stable. (#311398,
+ Fabrice Bauzac)
+
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===
diff --git a/docs/reference/gtk/tmpl/gtktreemodelsort.sgml b/docs/reference/gtk/tmpl/gtktreemodelsort.sgml
index 9176c190db..2179ad7c9e 100644
--- a/docs/reference/gtk/tmpl/gtktreemodelsort.sgml
+++ b/docs/reference/gtk/tmpl/gtktreemodelsort.sgml
@@ -11,7 +11,8 @@ interface. It does not hold any data itself, but rather is created with
a child model and proxies its data. It has identical column types to
this child model, and the changes in the child are propagated. The
primary purpose of this model is to provide a way to sort a different
-model without modifying it.
+model without modifying it. Note that the sort function used by
+#GtkTreeModelSort is not guaranteed to be stable.
</para>
<para>
The use of this is best demonstrated through an example. In the