Tizen 2.1 base
[framework/uifw/xorg/xcb/xcb-util.git] / src / xcb_atom.h.m4
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 xcb_atom_t xcb_atom_get_predefined(uint16_t name_len, const char *name);
11 const char *xcb_atom_get_name_predefined(xcb_atom_t atom);
12
13 char *xcb_atom_name_by_screen(const char *base, uint8_t screen);
14 char *xcb_atom_name_by_resource(const char *base, uint32_t resource);
15 char *xcb_atom_name_unique(const char *base, uint32_t id);
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21 #endif /* __XCB_ATOM_H__ */