summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-client-factory.h
Commit message (Collapse)AuthorAgeFilesLines
* Prepare 0.19.1telepathy-glib-0.19.1Guillaume Desmottes2012-06-061-4/+4
|
* Add single-include #error in all headers included from telepathy-glib(-dbus).hXavier Claessens2012-06-051-0/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=49384
* Add tp_simple_client_factory_upgrade_contacts_async/finishXavier Claessens2012-05-161-0/+14
| | | | Use it everywhere we can
* Add tp_simple_client_factory_ensure_contact_by_id_async/finishXavier Claessens2012-05-161-0/+12
|
* Version-annotate recent APISimon McVittie2012-05-031-0/+20
|
* TpAccountManager is the "toplevel" object, do not create it through a factoryXavier Claessens2011-08-171-16/+0
| | | | | | | | | | Instead of creating a TpAccountManager through a factory, it is more natural to create it directly. If no custom factory is provided at constructor, a default one is created internally anyway. This is also what tp-qt4 does. Note this is break of unreleased API/ABI.
* Add tp_simple_client_factory_add_*_features_varargs()Xavier Claessens2011-08-041-0/+16
| | | | This is much nicer C API, and TpBaseClient had those helpers too.
* *ClientFactory: add better one-line summariesWill Thompson2011-07-201-1/+1
|
* Add TpSimpleClientFactoryXavier Claessens2011-07-201-0/+174
This is a new object replacing TpBasicProxyFactory but can construct any known TpProxy subclasses, guarantee their uniqueness per object-path and keep a user-defined set of features to prepare on them.