Function
GtkPaperSizenew_from_ipp
since: 3.16
Declaration [src]
GtkPaperSize*
gtk_paper_size_new_from_ipp (
const gchar* ipp_name,
gdouble width,
gdouble 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.
Available since: 3.16
Parameters
ipp_name-
Type:
const gchar*An IPP paper name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. width-
Type:
gdoubleThe paper width, in points.
height-
Type:
gdoubleThe paper height in points.
Return value
Type: GtkPaperSize
A new GtkPaperSize, use gtk_paper_size_free()
to free it.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |