Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/hulahop.defs
blob: cee5e28d0baff0475c202e4d2abbfa78427e4054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(define-object Browser
  (in-module "Hulahop")
  (parent "GtkBin")
  (c-name "HulahopBrowser")
  (gtype-id "HULAHOP_TYPE_BROWSER")
)

(define-method get_browser
  (of-object "HulahopBrowser")
  (c-name "hulahop_browser_get_browser")
  (return-type "none")
)

(define-function startup
  (c-name "hulahop_startup")
  (return-type "gboolean")
)

(define-function shutdown
  (c-name "hulahop_shutdown")
  (return-type "none")
)