package Pango is
type Pango_Rectangle is record X, Y, Width, Height : Glib.Gint; end record;
type Pango_Glyph is new Glib.Guint32;
type Pango_Attr_Class is new Glib.C_Proxy;