Regenerate, restoring full UpCast functionality.
[girtod.git] / gtk2 / freetype2.d
blob1551822f39df63472b289cbc9970460f6ce403c6
1 // *** DO NOT EDIT ***
2 // Automatically generated from "/usr/share/gir-1.0/freetype2-2.0.gir"
4 module freetype2;
6 // c:symbol-prefixes: ["FT"]
7 // c:identifier-prefixes: ["FT"]
9 // module freetype2;
11 struct Bitmap {
14 struct Face {
17 struct Library {
21 // alias "Int32" removed: -
23 static void library_version()() nothrow {
24 FT_Library_Version();
28 // C prototypes:
30 extern (C) {
31 void FT_Library_Version() nothrow;