Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bindings/gecko/gecko.defs
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/gecko/gecko.defs')
-rw-r--r--bindings/gecko/gecko.defs13
1 files changed, 13 insertions, 0 deletions
diff --git a/bindings/gecko/gecko.defs b/bindings/gecko/gecko.defs
new file mode 100644
index 0000000..2351e19
--- /dev/null
+++ b/bindings/gecko/gecko.defs
@@ -0,0 +1,13 @@
+;; -*- scheme -*-
+; object definitions ...
+;; Enumerations and flags ...
+
+
+;; From sugar-browser.h
+
+(define-function startup
+ (c-name "gecko_startup")
+ (return-type "none")
+)
+
+