gtk-rs-core
gtk-rs-core copied to clipboard
[FEATURE REQUEST] Feature parity between interfaces and objects
Further enhancements to the interface support were determined in #1384 to achieve feature parity between interfaces and objects.
- An equivalent to
glib::subclass::basic::ClassStruct
for InterfaceStruct - An addition to
ObjectInterfaceType
to define aGlibType
and GlibInterfaceType` -
ObjectInterface
maybe also needs a link to the outerType
likeObjectSubclass