KWin
Loading...
Searching...
No Matches
src
helpers
wayland_wrapper
wl-socket.h
Go to the documentation of this file.
1
/*
2
KWin - the KDE window manager
3
This file is part of the KDE project.
4
5
SPDX-FileCopyrightText: 2020 <davidedmundson@kde.org>
6
7
SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
10
#pragma once
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
20
struct
wl_socket
*
wl_socket_create
();
21
25
int
wl_socket_get_fd
(
struct
wl_socket
*);
26
30
char
*
wl_socket_get_display_name
(
struct
wl_socket
*);
31
35
void
wl_socket_destroy
(
struct
wl_socket
*socket);
36
37
#ifdef __cplusplus
38
}
39
#endif
wl_socket
Definition
wl-socket.c:35
wl_socket_create
struct wl_socket * wl_socket_create()
Definition
wl-socket.c:123
wl_socket_destroy
void wl_socket_destroy(struct wl_socket *socket)
Definition
wl-socket.c:99
wl_socket_get_fd
int wl_socket_get_fd(struct wl_socket *)
Definition
wl-socket.c:118
wl_socket_get_display_name
char * wl_socket_get_display_name(struct wl_socket *)
Definition
wl-socket.c:113
Generated on Sat Feb 17 2024 01:42:09 for KWin by
1.10.0