GtkTreeModel: Documentation fix

https://bugzilla.gnome.org/show_bug.cgi?id=743286
This commit is contained in:
Debarshi Ray 2015-01-21 11:28:19 +01:00 committed by Matthias Clasen
parent f4dee9b682
commit aa0811d320

View File

@ -2400,7 +2400,7 @@ gtk_tree_row_reference_new_proxy (GObject *proxy,
* Returns a path that the row reference currently points to, * Returns a path that the row reference currently points to,
* or %NULL if the path pointed to is no longer valid. * or %NULL if the path pointed to is no longer valid.
* *
* Returns: a current path, or %NULL * Returns: (nullable) (transfer full): a current path, or %NULL
*/ */
GtkTreePath * GtkTreePath *
gtk_tree_row_reference_get_path (GtkTreeRowReference *reference) gtk_tree_row_reference_get_path (GtkTreeRowReference *reference)