Skip to content

Commit 627529d

Browse files
committed
Ignore C APIs
1 parent 6d94ae7 commit 627529d

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

gio/Gir.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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]]
722734
name = "Gio.DBusProxy"

gio/src/auto/dbus_object_manager_client.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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 }

0 commit comments

Comments
 (0)