summaryrefslogtreecommitdiff
path: root/src/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Be single-include-compliantSimon McVittie1-1/+1
2013-01-04Include config.h and our corresponding header first in every source fileSimon McVittie1-0/+1
2012-05-07Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie1-3/+3
2012-03-16SalutPluginInitializeImpl: Replace the protocol ctor callback with a vtable o...Olli Salli1-2/+2
2012-03-15Remove protocol.h from the plugin APIOlli Salli1-2/+1
2012-03-15Completely eradicate the dependency to salut_protocol_new from the plugin libOlli Salli1-2/+3
2012-03-15Use a callback to get custom SalutProtocol in the plugin library, soAlvaro Soliverez1-1/+3
2012-02-17plugins: Replace SalutConnection with SalutPluginConnection in pluginsSiraj Razick1-3/+3
2012-02-17plugins: Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick1-6/+15
2011-03-15plugins: add sidecar support to pluginsJonny Lamb1-0/+64
2011-03-02plugin: use G_DEFINE_INTERFACEJonny Lamb1-21/+4
2011-02-07plugin: add initialize method to give access to the CMJonny Lamb1-0/+11
2011-02-07plugin: add a create_channel_managers plugin memberJonny Lamb1-0/+14
2011-02-07plugin-loader: add plugin loader from gabbleJonny Lamb1-0/+67