summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
Commit message (Expand)AuthorAgeFilesLines
* add tp_base_client_unregister (fdo #28155)Guillaume Desmottes2010-05-181-0/+2
* tp_base_client_get_pending_requests: return a copy of the listGuillaume Desmottes2010-05-171-1/+1
* implement request-added signal and tp_base_client_get_pending_requests()Guillaume Desmottes2010-05-171-1/+1
* add API to implement HandleChannelsGuillaume Desmottes2010-05-171-0/+13
* base-client Re-introduce Handler codeGuillaume Desmottes2010-05-171-0/+28
* base-client: add API to implement AddDispatchOperation()Guillaume Desmottes2010-05-071-0/+12
* base-client: uncomment Approver codeGuillaume Desmottes2010-05-071-2/+0
* base-client: remove Handler bitsGuillaume Desmottes2010-05-071-30/+0
* Revert "test-base-client: remove Approver and Handler tests for now"Guillaume Desmottes2010-05-071-0/+37
* TpBaseClientClassObserveChannelsImpl: rename self pointer to 'client' to fit ...Guillaume Desmottes2010-04-291-1/+1
* test-base-client: remove Approver and Handler tests for nowGuillaume Desmottes2010-04-291-37/+0
* add tp_base_client_get_bus_name and tp_base_client_get_object_pathGuillaume Desmottes2010-04-291-0/+4
* cache TpBaseClientClassPrivate pointer in TpBaseClientClassGuillaume Desmottes2010-04-291-0/+2
* allow tp_base_client_register to failGuillaume Desmottes2010-04-291-1/+2
* Disable Approver and Handler support for nowGuillaume Desmottes2010-04-291-0/+4
* rename base-client-context* to observe-channels-context*Guillaume Desmottes2010-04-291-1/+1
* change TpBaseClientClassObserveChannelsImpl to a more high level APIGuillaume Desmottes2010-04-291-5/+8
* add padding to _TpBaseClientClassGuillaume Desmottes2010-04-291-0/+1
* add API to allow subclass of TpBaseClient to implement ObserveChannelsGuillaume Desmottes2010-04-291-0/+15
* remove tp_base_client_newGuillaume Desmottes2010-04-291-4/+0
* move _TpBaseClient(Class) to header so we can subclassGuillaume Desmottes2010-04-291-0/+13
* Add TpBaseClient (fdo #25236)Guillaume Desmottes2010-04-291-0/+106