Clipboard.addOnOwnerChange

The ::owner-change signal is emitted when GTK+ receives an event that indicates that the ownership of the selection associated with clipboard has changed.

  1. gulong addOnOwnerChange(void delegate(GdkEventOwnerChange*, Clipboard) dlg, ConnectFlags connectFlags)
    class Clipboard
    gulong
    addOnOwnerChange
    (,
    ConnectFlags connectFlags = cast(ConnectFlags)0
    )
  2. gulong addOnOwnerChange(void delegate(Event, Clipboard) dlg, ConnectFlags connectFlags)

Meta