summaryrefslogtreecommitdiff
path: root/src/plugin-loader.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Use meta-headers for everythingSimon McVittie1-2/+1
2012-05-17configure: ignore post 0.18 deprecations so we can build against tp-glib masterJonny Lamb1-0/+2
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-1/+1
2012-02-17plugins: Remove the dupliate TpBaseConnection from create_channel_managersSiraj Razick1-3/+2
2012-02-06fd.o#44649 - Gabble plugin API symbols should be factored out to a separate l...Siraj Razick1-3/+7
2012-02-06Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick1-1/+1
2012-02-01Revert "Merge remote-tracking branch 'siraj/plugin-api-change'"Jonny Lamb1-1/+1
2012-02-01Revert "Merge remote-tracking branch 'siraj/windows-compile-fix'"Jonny Lamb1-7/+3
2012-01-25fd.o#44649 - Gabble plugin API symbols should be factored out to a separate l...Siraj Razick1-3/+7
2012-01-20Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick1-1/+1
2012-01-04Use ";" as the seperator on windows.Siraj Razick1-0/+4
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2011-10-28Install the test plugin for the installed testsAlban Crequy1-19/+28
2011-02-14plugin-loader: add create_channel_managers functionJonny Lamb1-0/+32
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-2/+1
2010-08-26style fixesSenko Rasic1-6/+4
2010-08-26gabble_plugin_get_custom_presence_statuses: pass arrays directly instead of u...Senko Rasic1-18/+14
2010-08-26plugin(-loader).[ch]: support for adding custom statuses and linking them wit...Senko Rasic1-0/+59
2010-06-03plugin API: Export GabbleConnection so plugins can use it instead of using Tp...Andre Moreira Magalhaes (andrunko)1-1/+1
2010-06-03plugin API: Added gabble/types.h that contains type definitions to be used by...Andre Moreira Magalhaes (andrunko)1-1/+1
2010-01-21Show plugins' version in debug outputWill Thompson1-2/+6
2009-11-27Make GabblePluginLoader a mortal singletonWill Thompson1-4/+8
2009-11-20Pass TpBaseConn and WockySession to sidecarsWill Thompson1-2/+4
2009-11-20Load plugins from $GABBLE_PLUGIN_DIR if setWill Thompson1-2/+7
2009-11-20Add API to request a sidecar from the plugin loaderWill Thompson1-0/+80
2009-11-20Split up the plugin loader a bitWill Thompson1-56/+59
2009-11-20Store loaded plugins in the loaderWill Thompson1-2/+19
2009-11-20Turn the plugin loader into a fully-fledged objectWill Thompson1-7/+71
2009-11-20Attempt to instantiate a GabblePlugin from modulesWill Thompson1-1/+39
2009-11-20Probe for plugins in $(libdir)/telepathy/gabble-0Will Thompson1-0/+92