summaryrefslogtreecommitdiff
path: root/XcbNotes.mdwn
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2008-10-29 16:50:08 -0700
committerXCB site <xcb@freedesktop.org>2008-10-29 16:50:33 -0700
commitea8348a4bc39e4e27d8148f0c7953abc16cffa24 (patch)
tree3b8f1b5d91a440cfd21c31289494f722ae3bc34b /XcbNotes.mdwn
parent813be3b0f1a117b9d7a27f825e6e8965dfa027e8 (diff)
Looks like ikiwiki failed to commit these files?
Diffstat (limited to 'XcbNotes.mdwn')
-rw-r--r--XcbNotes.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/XcbNotes.mdwn b/XcbNotes.mdwn
index be37179..9532ff5 100644
--- a/XcbNotes.mdwn
+++ b/XcbNotes.mdwn
@@ -33,7 +33,7 @@ The plan 7 error handling follows the these rules.
There are some details in the API stub document, but hopefully this clarifies the intent.
-# About XCB Names
+### About XCB Names
The guiding principle of XCB naming is that one should be able to *infer* the name of the routine they want to call without reference to any documentation other than the protocol spec. This occasionally generates some long and awful-looking names, but we've found that it also helps us to read and write code without so much reference to magic documentation, and with a clear understanding of what's going on "under the hood". This is also why we choose to use the <stdint.h> typenames for integral types; we want the correspondence between C values and protocol values to be clear.