pidgin/pidgin

Use gtk-doc comments (review pull request #632)
port-changes-from-branch-2.x.y-to-default
2019-12-19, Fabrice Bellet
a8cee989c2ab
Use gtk-doc comments (review pull request #632)
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