mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
doc: Add some doxygen documentation to wayland-client entry points
Add some brief documentation for the public libwayland-client entry points. This is by no means complete, some functions are still undocumented and some might need extra information. Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
parent
e78abc4892
commit
2320757e8e
3 changed files with 180 additions and 2 deletions
|
|
@ -30,8 +30,17 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/** \class wl_proxy
|
||||
*
|
||||
*/
|
||||
struct wl_proxy;
|
||||
|
||||
/** \class wl_display
|
||||
*/
|
||||
struct wl_display;
|
||||
|
||||
/** \class wl_event_queue
|
||||
*/
|
||||
struct wl_event_queue;
|
||||
|
||||
void wl_event_queue_destroy(struct wl_event_queue *queue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue