Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill/fill.defs
blob: d2ebadf13e54d1060375d707a5d42e433d90dfab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;; -*- scheme -*-
; object definitions ...
;; Enumerations and flags ...


;; From eggfill.h

(define-function fill
  (c-name "fill")
  (return-type "none")
  (parameters
    '("GdkDrawable*" "drawable")
    '("GdkGC*" "gc")
    '("int" "x")
    '("int" "y")
    '("int" "width")
    '("int" "height")
    '("int" "color")
  )
)