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

Function cancel_source_function

gtk/src/preview.c:732–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730static gboolean in_hud = FALSE;
731
732static void
733cancel_source_function (guint id)
734{
735 if (id != 0)
736 {
737 GSource *source = g_main_context_find_source_by_id(g_main_context_default(), id);
738 if (source != NULL)
739 {
740 g_source_destroy(source);
741 }
742 }
743}
744
745static void
746enable_animations_changed (GtkSettings *settings, GParamSpec *pspec, gboolean *result)

Callers 4

hud_timeoutFunction · 0.85
hud_enter_cbFunction · 0.85
preview_leave_cbFunction · 0.85
preview_motion_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected