wlmaker
Loading...
Searching...
No Matches
src
util
wlr_log.h
Go to the documentation of this file.
1
/* ========================================================================= */
20
#ifndef __WLMAKER_UTIL_WLR_LOG_H__
21
#define __WLMAKER_UTIL_WLR_LOG_H__
22
23
#include <stdbool.h>
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
// __cplusplus
28
29
enum
wlr_log_importance;
// IWYU pragma: keep
30
36
bool
wlm_util_wlr_log_init
(
enum
wlr_log_importance verbosity);
37
38
#ifdef __cplusplus
39
}
// extern "C"
40
#endif
// __cplusplus
41
42
#endif
// __WLMAKER_UTIL_WLR_LOG_H__
43
/* == End of wlr_log.h ===================================================== */
wlm_util_wlr_log_init
bool wlm_util_wlr_log_init(enum wlr_log_importance verbosity)
Definition
wlr_log.c:50
Generated by
1.9.8