summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.c
Commit message (Expand)AuthorAgeFilesLines
* tp_list_connection_managers_async: terminate properly if there is no CMGuillaume Desmottes2014-03-171-0/+6
* connection-manager: factor out all_cms_prepared()Guillaume Desmottes2014-03-171-20/+26
* 0.23.1Simon McVittie2014-02-041-1/+1
* tp_connection_manager_param_dup_variant_type: addSimon McVittie2014-02-041-0/+22
* TpConnectionManager: add more debug for tp_list_connection_managers()Simon McVittie2014-01-071-5/+43
* TpConnectionManager, TpProtocol: improve debug outputSimon McVittie2013-09-241-23/+78
* TpConnectionManager: retry introspection after CM exits, up to onceSimon McVittie2013-07-241-3/+26
* Release 0.19.3Xavier Claessens2012-07-051-1/+1
* TpConnectionManager: deprecate "connection-manager" and add "cm-name"Xavier Claessens2012-06-291-1/+22
* Prepare 0.19.1telepathy-glib-0.19.1Guillaume Desmottes2012-06-061-12/+12
* fix typo in TpConnectionManagerParam's docGuillaume Desmottes2012-06-061-8/+8
* TpConnectionManagerProtocol: deprecate in favour of TpProtocolSimon McVittie2012-06-041-0/+24
* Deprecate tp_list_connection_managersSimon McVittie2012-06-041-0/+4
* TpConnectionManager: seal struct fields and do not document themSimon McVittie2012-06-041-19/+7
* TpConnectionManagerParam: seal struct fieldsSimon McVittie2012-06-041-8/+11
* Release 0.19.0telepathy-glib-0.19.0Xavier Claessens2012-05-091-1/+1
* Use G_DEFINE_BOXED_TYPE for every boxed type except TpIntsetSimon McVittie2012-05-031-34/+5
* Stop using TP_ERRORSSimon McVittie2012-05-021-7/+7
* tp_connection_manager_param_dup_default_variant: add and testSimon McVittie2012-04-161-0/+27
* Annotate GStrv as (array zero-terminated=1) for introspectabilitySimon McVittie2012-04-121-2/+2
* prepare 0.17.6Guillaume Desmottes2012-03-191-6/+6
* tp_connection_manager_dup_protocols: addSimon McVittie2012-03-091-4/+41
* tp_list_connection_managers_async: addSimon McVittie2012-03-091-0/+100
* Deprecate tp_connection_manager_call_when_ready and is_readySimon McVittie2012-03-061-9/+14
* tp_list_connection_managers: use tp_proxy_prepare_asyncSimon McVittie2012-03-061-10/+33
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-6/+3
* Consistently use G_PARAM_STATIC_STRINGS for propertiesSimon McVittie2012-02-091-8/+4
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-6/+6
* Use tp_proxy_add_interfaces() moreGuillaume Desmottes2011-04-121-25/+2
* Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie2010-10-061-1/+1
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-2/+1
* Prepare version 0.11.11telepathy-glib-0.11.11Simon McVittie2010-07-261-3/+3
* Add API to get the TpProtocol objects from a TpConnectionManagerSimon McVittie2010-06-291-14/+38
* TpProtocol: extract param specs from the immutable propertiesSimon McVittie2010-06-291-131/+9
* Parse protocols from .manager files by turning them into immutable propertiesSimon McVittie2010-06-291-375/+20
* TpConnectionManager: create TpProtocol objects from Protocols if possibleSimon McVittie2010-06-291-24/+56
* tp_connection_manager_params_from_param_specs: factor outSimon McVittie2010-06-291-20/+38
* Parse interfaces from .manager files tooSimon McVittie2010-06-291-27/+58
* TpConnectionManager: call GetAll for PropertiesSimon McVittie2010-06-291-4/+125
* TpProtocol: track our own name rather than having it poked in from outsideSimon McVittie2010-06-291-5/+4
* TpConnectionManager: implement protocol structs by borrowing from protocol ob...Simon McVittie2010-06-291-80/+125
* tp_connection_manager_read_file: ignore protocols with invalid namesSimon McVittie2010-06-291-0/+8
* tp_connection_manager_read_file: parse protocol names without an extra malloc...Simon McVittie2010-06-291-7/+7
* tp_connection_manager_got_protocols: ignore protocols with invalid namesSimon McVittie2010-06-291-0/+6
* Give TpProtocol objects an internal TpConnectionManagerProtocol structSimon McVittie2010-06-291-21/+2
* TpConnectionManager: rename priv->protocols to protocol_structsSimon McVittie2010-06-291-19/+19
* Prepare release 0.11.5telepathy-glib-0.11.5Simon McVittie2010-05-101-2/+2
* TpConnectionManager: say what TP_CONNECTION_MANAGER_FEATURE_CORE impliesSimon McVittie2010-05-051-1/+5
* Include generated GEnum/GFlags types in documentationSimon McVittie2010-05-041-0/+11