14 lines
179 B
Scheme
14 lines
179 B
Scheme
;; -*- scheme -*-
|
|
; object definitions ...
|
|
;; Enumerations and flags ...
|
|
|
|
|
|
;; From sugar-browser.h
|
|
|
|
(define-function startup
|
|
(c-name "gecko_startup")
|
|
(return-type "none")
|
|
)
|
|
|
|
|