Method
GtkPrintSettingsget_bool
since: 2.10
Declaration [src]
gboolean
gtk_print_settings_get_bool (
GtkPrintSettings* settings,
const gchar* key
)
Description [src]
Returns the boolean represented by the value
that is associated with key
.
The string “true” represents TRUE
, any other
string FALSE
.
Available since: 2.10