tizen 2.4 release
[framework/uifw/xorg/xcb/xcb-util.git] / src / xcb_atom.h
1 #ifndef __XCB_ATOM_H__
2 #define __XCB_ATOM_H__
3
4 #include <xcb/xcb.h>
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 char *xcb_atom_name_by_screen(const char *base, uint8_t screen);
11 char *xcb_atom_name_by_resource(const char *base, uint32_t resource);
12 char *xcb_atom_name_unique(const char *base, uint32_t id);
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif /* __XCB_ATOM_H__ */