summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.c
Commit message (Expand)AuthorAgeFilesLines
* TpConnection: don't recommend that applications call Connect()Simon McVittie2013-09-061-2/+6
* TpConnection: describe factory behaviourSimon McVittie2013-09-061-0/+8
* TpConnection: connections should come from accountsSimon McVittie2013-09-061-0/+4
* TpConnection: remove woefully outdated feature listSimon McVittie2013-09-061-8/+0
* Fix documentation for tp_connection_get_self_handleEmilio Pozuelo Monfort2013-08-191-1/+1
* TpConnection: break refcycle when invalidatedXavier Claessens2013-04-031-0/+2
* TpConnection: self->priv->self_contact is leakedXavier Claessens2013-04-031-0/+1
* TpConnection: connect to SelfHandleChanged much earlierSimon McVittie2012-10-081-5/+14
* Move GVariant utilities to variant-util.chXavier Claessens2012-09-151-0/+1
* Release 0.19.3Xavier Claessens2012-07-051-2/+2
* Deprecate tp_account_new(), tp_connection_new() and tp_*_channel_new()Xavier Claessens2012-07-031-0/+1
* TpConnection: deprecate connection-manager-name and add cm-nameXavier Claessens2012-06-291-1/+39
* TpConnection: trivial coding style fixXavier Claessens2012-06-291-20/+20
* Rename _tp_contact_connection_invalidated to _disposedXavier Claessens2012-06-041-5/+6
* Deprecate tp_connection_parse_object_path()Xavier Claessens2012-05-141-6/+25
* Release 0.19.0telepathy-glib-0.19.0Xavier Claessens2012-05-091-1/+1
* Deprecate tp_connection_get_contacts_by_id/handle()Xavier Claessens2012-05-091-0/+2
* TpAccount: ensure connection is set to NULL before it unref all its contactsXavier Claessens2012-05-091-1/+4
* Revert "Add tp_contact_is_self()"Simon McVittie2012-05-031-5/+0
* Merge branch 'deprecation'Simon McVittie2012-05-031-7/+11
|\
| * tp_connection_dispose: use the fast version of int-set iterationSimon McVittie2012-05-021-4/+8
| * Get rid of the last few references to TpIntSet (it's now TpIntset)Simon McVittie2012-05-021-1/+1
| * Stop using TP_ERRORSSimon McVittie2012-05-021-3/+3
* | Add tp_contact_is_self()Xavier Claessens2012-05-031-0/+5
|/
* TpConnection: Deprecate _get_self_handle()Xavier Claessens2012-05-021-0/+6
* tp_connection_dup_detailed_error_vardict: add and testSimon McVittie2012-04-161-0/+33
* Complete results of TpProxy D-Bus calls in an idleSimon McVittie2012-04-121-2/+2
* prepare 0.17.6Guillaume Desmottes2012-03-191-4/+4
* Deprecate tp_connection_is_ready, TpConnection:connection-readySimon McVittie2012-03-051-1/+7
* Deprecate tp_channel_call_when_ready, tp_connection_call_when_readySimon McVittie2012-03-051-3/+6
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-13/+6
* start preparing 0.17.5Guillaume Desmottes2012-02-141-2/+2
* Consistently use G_PARAM_STATIC_STRINGS for propertiesSimon McVittie2012-02-091-6/+3
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* tp_connection_disconnect_async: addSimon McVittie2012-02-011-0/+67
* Add tp_connection_can_set_contact_alias()Guillaume Desmottes2011-11-281-0/+7
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-4/+4
* prepare 0.17.0telepathy-glib-0.17.0Guillaume Desmottes2011-11-081-3/+3
* Add TP_CONNECTION_FEATURE_CONTACT_LIST_PROPERTIESGuillaume Desmottes2011-11-041-4/+20
* improve TpConnection:can-report-abusive docGuillaume Desmottes2011-11-011-3/+3
* improve TP_CONNECTION_FEATURE_CONTACT_BLOCKINGGuillaume Desmottes2011-11-011-0/+4
* Automatically prepare TP_CONTACT_FEATURE_CONTACT_BLOCKING when possibleGuillaume Desmottes2011-11-011-0/+6
* add TpConnection::blocked-contacts-changed: signalGuillaume Desmottes2011-10-311-1/+39
* add TpConnection:blocked-contacts propertyGuillaume Desmottes2011-10-311-0/+28
* add can-report-abusive property and TP_CONNECTION_FEATURE_CONTACT_BLOCKINGGuillaume Desmottes2011-10-311-0/+32
* Add internal API to get connection capabilities without having core preparedSjoerd Simons2011-10-241-8/+62
* Make it easier to debug connection preparation by printing object paths in so...Sjoerd Simons2011-10-241-3/+4
* Connection: provide debug-message when CM crashesWill Thompson2011-09-131-6/+6
* tp_simple_client_factory_dup_contact() does not existsXavier Claessens2011-09-121-1/+1
* TpConnection: prepare factory features on self contactXavier Claessens2011-09-121-20/+47