Enlightenment
Beauty at your fingertips
Docs
Tracker
Contact
Contribute
Support
Download
About
News
Home
e_dbus Documentation
at Fri Nov 01 2013
EUkit
EOfono
ENotify
EHal
EConnman
EBluez
EDbus
Main Page
lib
hal
e_hal_private.h
Go to the documentation of this file.
1
#ifndef E_HAL_PRIVATE_H
2
#define E_HAL_PRIVATE_H
3
4
#ifndef E_DBUS_COLOR_DEFAULT
5
#define E_DBUS_COLOR_DEFAULT EINA_COLOR_CYAN
6
#endif
7
extern
int
_e_dbus_hal_log_dom
;
8
#ifdef ERR
9
#undef ERR
10
#endif
11
#ifdef INF
12
#undef INF
13
#endif
14
#ifdef WARN
15
#undef WARN
16
#endif
17
#ifdef DBG
18
#undef DBG
19
#endif
20
21
#define DBG(...) EINA_LOG_DOM_DBG(_e_dbus_hal_log_dom, __VA_ARGS__)
22
#define INFO(...) EINA_LOG_DOM_INFO(_e_dbus_hal_log_dom, __VA_ARGS__)
23
#define WARN(...) EINA_LOG_DOM_WARN(_e_dbus_hal_log_dom, __VA_ARGS__)
24
#define ERR(...) EINA_LOG_DOM_ERR(_e_dbus_hal_log_dom, __VA_ARGS__)
25
26
#endif
_e_dbus_hal_log_dom
int _e_dbus_hal_log_dom
Definition:
e_hal_main.c:4