Class: GirFFIGtk::MainLoopOverride::DummyLoop

Inherits:
Object
  • Object
show all
Defined in:
lib/gir_ffi-gtk/base.rb

Overview

Class to represent a loop-like interface to the main loop exception handing interface in GLib::MainLoop.

Instance Method Summary collapse

Instance Method Details

#quitObject



30
31
32
# File 'lib/gir_ffi-gtk/base.rb', line 30

def quit
  Gtk.main_quit
end