| 161 | } |
| 162 | |
| 163 | char * |
| 164 | ghb_file_chooser_get_filename (GtkFileChooser *chooser) |
| 165 | { |
| 166 | g_autoptr(GFile) file = gtk_file_chooser_get_file(chooser); |
| 167 | return g_file_get_path(file); |
| 168 | } |
| 169 | |
| 170 | char * |
| 171 | ghb_file_chooser_get_current_folder (GtkFileChooser *chooser) |
no outgoing calls
no test coverage detected