blob: dc3f450b04eb59acdee2fe12d660aa47eb6aaf57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* fontconfig.vapi generated by vapigen, do not modify. */
[CCode (cprefix = "Fc", gir_namespace = "fontconfig", gir_version = "2.0", lower_case_cprefix = "fc_")]
namespace Fc {
[CCode (cheader_filename = "fontconfig-2.0.h", has_type_id = false)]
public struct CharSet {
}
[CCode (cheader_filename = "fontconfig-2.0.h", has_type_id = false)]
public struct Pattern {
}
[CCode (cheader_filename = "fontconfig-2.0.h", cname = "FcInit")]
public static void init ();
}
|