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

Function ghb_widget_double

gtk/src/settings.c:223–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223gdouble
224ghb_widget_double(GtkWidget *widget)
225{
226 GhbValue *value;
227 gdouble dval;
228
229 value = ghb_widget_value(widget);
230 dval = ghb_value_get_double(value);
231 ghb_value_free(&value);
232 return dval;
233}
234
235gint64
236ghb_widget_int64(GtkWidget *widget)

Callers

nothing calls this directly

Calls 1

ghb_widget_valueFunction · 0.85

Tested by

no test coverage detected