mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-07 13:29:55 -05:00
Add wl_client_get_credentials() to get unix credentials for client
This commit is contained in:
parent
5536031bfb
commit
8503cd6859
2 changed files with 24 additions and 0 deletions
|
|
@ -99,6 +99,8 @@ void wl_display_remove_global(struct wl_display *display,
|
|||
struct wl_client *wl_client_create(struct wl_display *display, int fd);
|
||||
void wl_client_destroy(struct wl_client *client);
|
||||
void wl_client_flush(struct wl_client *client);
|
||||
void wl_client_get_credentials(struct wl_client *client,
|
||||
pid_t *pid, uid_t *uid, gid_t *gid);
|
||||
|
||||
struct wl_resource *
|
||||
wl_client_add_object(struct wl_client *client,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue