mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
gtk/gtktreemodel.c misprints in documentation for
2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su> * gtk/gtktreemodel.c misprints in documentation for gtk_tree_row_reference_inserted() and gtk_tree_path_new () are fixed
This commit is contained in:
parent
07d3ebd017
commit
a2cd674983
@ -1,3 +1,9 @@
|
||||
2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
|
||||
* gtk/gtktreemodel.c
|
||||
misprints in documentation for gtk_tree_row_reference_inserted()
|
||||
and gtk_tree_path_new () are fixed
|
||||
|
||||
Tue Feb 26 19:47:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): take into account
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
|
||||
* gtk/gtktreemodel.c
|
||||
misprints in documentation for gtk_tree_row_reference_inserted()
|
||||
and gtk_tree_path_new () are fixed
|
||||
|
||||
Tue Feb 26 19:47:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): take into account
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
|
||||
* gtk/gtktreemodel.c
|
||||
misprints in documentation for gtk_tree_row_reference_inserted()
|
||||
and gtk_tree_path_new () are fixed
|
||||
|
||||
Tue Feb 26 19:47:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): take into account
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
|
||||
* gtk/gtktreemodel.c
|
||||
misprints in documentation for gtk_tree_row_reference_inserted()
|
||||
and gtk_tree_path_new () are fixed
|
||||
|
||||
Tue Feb 26 19:47:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): take into account
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
|
||||
* gtk/gtktreemodel.c
|
||||
misprints in documentation for gtk_tree_row_reference_inserted()
|
||||
and gtk_tree_path_new () are fixed
|
||||
|
||||
Tue Feb 26 19:47:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): take into account
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
|
||||
* gtk/gtktreemodel.c
|
||||
misprints in documentation for gtk_tree_row_reference_inserted()
|
||||
and gtk_tree_path_new () are fixed
|
||||
|
||||
Tue Feb 26 19:47:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): take into account
|
||||
|
@ -1,3 +1,9 @@
|
||||
2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
|
||||
* gtk/gtktreemodel.c
|
||||
misprints in documentation for gtk_tree_row_reference_inserted()
|
||||
and gtk_tree_path_new () are fixed
|
||||
|
||||
Tue Feb 26 19:47:16 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): take into account
|
||||
|
@ -124,7 +124,7 @@ gtk_tree_model_base_init (gpointer g_class)
|
||||
/**
|
||||
* gtk_tree_path_new:
|
||||
*
|
||||
* Creates a new #GtkTreePath. This structure refers to a row
|
||||
* Creates a new #GtkTreePath. This structure refers to a row.
|
||||
*
|
||||
* Return value: A newly created #GtkTreePath.
|
||||
**/
|
||||
@ -1693,7 +1693,7 @@ gtk_tree_row_reference_inserted (GObject *proxy,
|
||||
* @path: The path position that was deleted
|
||||
*
|
||||
* Lets a set of row reference created by gtk_tree_row_reference_new_proxy()
|
||||
* know that the model emitted the "row_deleted" signal.
|
||||
* know that the model emitted the "row_inserted" signal.
|
||||
**/
|
||||
void
|
||||
gtk_tree_row_reference_deleted (GObject *proxy,
|
||||
|
Loading…
Reference in New Issue
Block a user