Closed d47081 closed 3 months ago
Initial set for https://docs.gtk.org/Pango/struct.AttrList.html
contains only one method get_attributes drafted (requires PangoAttribute implementation)
get_attributes
<?php $pangoAttrList = new PangoAttrList; // OK var_dump( $pangoAttrList->get_attributes() // @TODO not implemented exception );
Initial set for https://docs.gtk.org/Pango/struct.AttrList.html
contains only one method
get_attributes
drafted (requires PangoAttribute implementation)