Desktop.Menu.Adapter.DBus (Desktop v1.3.2) View Source

DBus Menu adapter that creates and handles menus and tray icons created over DBus.

Link to this section Summary

Link to this section Types

Specs

t() :: %Desktop.Menu.Adapter.DBus{
  icon: ExSni.Icon.t() | nil,
  menu_pid: pid() | nil,
  menubar: ExSni.Menu.t() | nil,
  sni: pid() | nil
}

Link to this section Functions