Add new papersize api to the docs
This commit is contained in:
@ -7151,6 +7151,7 @@ GTK_PAPER_NAME_EXECUTIVE
|
|||||||
GTK_PAPER_NAME_LEGAL
|
GTK_PAPER_NAME_LEGAL
|
||||||
gtk_paper_size_new
|
gtk_paper_size_new
|
||||||
gtk_paper_size_new_from_ppd
|
gtk_paper_size_new_from_ppd
|
||||||
|
gtk_paper_size_new_from_ipp
|
||||||
gtk_paper_size_new_custom
|
gtk_paper_size_new_custom
|
||||||
gtk_paper_size_copy
|
gtk_paper_size_copy
|
||||||
gtk_paper_size_free
|
gtk_paper_size_free
|
||||||
@ -7161,6 +7162,7 @@ gtk_paper_size_get_display_name
|
|||||||
gtk_paper_size_get_ppd_name
|
gtk_paper_size_get_ppd_name
|
||||||
gtk_paper_size_get_width
|
gtk_paper_size_get_width
|
||||||
gtk_paper_size_get_height
|
gtk_paper_size_get_height
|
||||||
|
gtk_paper_size_is_ipp
|
||||||
gtk_paper_size_is_custom
|
gtk_paper_size_is_custom
|
||||||
gtk_paper_size_set_size
|
gtk_paper_size_set_size
|
||||||
gtk_paper_size_get_default_top_margin
|
gtk_paper_size_get_default_top_margin
|
||||||
|
@ -378,7 +378,7 @@ gtk_paper_size_new_from_ppd (const gchar *ppd_name,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_paper_size_new_from_ipp:
|
* gtk_paper_size_new_from_ipp:
|
||||||
* @ppd_name: an IPP paper name
|
* @ipp_name: an IPP paper name
|
||||||
* @width: the paper width, in points
|
* @width: the paper width, in points
|
||||||
* @height: the paper height in points
|
* @height: the paper height in points
|
||||||
*
|
*
|
||||||
|
@ -95,7 +95,7 @@ GtkPaperSize *gtk_paper_size_new_from_ppd (const gchar *ppd_name,
|
|||||||
gdouble width,
|
gdouble width,
|
||||||
gdouble height);
|
gdouble height);
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
GtkPaperSize *gtk_paper_size_new_from_ipp (const gchar *ipd_name,
|
GtkPaperSize *gtk_paper_size_new_from_ipp (const gchar *ipp_name,
|
||||||
gdouble width,
|
gdouble width,
|
||||||
gdouble height);
|
gdouble height);
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
|
Reference in New Issue
Block a user