summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy.c
Commit message (Expand)AuthorAgeFilesLines
* TpProxy: finish_all_requests: don't leak copied GQueueSimon McVittie2014-03-131-1/+1
* prepare 0.19.9 releasetelepathy-glib-0.19.9Xavier Claessens2012-09-111-2/+2
* TpProxy: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens2012-09-051-4/+31
* Release 0.19.0telepathy-glib-0.19.0Xavier Claessens2012-05-091-1/+1
* Add comment explaining what it means if feature->prepare_async is NULLXavier Claessens2012-05-091-0/+3
* Merge branch 'telepathy-glib-0.18'Guillaume Desmottes2012-04-271-11/+45
|\
| * Retry to prepare features which failed because of a missing conn ifaceGuillaume Desmottes2012-04-271-11/+45
* | TP_NUM_DBUS_ERRORS, TP_NUM_CONTACT_FEATURES: addSimon McVittie2012-04-121-1/+10
|/
* proxy: sprinkle some checked casts around.Will Thompson2012-03-301-5/+5
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-6/+2
* 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