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

Function ghb_file_button_set_filename

gtk/src/ghb-file-button.c:300–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void
301ghb_file_button_set_filename (GhbFileButton *self, const char *filename)
302{
303 g_return_if_fail(GHB_IS_FILE_BUTTON(self));
304
305 g_autoptr(GFile) file = g_file_new_for_path(filename);
306 ghb_file_button_set_file(self, file);
307}
308
309void
310ghb_file_button_set_title (GhbFileButton *self, const char *filename)

Callers 4

destination_response_cbFunction · 0.85
ghb_update_widgetFunction · 0.85

Calls 1

ghb_file_button_set_fileFunction · 0.85

Tested by

no test coverage detected