Document ownership for return value of gtk_file_chooser_get_file()

This commit is contained in:
Benjamin Otte 2009-08-26 22:23:21 +02:00
parent 4a0f78b72f
commit 51f140bfdc

View File

@ -1239,7 +1239,8 @@ gtk_file_chooser_set_file (GtkFileChooser *chooser,
* If the file chooser is in folder mode, this function returns the selected
* folder.
*
* Returns: a selected #GFile
* Returns: a selected #GFile. You own the returned file; use
* g_object_unref() to release it.
*
* Since: 2.14
**/