Changeset 479
- Timestamp:
- 03/25/08 17:01:29 (5 months ago)
- Files:
-
- trunk/wrap/APILookupGLib.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wrap/APILookupGLib.txt
r478 r479 59 59 public alias uint XID; 60 60 61 version(Tango) private alias char[] string; 61 version(Tango) 62 { 63 //avoid some conflicts with other string aliases. 64 static if( !is(string) ) 65 private alias char[] string; 66 } 62 67 63 68 addTypedefs: end
