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"
717
717
name = " new_for_bus_sync"
718
718
# cancellable param is not converted to ffi correctly
719
719
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
720
732
721
733
[[object ]]
722
734
name = " Gio.DBusProxy"
Original file line number Diff line number Diff line change @@ -79,21 +79,6 @@ pub trait DBusObjectManagerClientExt: IsA<DBusObjectManagerClient> + 'static {
79
79
}
80
80
}
81
81
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
-
97
82
//#[doc(alias = "interface-proxy-properties-changed")]
98
83
//fn connect_interface_proxy_properties_changed<Unsupported or ignored types>(&self, f: F) -> SignalHandlerId {
99
84
// Empty ctype invalidated_properties: *.CArray TypeId { ns_id: 0, id: 28 }
You can’t perform that action at this time.
0 commit comments