summaryrefslogtreecommitdiff
path: root/salut/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove SalutPluginContact and salut_send_ll_pep_eventOlli Salli2012-03-161-3/+1
| | | | They've been superseded by stuff in Wocky
* Remove protocol.h from the plugin APIOlli Salli2012-03-151-1/+0
| | | | | | We can't include anything in it in the plugin support library, so it's fairly useless there. Plugins have an opportunity to create custom protocols by using the function pointer given to them in the initialize() function.
* Move plugin library-specific code from util.c into its own file, toAlvaro Soliverez2012-03-151-0/+1
| | | | | | | | 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
* salut-connection: Merge src/connection.h and salut/connection.hSiraj Razick2012-02-171-1/+1
| | | | | SalutConnection is not used by plugins anymore so this patch merges src/connection.h and salut/connection.h into a single file.
* capabilities-set: rename to capability-setJonny Lamb2011-04-281-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* pep: make salut_send_ll_pep_event part of public APIJonny Lamb2011-04-221-1/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge branch 'sidetzars'Jonny Lamb2011-03-211-1/+3
|\ | | | | | | | | | | | | | | | | Conflicts: extensions/all.xml salut/Makefile.am src/salut-connection.c Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * plugins: add sidecar support to pluginsJonny Lamb2011-03-151-1/+2
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * salut: define SalutConnection so it can be referred to in pluginsJonny Lamb2011-03-151-0/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | capabilities: move to public APIJonny Lamb2011-03-181-1/+2
| | | | | | | | | | | | This lets plugins build again. :-) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | salut: make caps-channel-manager and capabilities-set public salut APIJonny Lamb2011-03-181-1/+3
|/ | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* salut: move protocol.h to salut's public APIJonny Lamb2011-02-081-1/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* plugins: start defining SalutPlugin interfaceJonny Lamb2011-02-071-0/+9
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>