projects
/
platform
/
upstream
/
libxcb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e10819
)
Document xcb_generate_id.
author
Ian Osgood
<iano@quirkster.com>
Sat, 7 Oct 2006 21:09:29 +0000
(14:09 -0700)
committer
Ian Osgood
<iano@quirkster.com>
Sat, 7 Oct 2006 21:09:29 +0000
(14:09 -0700)
src/xcb.h
patch
|
blob
|
history
diff --git
a/src/xcb.h
b/src/xcb.h
index
eaab47f
..
751bf70
100644
(file)
--- a/
src/xcb.h
+++ b/
src/xcb.h
@@
-410,6
+410,14
@@
xcb_connection_t *xcb_connect_to_display_with_auth_info(const char *display, xcb
/* xcb_xid.c */
+/**
+ * @brief Allocates an XID for a new object.
+ * @param c: The connection.
+ * @return A newly allocated XID.
+ *
+ * Allocates an XID for a new object. Typically used just prior to
+ * various object creation functions, such as xcb_create_window.
+ */
uint32_t xcb_generate_id(xcb_connection_t *c);