aboutsummaryrefslogtreecommitdiffstats
path: root/tools/glib-client-gen.py
Commit message (Collapse)AuthorAgeFilesLines
* sync tools/* with tp-glib masterGuillaume Desmottes2012-09-171-20/+65
| | | | Fix extensions/Makefile.am to build with the new tools.
* Update tools from telepathy-glibEmilio Pozuelo Monfort2011-02-011-108/+175
|
* Update tools to latest version of tp-glib and include a gitignoreXavier Claessens2008-11-221-8/+27
| | | | svn path=/trunk/; revision=1883
* Fix typo in extension glib client generation code. This is already fixed ↵Jonny Lamb2008-11-221-1/+1
| | | | | | | | upstream in telepathy-glib. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1800
* Update tools from tp-glib 0.7.6Xavier Claessens2008-04-111-18/+30
| | | | svn path=/trunk/; revision=915
* Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.Xavier Claessens2008-02-261-0/+1126
Link that library into libempathy (it's not actually used for anything at this point). Extensions currently built: ChannelHandler and StreamEngine. The namespacing convention used is emp_*, Emp*, EMP_* so it won't be included in the library ABI. svn path=/trunk/; revision=663