Fix stack vs heap confusion. (#168690, Torsten Schoenfeld)
2005-02-27 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtktreemodel.sgml: Fix stack vs heap confusion. (#168690, Torsten Schoenfeld)
This commit is contained in:
committed by
Matthias Clasen
parent
617443f607
commit
860f5a804c
@@ -1,3 +1,8 @@
|
||||
2005-02-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtktreemodel.sgml: Fix stack vs heap
|
||||
confusion. (#168690, Torsten Schoenfeld)
|
||||
|
||||
2005-02-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkcalendar.sgml: Some additions.
|
||||
|
||||
@@ -65,7 +65,7 @@ generic pointers. These are filled in by the model in a model-specific
|
||||
way. One can convert a path to an iterator by calling
|
||||
gtk_tree_model_get_iter(). These iterators are the primary way of
|
||||
accessing a model and are similar to the iterators used by
|
||||
#GtkTextBuffer. They are generally statically allocated on the heap and
|
||||
#GtkTextBuffer. They are generally statically allocated on the stack and
|
||||
only used for a short time. The model interface defines a set of
|
||||
operations using them for navigating the model.
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user