forked from AuroraMiddleware/gtk
Document ownership for return value of gtk_file_chooser_get_file()
This commit is contained in:
parent
4a0f78b72f
commit
51f140bfdc
@ -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
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user