[FEATURE REQUEST] gio::Application
signal handlers should return glib::ExitCode
instead of i32
#1691
Labels
enhancement
New feature or request
The return value for
gio::Application
signal handler like the closures attached usingconnect_command_line
orconnect_handle_local_options
describe anglib::ExitCode
but actually return ani32
. I find myself writingglib::ExitCode::SUCCESS.value()
in these signal handlers, which doesn't seem to be ideal...The text was updated successfully, but these errors were encountered: