Free the given #GtkPaperSize object.
Gets the human-readable name of the #GtkPaperSize.
Gets the name of the #GtkPaperSize.
Gets the PPD name of the #GtkPaperSize, which may be %NULL.
Returns %TRUE if size
is not a standard paper size.
Returns the name of the default paper size, which depends on the current locale.
Creates a new #GtkPaperSize object with the given parameters.
the paper name
the human-readable name
the paper width, in units of unit
the paper height, in units of unit
the unit for width
and height
Creates a new #GtkPaperSize object by using PPD information.
If ppd_name
is not a recognized PPD paper name,
ppd_display_name,
width
and height
are used to
construct a custom #GtkPaperSize object.
a PPD paper name
the corresponding human-readable name
the paper width, in points
the paper height in points
Creates a new #GtkPaperSize object by parsing aPWG 5101.1-2002
paper name.
If
name
is %NULL, the default paper size is returned, see gtk_paper_size_get_default().