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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user