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

Function end_point_changed_cb

gtk/src/callbacks.c:3512–3519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3510}
3511
3512G_MODULE_EXPORT void
3513end_point_changed_cb (GtkWidget *widget, gpointer data)
3514{
3515 double new_val = 0.0;
3516
3517 ptop_read_value_cb(widget, &new_val, data);
3518 ptop_update_bg(PTOP_END, new_val, data);
3519}
3520
3521/*
3522 * Refreshes the UI by updating the underlying GtkAdjustments with

Callers

nothing calls this directly

Calls 2

ptop_read_value_cbFunction · 0.85
ptop_update_bgFunction · 0.85

Tested by

no test coverage detected