mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-06 07:15:47 -04:00
doc: Remove deprecated functions from documentation
Reviewed-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
594ec7e689
commit
074e120cb3
1 changed files with 3 additions and 1 deletions
|
|
@ -1330,7 +1330,7 @@ wl_log_set_handler_server(wl_log_func_t handler)
|
||||||
wl_log_handler = handler;
|
wl_log_handler = handler;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Deprecated functions below. */
|
/** \cond */ /* Deprecated functions below. */
|
||||||
|
|
||||||
uint32_t
|
uint32_t
|
||||||
wl_client_add_resource(struct wl_client *client,
|
wl_client_add_resource(struct wl_client *client,
|
||||||
|
|
@ -1427,6 +1427,8 @@ wl_display_remove_global(struct wl_display *display, struct wl_global *global)
|
||||||
wl_global_destroy(global);
|
wl_global_destroy(global);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** \endcond */
|
||||||
|
|
||||||
/** Add support for a wl_shm pixel format
|
/** Add support for a wl_shm pixel format
|
||||||
*
|
*
|
||||||
* \param display The display object
|
* \param display The display object
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue