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

Function hud_enter_cb

gtk/src/preview.c:823–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821}
822
823G_MODULE_EXPORT void
824hud_enter_cb (GtkEventControllerMotion *econ, double x, double y, gpointer data)
825{
826 GtkWidget *hud = gtk_event_controller_get_widget(GTK_EVENT_CONTROLLER(econ));
827
828 cancel_source_function(hud_timeout_id);
829 hud_timeout_id = 0;
830 cancel_source_function(hud_fade_id);
831 hud_fade_id = g_timeout_add(16, (GSourceFunc)hud_fade_in, hud);
832 in_hud = TRUE;
833}
834
835G_MODULE_EXPORT void
836hud_leave_cb (GtkEventControllerMotion *econ, gpointer data)

Callers

nothing calls this directly

Calls 1

cancel_source_functionFunction · 0.85

Tested by

no test coverage detected