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

Function preview_close_request_cb

gtk/src/preview.c:708–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708G_MODULE_EXPORT gboolean
709preview_close_request_cb (GtkWidget *widget, gpointer data)
710{
711 live_preview_stop();
712 gtk_widget_set_visible(widget, FALSE);
713 return TRUE;
714}
715
716G_MODULE_EXPORT void
717preview_duration_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 1

live_preview_stopFunction · 0.85

Tested by

no test coverage detected