On Wed Jun 21 09:06:30 2023 +0000, Bernhard Kölbl wrote:
I'd prefer it if you return the IIface pointer here instead of the struct, as these create functions are like class constructors to me. If you need the struct later on just use impl_from_I... Also this makes the "Created iface ..." trace clearer imo.
Oh and make sure to set ref to 1 here.