gtk-play
Code
Branches
Tags
Commits
main
gtk-play
/
lib
/
presentation
/
commands
/
shutdown_command.rb
Top
1
class
ShutdownCommand
2
def
halt
(
*
message
)
3
Gtk
.
main_quit
4
end
5
end