summaryrefslogtreecommitdiff
path: root/gtk/gtkprintjob.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-01-19 00:00:34 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2019-01-19 00:00:34 +0000
commit3543a545455242c43defb38571daa60e4695446a (patch)
treeb6432c76fc33976828d232038e5a0705ae0362d2 /gtk/gtkprintjob.c
parent95c0f07295fd300ab7f3416a39290ae33585ea6c (diff)
downloadgtk+-3543a545455242c43defb38571daa60e4695446a.tar.gz
Specify the C include for Unix printing API
Instead of using the INCLUDE directive inside the sections file, we can specify the default C include in the gtkdoc-mkdb arguments, and override it inside the C sources that need it.
Diffstat (limited to 'gtk/gtkprintjob.c')
-rw-r--r--gtk/gtkprintjob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkprintjob.c b/gtk/gtkprintjob.c
index c3d1ce70bb..e8e1c7c3b5 100644
--- a/gtk/gtkprintjob.c
+++ b/gtk/gtkprintjob.c
@@ -19,6 +19,7 @@
* SECTION:gtkprintjob
* @Title: GtkPrintJob
* @Short_description: Represents a print job
+ * @Include: gtk/gtkunixprint.h
*
* A #GtkPrintJob object represents a job that is sent to a
* printer. You only need to deal directly with print jobs if