33#define WM_MSG_LEVEL_NONE 0
34#define WM_MSG_LEVEL_ERROR 1
35#define WM_MSG_LEVEL_TWO 2
36#define WM_MSG_LEVEL_THREE 3
37#define WM_MSG_LEVEL_FOUR 4
38#define WM_MSG_LEVEL_INFO 5
39#define WM_MSG_LEVEL_SIX 6
40#define WM_MSG_LEVEL_VERB 7
41#define WM_MSG_LEVEL_EIGHT 8
42#define WM_MSG_LEVEL_DEBUG 9
44#define WM_MSG_LEVEL_ALL 0xf
50#define WM_MSG_CLASS_PLATFORM 0x010
51#define WM_MSG_CLASS_SCSI 0x020
52#define WM_MSG_CLASS_CDROM 0x040
53#define WM_MSG_CLASS_DB 0x080
54#define WM_MSG_CLASS_MISC 0x100
56#define WM_MSG_CLASS_ALL 0xff0
62#define CHECKPOINT(t) fprintf(stderr, "%s (%d): %s\n", __FILE__, __LINE__, t );
71# define SIGEMT SIGUNUSED
75void freeup(
char **x );
76void wm_strmcat(
char **t,
const char *s);
77void wm_strmcpy(
char **t,
const char *s );
78char * wm_strdup(
char *s );
80int wm_libver_major(
void );
81int wm_libver_minor(
void );
82int wm_libver_pl(
void );
83char * wm_libver_name(
void );
84char * wm_libver_number(
void );
85char * wm_libver_string(
void );
86char * wm_libver_date(
void );
87void wm_lib_set_verbosity(
int level );
88int wm_lib_get_verbosity(
void );
90void wm_lib_message(
unsigned int level,
const char *format, ... )
92 __attribute__ ((format(printf,2,3)))
95int wm_susleep(
int usec );
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 17:00:58 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.