libxcb/tools
TORRI Vincent 905379e447 now, I know how to use api_conv.pl :) 2006-09-24 08:51:20 +02:00
..
README now, I know how to use api_conv.pl :) 2006-09-24 08:51:20 +02:00
api_conv.pl Special cases to agree with the conventions Josh and I have hashed out. 2006-09-23 02:24:39 -07:00
constants Apply const-names.xsl to the un-renamed XML; replace the XSL with the result. 2006-09-23 13:52:02 -07:00

api_conv.pl:
------------

 Description: used to convert old XCB names in camel case to lower
              case names.

 Usage:

  * for several files:

perl -i xcb/tools/api_conv.pl xcb/tools/constants <file1> <file2> ...

  * for a directory:

find dir -name '*.[ch]' -exec perl -i xcb/tools/api_conv.pl xcb/tools/constants {} +