GNOME Bugzilla – Bug 305975
Register boxed types for PangoLayoutLine and PangoItem
Last modified: 2005-07-22 15:32:02 UTC
Version details: CVS HEAD It would be most useful for pygtk if PangoLayoutLine would be registered as boxed type, using ref/unref as copy/free functions.
Created attachment 47052 [details] [review] patch
PangoItem should also be registered as gboxed...
Created attachment 47285 [details] [review] also register boxed type for PangoItem
2005-07-21 Owen Taylor <otaylor@redhat.com> Based on patch from Gustavo J. A. M. Carneiro (#305975) * pango/pango-layout.[ch] (pango_layout_line_ref) pango/pango-attributes.[ch] (pango_attr_list_ref): Return the argument to _ref() functions. * pango/pango-item.[ch]: Register PangoItem boxed type. * pango/pango-layout.[ch]: Register PangoLayoutLine boxed type.