package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wrappers.Uri_launcher

type t = [ `uri_launcher | `object_ ] Gobject.obj
val new_ : string option -> t

Create a new UriLauncher

val set_uri : t -> string option -> unit

Sets the uri that will be opened.

val launch_finish : t -> Ocgtk_gio.Gio.Wrappers.Async_result.t -> (bool, GError.t) result

Finishes the method@Gtk.UriLauncher.launch call and returns the result.

val get_uri : t -> string option

Gets the uri that will be opened.