mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
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:
parent
2c24a9f374
commit
6294736800
@ -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: Add some more
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user