pidgin/pidgin

42922708e18e
Replace PurpleXferUiOps.update_progress by PurpleXfer.progress.

Progress can be monitored by connecting to notify::progress on
PurpleXfer instances.
xmppdisco_SOURCES = [
'gtkdisco.c',
'gtkdisco.h',
'xmppdisco.c',
'xmppdisco.h'
]
if PLUGINS
xmppdisco_resource = gnome.compile_resources('xmppdiscoresources',
'resources/xmppdisco.gresource.xml',
source_dir : 'resources',
c_name : 'xmppdisco')
xmppdisco_SOURCES += xmppdisco_resource
xmppdisco = library('xmppdisco', xmppdisco_SOURCES,
dependencies : [libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
endif