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

Function show_queue_action_cb

gtk/src/queuehandler.c:2055–2060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2053}
2054
2055G_MODULE_EXPORT void
2056show_queue_action_cb (GSimpleAction *action, GVariant *value,
2057 signal_user_data_t *ud)
2058{
2059 queue_window_show(ud);
2060}
2061
2062G_MODULE_EXPORT void
2063queue_show_sidebar_action_cb (GSimpleAction *action, GVariant *param,

Callers

nothing calls this directly

Calls 1

queue_window_showFunction · 0.85

Tested by

no test coverage detected