mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Document memory handling. (#314975, Torsten Schoenfeld)
2005-09-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document memory handling. (#314975, Torsten Schoenfeld)
This commit is contained in:
parent
9a86f65818
commit
d8b026adb0
@ -1,5 +1,8 @@
|
||||
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
|
||||
memory handling. (#314975, Torsten Schoenfeld)
|
||||
|
||||
* gtk/gtkiconview.c (gtk_icon_view_class_init):
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_class_init):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_class_init):
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
|
||||
memory handling. (#314975, Torsten Schoenfeld)
|
||||
|
||||
* gtk/gtkiconview.c (gtk_icon_view_class_init):
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_class_init):
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_class_init):
|
||||
|
@ -11787,6 +11787,8 @@ gtk_tree_view_tree_to_widget_coords (GtkTreeView *tree_view,
|
||||
* Sets @start_path and @end_path to be the first and last visible path.
|
||||
* Note that there may be invisible paths in between.
|
||||
*
|
||||
* The paths should be freed with gtk_tree_path_free() after use.
|
||||
*
|
||||
* Returns: %TRUE, if valid paths were placed in @start_path and @end_path.
|
||||
*
|
||||
* Since: 2.8
|
||||
|
Loading…
Reference in New Issue
Block a user