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:
Matthias Clasen 2005-09-09 16:24:49 +00:00 committed by Matthias Clasen
parent 9a86f65818
commit d8b026adb0
3 changed files with 8 additions and 0 deletions

View File

@ -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):

View File

@ -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):

View File

@ -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