~ubuntu-branches/ubuntu/wily/indicator-keyboard/wily

« back to all changes in this revision

Viewing changes to deps/fontconfig.vapi

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, William Hua
  • Date: 2015-03-10 17:20:41 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20150310172041-x8hufmz6zrfpe0ho
Tags: 0.0.0+15.04.20150310-0ubuntu1
[ William Hua ]
Basic support for Fcitx input sources. (LP: #1363150)

Show diffs side-by-side

added added

removed removed

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