summaryrefslogtreecommitdiff
path: root/gtk/gtkprinter.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-06-19 22:18:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-19 22:18:38 +0000
commit7969d88c426d990127fd9c9523000c8c20b5d538 (patch)
tree22e6e8884bea11a5a1d9ea7cfc79688d2388a29d /gtk/gtkprinter.h
parentcb7144f250a01ef083adf4ce72b01bdfa64d1a5e (diff)
downloadgtk+-7969d88c426d990127fd9c9523000c8c20b5d538.tar.gz
Forgotten files
Diffstat (limited to 'gtk/gtkprinter.h')
-rw-r--r--gtk/gtkprinter.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/gtkprinter.h b/gtk/gtkprinter.h
index c612107255..7454f0e424 100644
--- a/gtk/gtkprinter.h
+++ b/gtk/gtkprinter.h
@@ -83,6 +83,14 @@ gboolean gtk_printer_accepts_ps (GtkPrinter *printer
gint gtk_printer_compare (GtkPrinter *a,
GtkPrinter *b);
+typedef gboolean (*GtkPrinterFunc) (GtkPrinter *printer,
+ gpointer data);
+
+void gtk_enumerate_printers (GtkPrinterFunc func,
+ gpointer data,
+ GDestroyNotify destroy,
+ gboolean wait);
+
G_END_DECLS
#endif /* __GTK_PRINTER_H__ */