logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wl_object - A protocol object.

Author

       Generated automatically by Doxygen for Wayland from the source code.

Version 1.23.1                              Thu May 22 2025 08:23:52                                wl_object(3)

Detailed Description

       A protocol object.

       A wl_objectisanopaquestructidentifyingtheprotocolobjectunderlyingawl_proxyorwl_resource.Note
           Functions accessing a wl_objectarenotnormallyusedbyclientcode.Clientsshouldnormallyusethehigherlevelinterfacegeneratedbythescannertointeractwithcompositorobjects.

Field Documentation

uint32_twl_object::idconstvoid*wl_object::implementationconststructwl_interface*wl_object::interface

Name

       wl_object - A protocol object.

Synopsis

       #include <wayland-server.h>

   DataFields
       const struct wl_interface * interface
       const void * implementation
       uint32_t id

See Also