GNOME Bugzilla – Bug 774614
Wrong #include in Print docs
Last modified: 2016-11-17 14:35:49 UTC
https://developer.gnome.org/gtk3/stable/GtkPrintUnixDialog.html#GtkPrintUnixDialog.includes suggests to #include <gtk/gtkprintunixdialog.h> but https://git.gnome.org/browse/gtk+/tree/gtk/gtkprintunixdialog.h?h=gtk-3-22#n22 #error if you include it. The problem seems to be here: https://git.gnome.org/browse/gtk+/tree/docs/reference/gtk/gtk3-sections.txt?h=gtk-3-22#n7084 Similar outdated suggestions are in https://developer.gnome.org/gtk3/stable/GtkPrintJob.html https://git.gnome.org/browse/gtk+/tree/gtk/gtkprintjob.h?h=gtk-3-22 https://git.gnome.org/browse/gtk+/tree/docs/reference/gtk/gtk3-sections.txt?h=gtk-3-22#n7431 and https://developer.gnome.org/gtk3/stable/GtkPageSetupUnixDialog.html https://git.gnome.org/browse/gtk+/tree/gtk/gtkpagesetupunixdialog.h?h=gtk-3-22 https://git.gnome.org/browse/gtk+/tree/docs/reference/gtk/gtk3-sections.txt?h=gtk-3-22#n7482
thanks, fixed