Returns the attribute cast to pango.attr_color.AttrColor.
Returns the attribute cast to pango.attr_float.AttrFloat.
Returns the attribute cast to pango.attr_font_desc.AttrFontDesc.
Returns the attribute cast to pango.attr_font_features.AttrFontFeatures.
Returns the attribute cast to pango.attr_int.AttrInt.
Returns the attribute cast to pango.attr_language.AttrLanguage.
Returns the attribute cast to pango.attr_shape.AttrShape.
Returns the attribute cast to pango.attr_size.AttrSize.
Returns the attribute cast to pango.attr_string.AttrString.
Make a copy of an attribute.
Destroy a pango.attribute.Attribute and free all associated memory.
Compare two attributes for equality.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
The pango.attribute.Attribute structure represents the common portions of all attributes.
Particular types of attributes include this structure as their initial portion. The common portion of the attribute holds the range to which the value in the type-specific part of the attribute applies and should be initialized using pango.attribute.Attribute.init_. By default, an attribute will have an all-inclusive range of [0,G_MAXUINT].