(*args, **kwargs)
| 24 | #----------------------------------------------------------------------------- |
| 25 | |
| 26 | def _main_quit(*args, **kwargs): |
| 27 | Gtk.main_quit() |
| 28 | return False |
| 29 | |
| 30 | |
| 31 | def inputhook_gtk3(): |
nothing calls this directly
no outgoing calls
no test coverage detected