pidgin/pidgin

De-privatize PurpleQueuedOutputStream

21 months ago, Elliott Sales de Andrade
d88b05eadbd7
De-privatize PurpleQueuedOutputStream

Testing Done:
Compile only

Reviewed at https://reviews.imfreedom.org/r/1821/
psychic = library('psychic', 'psychic.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PurplePlugin-Psychic"'],
dependencies : [libpurple_dep],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
settings_schemas = [
'im.pidgin.Purple.plugin.Psychic.gschema.xml',
]
install_data(settings_schemas, install_dir: schemas_dir)
gnome.post_install(glib_compile_schemas: true)
# Compile the schemas in the current directory; this is only useful for testing
gnome.compile_schemas(depend_files: files(settings_schemas))
devenv.append('PURPLE_PLUGIN_PATH', meson.current_build_dir())