9 May
2023
9 May
'23
3:57 p.m.
Zebediah Figura (@zfigura) commented about include/xamlom.idl:
+{ + HRESULT OnElementStateChanged( + [in] InstanceHandle element, + [in] VisualElementState elementState, + [in] LPCWSTR context); +} + +[ + object, + uuid(a593b11a-d17f-48bb-8f66-83910731c8a5), + pointer_default(unique) +] +interface IVisualTreeService : IUnknown +{ + HRESULT AdviseVisualTreeChange( + [in] IVisualTreeServiceCallback *pCallback); I don't think we need a line break here. I also don't think we want to be using this Hungarian notation or camel case for parameter names.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2773#note_32300