Implemented saving web history to the journal. Ifdefed by now while we wait for a patch to be applied to mozilla upstream.

This commit is contained in:
Tomeu Vizoso
2007-05-04 19:32:25 +02:00
parent 2ad2b11d6c
commit bbb96e9c89
10 changed files with 875 additions and 28 deletions
+15
View File
@@ -113,6 +113,21 @@
(return-type "SugarBrowser*")
)
(define-method get_session
(of-object "SugarBrowser")
(c-name "sugar_browser_get_session")
(return-type "char*")
)
(define-method set_session
(of-object "SugarBrowser")
(c-name "sugar_browser_set_session")
(return-type "none")
(parameters
'("const-char*" "session")
)
)
;; From sugar-key-grabber.h
(define-function sugar_key_grabber_get_type