Method
GtkFileChooserget_current_folder_file
since: 2.14
Declaration [src]
GFile*
gtk_file_chooser_get_current_folder_file (
GtkFileChooser* chooser
)
Description [src]
Gets the current folder of chooser
as GFile
.
See gtk_file_chooser_get_current_folder_uri().
Available since: 2.14
Return value
Type: GFile
The GFile
for the current folder.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |