summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2013-12-09 22:35:21 +0100
committerKristian Høgsberg <krh@bitplanet.net>2013-12-09 15:43:04 -0800
commitc30208f0b7ae964ad14546936d8320b61a506653 (patch)
treea4ce5e9e51c7dfe7578748043894a0a8b811db76
parent1521c62a31664d7372f5a987bd7f34574bd0c7d6 (diff)
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>
-rw-r--r--src/wayland-server.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 80e76e1..1459e09 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -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)
{