KWin
Loading...
Searching...
No Matches
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
13extern "C" {
14#endif
15
21
25int wl_socket_get_fd(struct wl_socket *);
26
31
35void wl_socket_destroy(struct wl_socket *socket);
36
37#ifdef __cplusplus
38}
39#endif
struct wl_socket * wl_socket_create()
Definition wl-socket.c:123
void wl_socket_destroy(struct wl_socket *socket)
Definition wl-socket.c:99
int wl_socket_get_fd(struct wl_socket *)
Definition wl-socket.c:118
char * wl_socket_get_display_name(struct wl_socket *)
Definition wl-socket.c:113