mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
doc: Remove incorrect docmentation
The documentation was about wl_client_get_object(), not about wl_resource_get_client(). Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
1521c62a31
commit
c30208f0b7
1 changed files with 0 additions and 11 deletions
|
|
@ -592,17 +592,6 @@ wl_resource_find_for_client(struct wl_list *list, struct wl_client *client)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/** Look up an object in the client name space
|
||||
*
|
||||
* \param client The client object
|
||||
* \param id The object id
|
||||
* \return The object or NULL if there is not object for the given ID
|
||||
*
|
||||
* This looks up an object in the client object name space by its
|
||||
* object ID.
|
||||
*
|
||||
* \memberof wl_client
|
||||
*/
|
||||
WL_EXPORT struct wl_client *
|
||||
wl_resource_get_client(struct wl_resource *resource)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue