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

Function subtitle_clear_cb

gtk/src/subtitlehandler.c:1363–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361}
1362
1363G_MODULE_EXPORT void
1364subtitle_clear_cb (GSimpleAction *action, GVariant *param, gpointer data)
1365{
1366 signal_user_data_t *ud = ghb_ud();
1367
1368 clear_subtitle_list_ui();
1369 clear_subtitle_list_settings(ud->settings);
1370}
1371
1372G_MODULE_EXPORT void
1373subtitle_reset_cb (GSimpleAction *action, GVariant *param, gpointer data)

Callers

nothing calls this directly

Calls 3

ghb_udFunction · 0.85
clear_subtitle_list_uiFunction · 0.85

Tested by

no test coverage detected