package ocgtk

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

Class Notification.notification

method add_button : string -> string -> unit
method add_button_with_target_value : string -> string -> Gvariant.t option -> unit
method set_body : string option -> unit
method set_category : string option -> unit
method set_default_action : string -> unit
method set_default_action_and_target_value : string -> Gvariant.t option -> unit
method set_icon : Ocgtk_gio__.GIcon.icon_t -> unit
method set_priority : Ocgtk_gio__.Gio_enums.notificationpriority -> unit
method set_title : string -> unit
method set_urgent : bool -> unit
method as_notification : Ocgtk_gio__.Notification.t