[gtkmm] Printer: Added accepts_pdf() and accepts_ps().



commit e80ddec41c163628aea6add64140837ec449bd01
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Mar 26 19:34:45 2012 +0200

    Printer: Added accepts_pdf() and accepts_ps().
    
    * gtk/src/printer.hg:

 ChangeLog          |    6 ++++++
 gtk/src/printer.hg |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 238a941..e2e68f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-03-26  Murray Cumming  <murrayc murrayc com>
 
+	Printer: Added accepts_pdf() and accepts_ps().
+
+	* gtk/src/printer.hg:
+
+2012-03-26  Murray Cumming  <murrayc murrayc com>
+
 	Settings: Wrap several new properties.
 
 	* gtk/src/settings.hg: Some of these are new in GTK+ 3.4, but some 
diff --git a/gtk/src/printer.hg b/gtk/src/printer.hg
index 44d7cb1..ab6dc61 100644
--- a/gtk/src/printer.hg
+++ b/gtk/src/printer.hg
@@ -69,6 +69,9 @@ public:
   _WRAP_METHOD(bool is_accepting_jobs() const, gtk_printer_is_accepting_jobs)
   _WRAP_METHOD(bool is_virtual() const, gtk_printer_is_virtual)
   _WRAP_METHOD(bool is_default() const, gtk_printer_is_default)
+  _WRAP_METHOD(bool is_virtual() const, gtk_printer_is_virtual)
+  _WRAP_METHOD(bool accepts_pdf() const, gtk_printer_accepts_pdf)
+  _WRAP_METHOD(bool gtk_printer_accepts_ps() const, gtk_printer_accepts_ps)
   _WRAP_METHOD(bool accepts_pdf() const, gtk_printer_accepts_pdf)
   _WRAP_METHOD(bool accepts_ps() const, gtk_printer_accepts_ps)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]