~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapi/pango.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-05 10:32:13 UTC
  • mfrom: (1.5.9 upstream) (28.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100905103213-8nn88erk20o4wgm3
Tags: 0.9.8-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
        }
180
180
        [CCode (cheader_filename = "pango/pango.h")]
181
181
        public class Font : GLib.Object {
 
182
                [CCode (has_construct_function = false)]
 
183
                protected Font ();
182
184
                public unowned Pango.FontDescription describe ();
183
185
                public unowned Pango.FontDescription describe_with_absolute_size ();
184
186
                public static void descriptions_free (Pango.FontDescription[] descs);
225
227
        }
226
228
        [CCode (cheader_filename = "pango/pango.h")]
227
229
        public class FontFace : GLib.Object {
 
230
                [CCode (has_construct_function = false)]
 
231
                protected FontFace ();
228
232
                public unowned Pango.FontDescription describe ();
229
233
                public unowned string get_face_name ();
230
234
                public bool is_synthesized ();
232
236
        }
233
237
        [CCode (cheader_filename = "pango/pango.h")]
234
238
        public class FontFamily : GLib.Object {
 
239
                [CCode (has_construct_function = false)]
 
240
                protected FontFamily ();
235
241
                public unowned string get_name ();
236
242
                public bool is_monospace ();
237
243
                public void list_faces (Pango.FontFace[] faces);
238
244
        }
239
245
        [CCode (cheader_filename = "pango/pango.h")]
240
246
        public class FontMap : GLib.Object {
 
247
                [CCode (has_construct_function = false)]
 
248
                protected FontMap ();
241
249
                public unowned Pango.Context create_context ();
242
250
                public void list_families (Pango.FontFamily[] families);
243
251
                public unowned Pango.Font load_font (Pango.Context context, Pango.FontDescription desc);
257
265
        }
258
266
        [CCode (cheader_filename = "pango/pango.h")]
259
267
        public class Fontset : GLib.Object {
 
268
                [CCode (has_construct_function = false)]
 
269
                protected Fontset ();
260
270
                public void @foreach (Pango.FontsetForeachFunc func, void* data);
261
271
                public unowned Pango.Font get_font (uint wc);
262
272
                public unowned Pango.FontMetrics get_metrics ();
448
458
                public Pango.Matrix matrix;
449
459
                public bool strikethrough;
450
460
                public Pango.Underline underline;
 
461
                [CCode (has_construct_function = false)]
 
462
                protected Renderer ();
451
463
                public void activate ();
452
464
                [NoWrapper]
453
465
                public virtual void begin ();