Skip to content

glib: Remove incorrect deprecation

Christian Persch requested to merge chpe/poppler:mr/mr-944 into master

PopplerAttachment is a non-deprecated object, and PopplerAttachmentClass is its object class structure. While it was probably not intended to be public, an object's class struct cannot be deprecated-for the object's instance struct. Remove the erroneous deprecation from commit e7fa274d.

Merge request reports