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

Function ghb_timer_cb

gtk/src/callbacks.c:4808–4821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4806}
4807
4808G_MODULE_EXPORT gboolean
4809ghb_timer_cb(gpointer data)
4810{
4811 signal_user_data_t *ud = (signal_user_data_t*)data;
4812
4813 ghb_backend_events(ud);
4814 if (update_preview)
4815 {
4816 g_debug("Updating preview");
4817 ghb_set_preview_image(ud);
4818 update_preview = FALSE;
4819 }
4820 return TRUE;
4821}
4822
4823static void
4824append_activity(GtkTextBuffer * tb, const char * text, gsize length)

Callers

nothing calls this directly

Calls 2

ghb_backend_eventsFunction · 0.85
ghb_set_preview_imageFunction · 0.85

Tested by

no test coverage detected