summaryrefslogtreecommitdiff
path: root/gtk/gtkprinter.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-27 10:54:24 -0500
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:34 +0000
commiteca14b763ce6edd74103cd655a4a0c2302820688 (patch)
tree0a5af376aa7b6d19ec76dd0ed416840c7faaf8df /gtk/gtkprinter.h
parent5225a0f253969f15f82626db5ed3c05aed0905c9 (diff)
downloadgtk+-eca14b763ce6edd74103cd655a4a0c2302820688.tar.gz
printer: Convert docs
Diffstat (limited to 'gtk/gtkprinter.h')
-rw-r--r--gtk/gtkprinter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkprinter.h b/gtk/gtkprinter.h
index bcfb1ea75b..9243c5c11b 100644
--- a/gtk/gtkprinter.h
+++ b/gtk/gtkprinter.h
@@ -49,7 +49,7 @@ G_BEGIN_DECLS
* @GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT: Print dialog will allow to rearrange
* pages when printing multiple pages per sheet
*
- * An enum for specifying which features the print dialog should offer.
+ * Specifies which features the print dialog should offer.
*
* If neither %GTK_PRINT_CAPABILITY_GENERATE_PDF nor
* %GTK_PRINT_CAPABILITY_GENERATE_PS is specified, GTK assumes that all
@@ -146,6 +146,7 @@ gboolean gtk_printer_get_hard_margins_for_paper_size (GtkPrinter
* @data: (closure): user data passed to gtk_enumerate_printers()
*
* The type of function passed to gtk_enumerate_printers().
+ *
* Note that you need to ref @printer, if you want to keep
* a reference to it after the function has returned.
*