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

Function queue_export_action_cb

gtk/src/queuehandler.c:2123–2128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2121}
2122
2123G_MODULE_EXPORT void
2124queue_export_action_cb (GSimpleAction *action, GVariant *param,
2125 signal_user_data_t *ud)
2126{
2127 save_queue_file(ud);
2128}
2129
2130G_MODULE_EXPORT void
2131queue_import_action_cb (GSimpleAction *action, GVariant *param,

Callers

nothing calls this directly

Calls 1

save_queue_fileFunction · 0.85

Tested by

no test coverage detected