Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill/fill.defs
diff options
context:
space:
mode:
Diffstat (limited to 'fill/fill.defs')
-rw-r--r--fill/fill.defs22
1 files changed, 22 insertions, 0 deletions
diff --git a/fill/fill.defs b/fill/fill.defs
new file mode 100644
index 0000000..d2ebadf
--- /dev/null
+++ b/fill/fill.defs
@@ -0,0 +1,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")
+ )
+)
+
+