mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Small correction for gtk_tree_path_new_root(). (#156956, Vincent Untz)
2004-10-31 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtktreemodel.sgml: Small correction for gtk_tree_path_new_root(). (#156956, Vincent Untz)
This commit is contained in:
parent
a841d12888
commit
5179863474
@ -1,5 +1,8 @@
|
||||
2004-10-31 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtktreemodel.sgml: Small correction for
|
||||
gtk_tree_path_new_root(). (#156956, Vincent Untz)
|
||||
|
||||
* gtk/gtk-sections.txt: Additions.
|
||||
|
||||
2004-10-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@ -365,13 +365,12 @@ section.
|
||||
|
||||
<!-- ##### MACRO gtk_tree_path_new_root ##### -->
|
||||
<para>
|
||||
An alternate name for gtk_tree_path_new_iter() provided for
|
||||
compatibility reasons; this macro will be deprecated in future
|
||||
versions of GTK+.
|
||||
An alternate name for gtk_tree_path_new_first() provided for
|
||||
compatibility reasons.
|
||||
</para>
|
||||
|
||||
@Returns: A new #GtkTreePath.
|
||||
|
||||
@Deprecated: Use gtk_tree_path_new_first() instead.
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_path_append_index ##### -->
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user