summaryrefslogtreecommitdiff
path: root/gtk/gtkunixprint-2.20.defs
blob: 761ee105cf3dadbf6495afb5000c5bce00b157af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; From gtkprinter.h

(define-method get_hard_margins
  (of-object "GtkPrinter")
  (c-name "gtk_printer_get_hard_margins")
  (return-type "gboolean")
  (parameters
    '("gdouble*" "top")
    '("gdouble*" "bottom")
    '("gdouble*" "left")
    '("gdouble*" "right")
  )
)