]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkpagesetupunixdialog.c
Move documentation to inline comments: GtkPageSetupUnixDialog
[~andy/gtk] / gtk / gtkpagesetupunixdialog.c
index c5f63bf7088338384d988766ea34ac02991fd5f0..19a19a77e1b9f0280a598cf5aa4759ef7790603e 100644 (file)
 #include "gtkalias.h"
 
 
+/**
+ * SECTION:gtkpagesetupunixdialog
+ * @Short_description: A page setup dialog
+ * @Title: GtkPageSetupUnixDialog
+ *
+ * #GtkPageSetupUnixDialog implements a page setup dialog for platforms
+ * which don't provide a native page setup dialog, like Unix. It can
+ * be used very much like any other GTK+ dialog, at the cost of
+ * the portability offered by the <link
+ * linkend="gtk-High-level-Printing-API">high-level printing API</link>
+ *
+ * Printing support was added in GTK+ 2.10.
+ */
+
+
 struct GtkPageSetupUnixDialogPrivate
 {
   GtkListStore *printer_list;