Method

GtkPrintSettingsset_printer

since: 2.10

Declaration [src]

void
gtk_print_settings_set_printer (
  GtkPrintSettings* settings,
  const gchar* printer
)

Description [src]

Convenience function to set GTK_PRINT_SETTINGS_PRINTER to printer.

Available since: 2.10

Parameters

printer

Type: const gchar*

The printer name.

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