pidgin/pidgin

Make PurpleProtocolManager a final type

2021-10-20, Gary Kramlich
a528d27e81e2
Make PurpleProtocolManager a final type

Testing Done:
Ran the unit tests and connected an XMPP account.

Reviewed at https://reviews.imfreedom.org/r/1084/
pidgin3_xml = configure_file(
input : 'pidgin3.xml.in',
output : 'pidgin3.xml',
configuration : version_conf,
install : true,
install_dir : get_option('datadir') / 'glade/catalogs')
devenv.append('GLADE_CATALOG_SEARCH_PATH', meson.current_build_dir())