package mpris

  1. Overview
  2. Docs
val quit : OBus_proxy.t -> unit Lwt.t
val raise : OBus_proxy.t -> unit Lwt.t
val can_quit : OBus_proxy.t -> (bool, [ `readable ]) OBus_property.t
val fullscreen : OBus_proxy.t -> (bool, [ `readable | `writable ]) OBus_property.t
val can_set_fullscreen : OBus_proxy.t -> (bool, [ `readable ]) OBus_property.t
val can_raise : OBus_proxy.t -> (bool, [ `readable ]) OBus_property.t
val has_track_list : OBus_proxy.t -> (bool, [ `readable ]) OBus_property.t
val identity : OBus_proxy.t -> (string, [ `readable ]) OBus_property.t
val desktop_entry : OBus_proxy.t -> (string, [ `readable ]) OBus_property.t
val supported_uri_schemes : OBus_proxy.t -> (string list, [ `readable ]) OBus_property.t
val supported_mime_types : OBus_proxy.t -> (string list, [ `readable ]) OBus_property.t