gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

[HELP] Clipboard: missing connect_owner_change function? #850

Open Dynasty-CS opened 10 months ago

Dynasty-CS commented 10 months ago

Hello, excuse me! I would like to ask why the connect_owner_change function is not supported?

//#[doc(alias = "owner-change")]
//pub fn connect_owner_change<Unsupported or ignored types>(&self, f: F) -> SignalHandlerId {
//    Ignored event: Gdk.EventOwnerChange
//}