pidgin/pidgin

Convert xfer I/O operations from UI ops to signals.

2019-12-21, Elliott Sales de Andrade
7f38c3cc5c91
Convert xfer I/O operations from UI ops to signals.
ticker_SOURCES = [
'gtkticker.c',
'gtkticker.h',
'ticker.c'
]
if PLUGINS
ticker = library('ticker', ticker_SOURCES,
dependencies : [libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
endif