summaryrefslogtreecommitdiff
path: root/telepathy-glib/client-channel-factory.c
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing (element-type) introspection annotationsPhilip Withnall2012-12-291-1/+1
| | | | | | | | | This fixes compilation with --enable-introspection when introspection warnings are treated as errors. Signed-off-by: Robert McQueen <robert.mcqueen@collabora.co.uk> https://bugs.freedesktop.org/show_bug.cgi?id=58851
* Deprecate tp_account_new(), tp_connection_new() and tp_*_channel_new()Xavier Claessens2012-07-031-0/+5
| | | | | | Those proxies should be constructed using TpSimpleClientFactory https://bugs.freedesktop.org/show_bug.cgi?id=49372
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
|
* fix annotation of tp_client_channel_factory_create_channelGuillaume Desmottes2010-12-171-1/+1
|
* tp_client_channel_factory_dup_channel_features: features arrays are supposed ↵Guillaume Desmottes2010-11-291-2/+2
| | | | | | | to be 0 terminated tp_proxy_prepare_async() gets a zero-terminated array so we should return one as well.
* Version 0.13.6telepathy-glib-0.13.6Simon McVittie2010-11-171-3/+3
|
* fd.o #31631: fix confusion between TpClientChannelFactory and ↵Simon McVittie2010-11-161-5/+36
| | | | | | | | | | | | | TpClientChannelFactoryInterface The former (which didn't previously have a typedef) is a GObject which implements TP_TYPE_CLIENT_CHANNEL_FACTORY. The latter is the vtable struct for that interface (i.e. it's a class-like structure). This is an API break (for anyone who was using channel factories, which are relatively recent), but not an ABI break. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Prepare version 0.13.3telepathy-glib-0.13.3Simon McVittie2010-10-261-1/+1
|
* rename get_channel_features_ to dup_Guillaume Desmottes2010-10-211-6/+6
|
* annotate tp_client_channel_factory_create_channel() as transfer fullGuillaume Desmottes2010-10-211-1/+1
|
* fix typo in docGuillaume Desmottes2010-10-211-1/+1
|
* add tp_client_channel_factory_get_channel_features() (fdo #31001)Guillaume Desmottes2010-10-211-1/+43
|
* NEWS and stuff for 0.13.2Simon McVittie2010-10-151-2/+4
|
* add client-channel-factoryGuillaume Desmottes2010-10-071-0/+90