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

Function start_point_changed_cb

gtk/src/callbacks.c:3503–3510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3501}
3502
3503G_MODULE_EXPORT void
3504start_point_changed_cb (GtkWidget *widget, gpointer data)
3505{
3506 double new_val = 0.0;
3507
3508 ptop_read_value_cb(widget, &new_val, data);
3509 ptop_update_bg(PTOP_START, new_val, data);
3510}
3511
3512G_MODULE_EXPORT void
3513end_point_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 2

ptop_read_value_cbFunction · 0.85
ptop_update_bgFunction · 0.85

Tested by

no test coverage detected