forked from AuroraMiddleware/gtk
docs: Correct gtk_tree_row_reference_new() description
Remove the text that mentions listening to tree model signals, and instead say that any changes are automatically propagated. https://bugzilla.gnome.org/show_bug.cgi?id=478344
This commit is contained in:
parent
c1f01eb929
commit
da1a90bcaf
@ -2208,8 +2208,8 @@ gtk_tree_row_reference_unref_path (GtkTreePath *path,
|
||||
* Creates a row reference based on @path.
|
||||
*
|
||||
* This reference will keep pointing to the node pointed to
|
||||
* by @path, so long as it exists. It listens to all signals
|
||||
* emitted by @model, and updates its path appropriately. If
|
||||
* by @path, so long as it exists. Any changes that occur on @model are
|
||||
* propagated, and the path is updated appropriately. If
|
||||
* @path isn't a valid path in @model, then %NULL is returned.
|
||||
*
|
||||
* Return value: a newly allocated #GtkTreeRowReference, or %NULL
|
||||
|
Loading…
Reference in New Issue
Block a user