MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / ghb_file_chooser_get_filename

Function ghb_file_chooser_get_filename

gtk/src/util.c:163–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163char *
164ghb_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
170char *
171ghb_file_chooser_get_current_folder (GtkFileChooser *chooser)

Callers 4

save_queue_file_cbFunction · 0.85
chapter_list_exportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected