gtkprinter: Make gtk_printer_get_hard_margins_for_paper_size() public

The declaration in gtkprinter.h shall be preceded by GDK_AVAILABLE_IN_ALL,
or else the function can't be used in application programs.

Closes #1140
This commit is contained in:
Kjell Ahlstedt 2018-07-04 18:40:33 +02:00
parent 9fb3b84253
commit 6c8988e445

View File

@ -164,6 +164,7 @@ gboolean gtk_printer_get_hard_margins (GtkPrinter *pr
gdouble *bottom,
gdouble *left,
gdouble *right);
GDK_AVAILABLE_IN_ALL
gboolean gtk_printer_get_hard_margins_for_paper_size (GtkPrinter *printer,
GtkPaperSize *paper_size,
gdouble *top,