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

Function ghb_widget_int64

gtk/src/settings.c:235–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235gint64
236ghb_widget_int64(GtkWidget *widget)
237{
238 GhbValue *value;
239 gint64 ival;
240
241 value = ghb_widget_value(widget);
242 ival = ghb_value_get_int(value);
243 ghb_value_free(&value);
244 return ival;
245}
246
247gint
248ghb_widget_int(GtkWidget *widget)

Callers

nothing calls this directly

Calls 1

ghb_widget_valueFunction · 0.85

Tested by

no test coverage detected