File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed
Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -717,6 +717,18 @@ concurrency = "send+sync"
717717 name = " new_for_bus_sync"
718718 # cancellable param is not converted to ffi correctly
719719 manual = true
720+ [[object .property ]]
721+ name = " get-proxy-type-destroy-notify"
722+ # C API
723+ ignore = true
724+ [[object .property ]]
725+ name = " get-proxy-type-func"
726+ # C API
727+ ignore = true
728+ [[object .property ]]
729+ name = " get-proxy-type-user-data"
730+ # C API
731+ ignore = true
720732
721733[[object ]]
722734name = " Gio.DBusProxy"
Original file line number Diff line number Diff line change @@ -79,21 +79,6 @@ pub trait DBusObjectManagerClientExt: IsA<DBusObjectManagerClient> + 'static {
7979 }
8080 }
8181
82- //#[doc(alias = "get-proxy-type-destroy-notify")]
83- //fn get_proxy_type_destroy_notify(&self) -> /*Unimplemented*/Basic: Pointer {
84- // ObjectExt::property(self.as_ref(), "get-proxy-type-destroy-notify")
85- //}
86-
87- //#[doc(alias = "get-proxy-type-func")]
88- //fn get_proxy_type_func(&self) -> /*Unimplemented*/Basic: Pointer {
89- // ObjectExt::property(self.as_ref(), "get-proxy-type-func")
90- //}
91-
92- //#[doc(alias = "get-proxy-type-user-data")]
93- //fn get_proxy_type_user_data(&self) -> /*Unimplemented*/Basic: Pointer {
94- // ObjectExt::property(self.as_ref(), "get-proxy-type-user-data")
95- //}
96-
9782 //#[doc(alias = "interface-proxy-properties-changed")]
9883 //fn connect_interface_proxy_properties_changed<Unsupported or ignored types>(&self, f: F) -> SignalHandlerId {
9984 // Empty ctype invalidated_properties: *.CArray TypeId { ns_id: 0, id: 28 }
You can’t perform that action at this time.
0 commit comments