aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland-server-core.h
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2024-05-23 19:25:05 +0300
committerSimon Ser <contact@emersion.fr>2024-08-09 20:29:24 +0000
commit64248963d31395b373e095972f46f61fb95bf462 (patch)
treea2e5a00596575557690fcb2dcc6042a891ca6f08 /src/wayland-server-core.h
parentPut WL_DEPRECATED in front of the function declarations (diff)
downloadwayland-64248963d31395b373e095972f46f61fb95bf462.tar
wayland-64248963d31395b373e095972f46f61fb95bf462.tar.gz
wayland-64248963d31395b373e095972f46f61fb95bf462.tar.bz2
wayland-64248963d31395b373e095972f46f61fb95bf462.tar.lz
wayland-64248963d31395b373e095972f46f61fb95bf462.tar.xz
wayland-64248963d31395b373e095972f46f61fb95bf462.tar.zst
wayland-64248963d31395b373e095972f46f61fb95bf462.zip
server: add wl_resource_post_error() docs
Signed-off-by: Kirill Primak <vyivel@eclair.cafe>
Diffstat (limited to 'src/wayland-server-core.h')
-rw-r--r--src/wayland-server-core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h
index fb900a9..26c527e 100644
--- a/src/wayland-server-core.h
+++ b/src/wayland-server-core.h
@@ -550,7 +550,6 @@ void
wl_resource_queue_event_array(struct wl_resource *resource,
uint32_t opcode, union wl_argument *args);
-/* msg is a printf format string, variable args are its args. */
void
wl_resource_post_error(struct wl_resource *resource,
uint32_t code, const char *msg, ...) WL_PRINTF(3, 4);