mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Add new papersize api to the docs
This commit is contained in:
parent
cc31235d2e
commit
3b3a623520
@ -7151,6 +7151,7 @@ GTK_PAPER_NAME_EXECUTIVE
|
||||
GTK_PAPER_NAME_LEGAL
|
||||
gtk_paper_size_new
|
||||
gtk_paper_size_new_from_ppd
|
||||
gtk_paper_size_new_from_ipp
|
||||
gtk_paper_size_new_custom
|
||||
gtk_paper_size_copy
|
||||
gtk_paper_size_free
|
||||
@ -7161,6 +7162,7 @@ gtk_paper_size_get_display_name
|
||||
gtk_paper_size_get_ppd_name
|
||||
gtk_paper_size_get_width
|
||||
gtk_paper_size_get_height
|
||||
gtk_paper_size_is_ipp
|
||||
gtk_paper_size_is_custom
|
||||
gtk_paper_size_set_size
|
||||
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:
|
||||
* @ppd_name: an IPP paper name
|
||||
* @ipp_name: an IPP paper name
|
||||
* @width: the paper width, 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 height);
|
||||
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 height);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
|
Loading…
Reference in New Issue
Block a user