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

Function ghb_widget_string

gtk/src/settings.c:211–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211gchar*
212ghb_widget_string(GtkWidget *widget)
213{
214 GhbValue *value;
215 gchar *sval;
216
217 value = ghb_widget_value(widget);
218 sval = ghb_value_get_string_xform(value);
219 ghb_value_free(&value);
220 return sval;
221}
222
223gdouble
224ghb_widget_double(GtkWidget *widget)

Callers 2

title_dest_file_cbFunction · 0.85
title_dest_dir_cbFunction · 0.85

Calls 1

ghb_widget_valueFunction · 0.85

Tested by

no test coverage detected