include/wayland-server.hpp(3) | Wayland++ | include/wayland-server.hpp(3) |
include/wayland-server.hpp
#include <atomic>
#include <functional>
#include <list>
#include <memory>
#include <string>
#include <cstdint>
#include <wayland-server-core.h>
#include <wayland-util.hpp>
class wayland::server::global_base_t
class wayland::server::global_t< resource >
using wayland::server::log_handler = std::function<
void(std::string)>
Type for functions that handle log messages.
void wayland::server::set_log_handler (const
log_handler &handler)
Set C library log handler.
Type for functions that handle log messages. Log message is the first argument
Definition at line 58 of file wayland-server.hpp.
Set C library log handler. The C library sometimes logs important information such as protocol error messages, by default to the standard output. This can be used to set an alternate function that will receive those messages.
Parameters
Generated automatically by Doxygen for Wayland++ from the source code.
Mon Apr 22 2024 09:52:15 | Version 1.0.0 |