summaryrefslogtreecommitdiff
path: root/gtk/gtkpagesetupunixdialog.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-05-13 01:25:02 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-13 01:26:10 +0200
commit45434cc6994ced9f861981f22103e2e2db0abf01 (patch)
tree7bd5035375c78b7615d943678814e66733470439 /gtk/gtkpagesetupunixdialog.c
parente59f1a64c1fc0c73d16aec81bdcb04c4583277d9 (diff)
downloadgtk+-45434cc6994ced9f861981f22103e2e2db0abf01.tar.gz
Move documentation to inline comments: GtkPageSetupUnixDialog
Diffstat (limited to 'gtk/gtkpagesetupunixdialog.c')
-rw-r--r--gtk/gtkpagesetupunixdialog.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/gtk/gtkpagesetupunixdialog.c b/gtk/gtkpagesetupunixdialog.c
index c5f63bf708..19a19a77e1 100644
--- a/gtk/gtkpagesetupunixdialog.c
+++ b/gtk/gtkpagesetupunixdialog.c
@@ -57,6 +57,21 @@
#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;