Function

Gtk.PaperSize.new_from_ipp

Declaration [src]

GtkPaperSize*
gtk_paper_size_new_from_ipp (
  const char* ipp_name,
  double width,
  double height
)

Description [src]

Creates a new GtkPaperSize object by using IPP information.

If ipp_name is not a recognized paper name, width and height are used to construct a custom GtkPaperSize object.

Parameters

ipp_name const char*
 

an IPP paper name

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string
width double
 

the paper width, in points

height double
 

the paper height in points

Return value

Returns: GtkPaperSize

a new GtkPaperSize, use gtk_paper_size_free() to free it

Ownership of the data is transferred to the caller