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

Function ghb_file_chooser_destroy

gtk/src/util.c:217–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void
218ghb_file_chooser_destroy (GtkFileChooser *chooser)
219{
220 g_return_if_fail(GTK_IS_NATIVE_DIALOG(chooser) || GTK_IS_WINDOW(chooser));
221
222 if (GTK_IS_NATIVE_DIALOG(chooser))
223 gtk_native_dialog_destroy(GTK_NATIVE_DIALOG(chooser));
224 else if (GTK_IS_WINDOW(chooser))
225 gtk_window_destroy(GTK_WINDOW(chooser));
226}
227
228/*
229 * List of known suffixes for subtitles. Not case sensitive.

Callers 11

chooser_response_cbFunction · 0.85
source_dialog_start_scanFunction · 0.85
destination_response_cbFunction · 0.85
save_queue_file_cbFunction · 0.85
open_queue_file_cbFunction · 0.85
chapter_list_exportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected