Corrected App.init() return value

This commit is contained in:
Yevgen Muntyan 2006-06-19 02:53:00 -05:00
parent e1becf39cb
commit c74e36c1ec

View File

@ -35,7 +35,7 @@
(define-method init
(of-object "MooApp")
(c-name "moo_app_init")
(return-type "none")
(return-type "gboolean")
)
(define-method run