Method: Gtk.show_uri
- Defined in:
- lib/gtk3/show-uri.rb
.show_uri(uri_or_options) ⇒ Object
20 21 22 23 24 25 26 27 28 29 30 31 32 |
# File 'lib/gtk3/show-uri.rb', line 20 def show_uri() if .is_a?(String) = {:uri => } else = end screen = [:screen] uri = [:uri] = [:timestamp] || Gdk::CURRENT_TIME show_uri_raw(screen, uri, ) end |