summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use G_PARAM_STATIC_STRINGS for propertiesSimon McVittie2012-02-091-12/+6
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Simplify _finish() functions using _tp_implement_finish_*Xavier Claessens2011-12-141-13/+1
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-2/+2
* Document the meaning of TpProxy::invalidatedDanielle Madeley2011-10-311-0/+8
* Version 0.15.5telepathy-glib-0.15.5Will Thompson2011-08-171-1/+1
* Add skip annotation for NUM_FOOXavier Claessens2011-08-171-1/+1
* *ClientFactory, Proxy: Documentation nits.Will Thompson2011-07-201-2/+2
* Add _tp_proxy_ensure_factoryXavier Claessens2011-07-201-1/+26
* Add TpSimpleClientFactoryXavier Claessens2011-07-201-0/+45
* Make DEBUG a no-op static inline with --disable-debug.Will Thompson2011-07-071-4/+0
* Fix set-but-not-used warnings with --disable-debugWill Thompson2011-06-231-0/+4
* Move TpProxyFeature as public API (#31583)Guillaume Desmottes2011-05-121-3/+29
* rename check_feature_validity to assert_feature_validityGuillaume Desmottes2011-05-121-2/+2
* improve commentGuillaume Desmottes2011-05-121-1/+3
* use a GQueue to store prepare_requestsGuillaume Desmottes2011-05-121-18/+23
* factor out finish_all_requestsGuillaume Desmottes2011-05-121-7/+15
* fix some phrasingGuillaume Desmottes2011-05-121-5/+6
* coding style fixGuillaume Desmottes2011-05-121-1/+3
* Add TpProxyFeature.prepare_before_signalling_connected_asyncGuillaume Desmottes2011-05-121-0/+98
* core features can't have explicit dependsGuillaume Desmottes2011-05-121-0/+13
* retry preparing failed dep, if possibleGuillaume Desmottes2011-05-121-8/+29
* add TpProxyFeature.can_retryGuillaume Desmottes2011-05-121-1/+4
* prepare core features of subclass before core of super classesGuillaume Desmottes2011-05-121-1/+1
* split prepare_core into one TpProxyPrepareRequest per subclassGuillaume Desmottes2011-05-121-35/+44
* Actually fall through when the core features are unwantedGuillaume Desmottes2011-05-121-1/+0
* Wait that core has been prepared before checking requested interfacesGuillaume Desmottes2011-05-121-8/+9
* remove TpProxyFeature.start_preparing()Guillaume Desmottes2011-05-121-46/+5
* add depends support to featureGuillaume Desmottes2011-05-121-14/+120
* factor out request_is_complete()Guillaume Desmottes2011-05-121-46/+56
* TpProxyFeature: add interfaces_neededGuillaume Desmottes2011-05-121-2/+41
* Add an async variant of start_preparingGuillaume Desmottes2011-05-121-2/+38
* start preparing features in tp_proxy_poll_features()Guillaume Desmottes2011-05-121-30/+91
* tp_proxy_poll_features: move checking for invalidation inside the loopSimon McVittie2011-05-121-18/+24
* Split FEATURE_STATE_WANTED from FEATURE_STATE_TRYINGSimon McVittie2011-05-121-4/+8
* FeatureState: comment the valuesSimon McVittie2011-05-121-0/+5
* tp_proxy_prepare_async: don't start anything if we were already invalidatedSimon McVittie2011-05-121-5/+8
* TpProxyFeature: use a proper private structGuillaume Desmottes2011-05-121-0/+5
* version 0.14.4telepathy-glib-0.14.4Olli Salli2011-04-151-1/+1
* tp_proxy_add_interfaces: interfaces is a 'const gchar * const *'Guillaume Desmottes2011-04-121-2/+2
* tp_proxy_add_interfaces: improve debug messageGuillaume Desmottes2011-04-121-1/+2
* tp_proxy_add_interfaces: Early-return with NULL interfacesOlli Salli2011-04-121-0/+3
* tp_proxy_add_interfaces: Fix reference to tp_proxy_add_interface_by_id()Olli Salli2011-04-121-2/+2
* Refactor tp_proxy_add_interfaces out from TpConn introspectionOlli Salli2011-04-111-0/+32
* Fix “Value stored to _ is never read” clang warnings.Will Thompson2011-03-151-1/+1
* tp_proxy_prepare_async: fix exampleEmilio Pozuelo Monfort2011-01-241-1/+1
* Cross-reference to TP_ERROR_CONFUSED from TP_DBUS_ERROR_INCONSISTENTSimon McVittie2010-11-251-1/+2
* Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie2010-10-061-3/+1
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-2/+8
* Remove extra NULL from tp_proxy_prepare_async exampleDanielle Madeley2010-08-121-1/+1