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