Implement save_uri. Add boolean return arguments.

This commit is contained in:
Marco Pesenti Gritti
2007-03-13 14:07:03 +01:00
parent 070c77c67f
commit c9bdd4418c
4 changed files with 49 additions and 6 deletions
+2 -2
View File
@@ -101,7 +101,7 @@
(define-method save_uri
(of-object "SugarBrowser")
(c-name "sugar_browser_save_uri")
(return-type "none")
(return-type "gboolean")
(parameters
'("const-char*" "uri")
'("const-char*" "filename")
@@ -111,7 +111,7 @@
(define-method save_document
(of-object "SugarBrowser")
(c-name "sugar_browser_save_document")
(return-type "none")
(return-type "gboolean")
(parameters
'("const-char*" "filename")
)