mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-01 07:16:07 -04:00
doc: Added API documentation for wl_display_create function.
Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
This commit is contained in:
parent
0f23b73a06
commit
cde83a24b3
1 changed files with 9 additions and 0 deletions
|
|
@ -789,6 +789,15 @@ bind_display(struct wl_client *client,
|
||||||
destroy_client_display_resource);
|
destroy_client_display_resource);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Create Wayland display object.
|
||||||
|
*
|
||||||
|
* \param None
|
||||||
|
* \return The Wayland display object. Null if failed to create
|
||||||
|
*
|
||||||
|
* This creates the wl_display object.
|
||||||
|
*
|
||||||
|
* \memberof wl_display
|
||||||
|
*/
|
||||||
WL_EXPORT struct wl_display *
|
WL_EXPORT struct wl_display *
|
||||||
wl_display_create(void)
|
wl_display_create(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue