Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill_src/fill.defs
diff options
context:
space:
mode:
authorManusheel <manusheel@localhost.localdomain>2007-07-24 15:10:45 (GMT)
committer Manusheel <manusheel@localhost.localdomain>2007-07-24 15:10:45 (GMT)
commit90bf7269de06b9b1398de7eb387d52cffda72694 (patch)
tree77ea1758d6ca176d3c4c97275efdb9a4539c2e59 /fill_src/fill.defs
parent9c0b7121410f4d013d2cc67e5b7490c593abdb74 (diff)
Bugs fixed, new functions added, existing functions changed
Diffstat (limited to 'fill_src/fill.defs')
-rw-r--r--fill_src/fill.defs22
1 files changed, 22 insertions, 0 deletions
diff --git a/fill_src/fill.defs b/fill_src/fill.defs
new file mode 100644
index 0000000..d2ebadf
--- /dev/null
+++ b/fill_src/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")
+ )
+)
+
+