Show
Ignore:
Timestamp:
02/18/07 03:50:55 (5 years ago)
Author:
Gregor
Message:

Almost every C binding regenerated.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bindings/bcd/libxml2/chvalid.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.chvalid; 
    3 import bcd.libxml2.xmlstring; 
    4 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.xmlstring; 
     5public import bcd.libxml2.xmlversion; 
    56alias _xmlChRangeGroup xmlChRangeGroup; 
    67alias _xmlChRangeGroup * xmlChRangeGroupPtr; 
     
    910alias _xmlChLRange xmlChLRange; 
    1011alias _xmlChLRange * xmlChLRangePtr; 
    11 extern (C) int xmlIsPubidChar(uint ch); 
    12 extern (C) int xmlIsIdeographic(uint ch); 
    13 extern (C) int xmlIsExtender(uint ch); 
    14 extern (C) int xmlIsDigit(uint ch); 
    15 extern (C) int xmlIsCombining(uint ch); 
    16 extern (C) int xmlIsChar(uint ch); 
    17 extern (C) int xmlIsBlank(uint ch); 
    18 extern (C) int xmlIsBaseChar(uint ch); 
    19 extern (C) int xmlCharInRange(uint val, _xmlChRangeGroup * group); 
     12extern (C) int xmlIsPubidChar(uint); 
     13extern (C) int xmlIsIdeographic(uint); 
     14extern (C) int xmlIsExtender(uint); 
     15extern (C) int xmlIsDigit(uint); 
     16extern (C) int xmlIsCombining(uint); 
     17extern (C) int xmlIsChar(uint); 
     18extern (C) int xmlIsBlank(uint); 
     19extern (C) int xmlIsBaseChar(uint); 
     20extern (C) int xmlCharInRange(uint, _xmlChRangeGroup *); 
    2021struct _xmlChRangeGroup { 
    2122int nbShortRange; 
     
    3233ushort high; 
    3334} 
    34 extern (C) char [256] xmlIsPubidChar_tab; 
    35 extern (C) _xmlChRangeGroup xmlIsIdeographicGroup; 
    36 extern (C) _xmlChRangeGroup xmlIsExtenderGroup; 
    37 extern (C) _xmlChRangeGroup xmlIsDigitGroup; 
    38 extern (C) _xmlChRangeGroup xmlIsCombiningGroup; 
    39 extern (C) _xmlChRangeGroup xmlIsCharGroup; 
    40 extern (C) _xmlChRangeGroup xmlIsBaseCharGroup; 
     35extern (C) extern char [256] xmlIsPubidChar_tab; 
     36extern (C) extern _xmlChRangeGroup xmlIsIdeographicGroup; 
     37extern (C) extern _xmlChRangeGroup xmlIsExtenderGroup; 
     38extern (C) extern _xmlChRangeGroup xmlIsDigitGroup; 
     39extern (C) extern _xmlChRangeGroup xmlIsCombiningGroup; 
     40extern (C) extern _xmlChRangeGroup xmlIsCharGroup; 
     41extern (C) extern _xmlChRangeGroup xmlIsBaseCharGroup;