xcb_atom.h   xcb_atom.h 
#ifndef __XCB_ATOM_H__ #ifndef __XCB_ATOM_H__
#define __XCB_ATOM_H__ #define __XCB_ATOM_H__
#include <xcb/xcb.h> #include <xcb/xcb.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
xcb_atom_t xcb_atom_get_predefined(uint16_t name_len, const char *name);
const char *xcb_atom_get_name_predefined(xcb_atom_t atom);
char *xcb_atom_name_by_screen(const char *base, uint8_t screen); char *xcb_atom_name_by_screen(const char *base, uint8_t screen);
char *xcb_atom_name_by_resource(const char *base, uint32_t resource); char *xcb_atom_name_by_resource(const char *base, uint32_t resource);
char *xcb_atom_name_unique(const char *base, uint32_t id); char *xcb_atom_name_unique(const char *base, uint32_t id);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* __XCB_ATOM_H__ */ #endif /* __XCB_ATOM_H__ */
 End of changes. 1 change blocks. 
3 lines changed or deleted 0 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/