Enumeration

WebKit2PrintError

Declaration

error-domain WebKit2.PrintError

Description [src]

Enum values used to denote the various print errors.

Members

WEBKIT_PRINT_ERROR_GENERAL

Unspecified error during a print operation.

  • Value: 599
  • Nickname: general
  • Available since: 4.1
WEBKIT_PRINT_ERROR_PRINTER_NOT_FOUND

Selected printer cannot be found.

  • Value: 500
  • Nickname: printer-not-found
  • Available since: 4.1
WEBKIT_PRINT_ERROR_INVALID_PAGE_RANGE

Invalid page range.

  • Value: 501
  • Nickname: invalid-page-range
  • Available since: 4.1

Type functions

webkit_print_error_quark

Gets the quark for the domain of printing errors.