Protocol (scanner) proposals

Auke Booij auke at tulcod.com
Mon Aug 4 03:32:16 PDT 2014


As discussed in IRC, nevermind this. I misread the header files.

On 4 August 2014 01:12, Auke Booij <auke at tulcod.com> wrote:
> On 30 July 2014 20:27, Pekka Paalanen <ppaalanen at gmail.com> wrote:
>> Actually no. Binding writers are expected to write their own code
>> generator for their language, like wayland-scanner is for C. You
>> are expected to not use the static inline generated C functions.
>>
>> All the static inline functions are not part of the... how was it
>> defined, ABI? Inline functions obviously get compiled into the app,
>> not exported by the library.
>
> what about the wl_interface structs? they are exposed by the
> wayland-*-protocol.h files, so presumably off-limits, but opaque
> structs otherwise (the definition in wayland-util.h is deprecated), so
> I can't create my own wl_interface structs.
>
> hence, what am I supposed to pass to wl_proxy_marshal_constructor ?


More information about the wayland-devel mailing list