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

Function queue_import_action_cb

gtk/src/queuehandler.c:2130–2135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2128}
2129
2130G_MODULE_EXPORT void
2131queue_import_action_cb (GSimpleAction *action, GVariant *param,
2132 signal_user_data_t *ud)
2133{
2134 open_queue_file(ud);
2135}
2136
2137G_MODULE_EXPORT void
2138queue_open_clicked_cb (GtkWidget *widget, signal_user_data_t *ud)

Callers

nothing calls this directly

Calls 1

open_queue_fileFunction · 0.85

Tested by

no test coverage detected