Method

GtkPrintSettingsset_double

since: 2.10

Declaration [src]

void
gtk_print_settings_set_double (
  GtkPrintSettings* settings,
  const gchar* key,
  gdouble value
)

Description [src]

Sets key to a double value.

Available since: 2.10

Parameters

key

Type: const gchar*

A key.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
value

Type: gdouble

A double value.