~attente/indicator-keyboard/use-input-sources-from-accountsservice

« back to all changes in this revision

Viewing changes to deps/freetype2.vapi

  • Committer: William Hua
  • Date: 2013-06-06 00:45:45 UTC
  • Revision ID: william.hua@canonical.com-20130606004545-ha2md9dchawhunta
Align text within icons properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* freetype2.vapi generated by vapigen, do not modify. */
 
2
 
 
3
[CCode (cprefix = "FT", gir_namespace = "freetype2", gir_version = "2.0", lower_case_cprefix = "FT_")]
 
4
namespace FT {
 
5
        [CCode (cheader_filename = "freetype2-2.0.h", cname = "FT_Bitmap", has_type_id = false)]
 
6
        public struct Bitmap {
 
7
        }
 
8
        [CCode (cheader_filename = "freetype2-2.0.h", cname = "FT_Face", has_type_id = false)]
 
9
        public struct Face {
 
10
        }
 
11
        [CCode (cheader_filename = "freetype2-2.0.h", cname = "FT_Int32")]
 
12
        [SimpleType]
 
13
        public struct Int32 : int32 {
 
14
        }
 
15
        [CCode (cheader_filename = "freetype2-2.0.h", cname = "FT_Library", has_type_id = false)]
 
16
        public struct Library {
 
17
        }
 
18
        [CCode (cheader_filename = "freetype2-2.0.h", cname = "FT_Library_Version")]
 
19
        public static void library_version ();
 
20
}