summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAlvaro Soliverez <alvaro.soliverez@collabora.co.uk>2012-03-14 19:29:54 -0300
committerOlli Salli <olli.salli@collabora.co.uk>2012-03-15 22:03:10 +0200
commit19539e3418641cd379e80a69d3243db5537e0dc3 (patch)
treeb204e7e8d1838173e38e89dc79e4cb88655b6607 /plugins
parent5754bc81e3f94589d91820fe34975dfb63730f28 (diff)
downloadtelepathy-salut-19539e3418641cd379e80a69d3243db5537e0dc3.tar.gz
Move plugin library-specific code from util.c into its own file, to
prevent dependency problems As part of this, a new SalutPluginContactInterface had to be created to access contact capabilities that were needed for the plugin utils. Accessing SalutContact directly would bring most of salut core in, so a GInterface is used, similar to what is done with SalutPluginConnection
Diffstat (limited to 'plugins')
-rw-r--r--plugins/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/test.c b/plugins/test.c
index accd0312..9df8a61a 100644
--- a/plugins/test.c
+++ b/plugins/test.c
@@ -38,7 +38,8 @@ test_plugin_class_init (TestPluginClass *klass)
static void
initialize (SalutPlugin *plugin,
- TpBaseConnectionManager *connection_manager)
+ TpBaseConnectionManager *connection_manager,
+ SalutCreateProtocolImpl callback)
{
DEBUG ("%p on connection manager %p", plugin, connection_manager);