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

Function ghb_widget_boolean

gtk/src/settings.c:259–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259gint
260ghb_widget_boolean(GtkWidget *widget)
261{
262 GhbValue *value;
263 gboolean bval;
264
265 value = ghb_widget_value(widget);
266 bval = ghb_value_get_bool(value);
267 ghb_value_free(&value);
268 return bval;
269}
270
271void
272ghb_widget_to_setting(GhbValue *settings, GtkWidget *widget)

Callers 4

title_selected_cbFunction · 0.85
title_dest_file_cbFunction · 0.85
title_dest_dir_cbFunction · 0.85
vcodec_changed_cbFunction · 0.85

Calls 1

ghb_widget_valueFunction · 0.85

Tested by

no test coverage detected