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

Function ghb_widget_int

gtk/src/settings.c:247–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247gint
248ghb_widget_int(GtkWidget *widget)
249{
250 GhbValue *value;
251 gint ival;
252
253 value = ghb_widget_value(widget);
254 ival = (gint)ghb_value_get_int(value);
255 ghb_value_free(&value);
256 return ival;
257}
258
259gint
260ghb_widget_boolean(GtkWidget *widget)

Callers 2

init_preview_imageFunction · 0.85
title_changed_cbFunction · 0.85

Calls 1

ghb_widget_valueFunction · 0.85

Tested by

no test coverage detected