Home
last modified time | relevance | path

Searched refs:CDBUS_ERROR_PREFIX (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/compton/compton-b7f43ee/src/
H A Ddbus.h19 #define CDBUS_ERROR_PREFIX CDBUS_INTERFACE_NAME ".error" macro
20 #define CDBUS_ERROR_UNKNOWN CDBUS_ERROR_PREFIX ".unknown"
22 #define CDBUS_ERROR_BADMSG CDBUS_ERROR_PREFIX ".bad_message"
25 #define CDBUS_ERROR_BADARG CDBUS_ERROR_PREFIX ".bad_argument"
27 #define CDBUS_ERROR_BADWIN CDBUS_ERROR_PREFIX ".bad_window"
29 #define CDBUS_ERROR_BADTGT CDBUS_ERROR_PREFIX ".bad_target"
31 #define CDBUS_ERROR_FORBIDDEN CDBUS_ERROR_PREFIX ".forbidden"
33 #define CDBUS_ERROR_CUSTOM CDBUS_ERROR_PREFIX ".custom"
/dports/x11-wm/picom/picom-8.2/src/
H A Ddbus.c53 #define CDBUS_ERROR_PREFIX CDBUS_INTERFACE_NAME ".error" macro
54 #define CDBUS_ERROR_UNKNOWN CDBUS_ERROR_PREFIX ".unknown"
56 #define CDBUS_ERROR_BADMSG CDBUS_ERROR_PREFIX ".bad_message"
60 #define CDBUS_ERROR_BADARG CDBUS_ERROR_PREFIX ".bad_argument"
62 #define CDBUS_ERROR_BADWIN CDBUS_ERROR_PREFIX ".bad_window"
64 #define CDBUS_ERROR_BADTGT CDBUS_ERROR_PREFIX ".bad_target"
66 #define CDBUS_ERROR_FORBIDDEN CDBUS_ERROR_PREFIX ".forbidden"
68 #define CDBUS_ERROR_CUSTOM CDBUS_ERROR_PREFIX ".custom"