package Pango.Attributes is
type Pango_Attribute is new Glib.C_Proxy;
type Pango_Attr_List is new Glib.C_Proxy;
function Attr_Underline_New
( | Underline | : Pango.Enums.Underline) return Pango_Attribute; |
procedure Unref
( | Attr_List | : Pango_Attr_List); |
procedure Insert
( | Attr_List | : Pango_Attr_List; |
Attribute | : Pango_Attribute); |