summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Move TpProxyFeature as public API (#31583)Guillaume Desmottes1-3/+29
2011-05-12rename check_feature_validity to assert_feature_validityGuillaume Desmottes1-2/+2
2011-05-12improve commentGuillaume Desmottes1-1/+3
2011-05-12use a GQueue to store prepare_requestsGuillaume Desmottes1-18/+23
2011-05-12factor out finish_all_requestsGuillaume Desmottes1-7/+15
2011-05-12fix some phrasingGuillaume Desmottes1-5/+6
2011-05-12coding style fixGuillaume Desmottes1-1/+3
2011-05-12Add TpProxyFeature.prepare_before_signalling_connected_asyncGuillaume Desmottes1-0/+98
2011-05-12core features can't have explicit dependsGuillaume Desmottes1-0/+13
2011-05-12retry preparing failed dep, if possibleGuillaume Desmottes1-8/+29
2011-05-12add TpProxyFeature.can_retryGuillaume Desmottes1-1/+4
2011-05-12prepare core features of subclass before core of super classesGuillaume Desmottes1-1/+1
2011-05-12split prepare_core into one TpProxyPrepareRequest per subclassGuillaume Desmottes1-35/+44
2011-05-12Actually fall through when the core features are unwantedGuillaume Desmottes1-1/+0
2011-05-12Wait that core has been prepared before checking requested interfacesGuillaume Desmottes1-8/+9
2011-05-12remove TpProxyFeature.start_preparing()Guillaume Desmottes1-46/+5
2011-05-12add depends support to featureGuillaume Desmottes1-14/+120
2011-05-12factor out request_is_complete()Guillaume Desmottes1-46/+56
2011-05-12TpProxyFeature: add interfaces_neededGuillaume Desmottes1-2/+41
2011-05-12Add an async variant of start_preparingGuillaume Desmottes1-2/+38
2011-05-12start preparing features in tp_proxy_poll_features()Guillaume Desmottes1-30/+91
2011-05-12tp_proxy_poll_features: move checking for invalidation inside the loopSimon McVittie1-18/+24
2011-05-12Split FEATURE_STATE_WANTED from FEATURE_STATE_TRYINGSimon McVittie1-4/+8
2011-05-12FeatureState: comment the valuesSimon McVittie1-0/+5
2011-05-12tp_proxy_prepare_async: don't start anything if we were already invalidatedSimon McVittie1-5/+8
2011-05-12TpProxyFeature: use a proper private structGuillaume Desmottes1-0/+5
2011-04-15version 0.14.4Olli Salli1-1/+1
2011-04-12tp_proxy_add_interfaces: interfaces is a 'const gchar * const *'Guillaume Desmottes1-2/+2
2011-04-12tp_proxy_add_interfaces: improve debug messageGuillaume Desmottes1-1/+2
2011-04-12tp_proxy_add_interfaces: Early-return with NULL interfacesOlli Salli1-0/+3
2011-04-12tp_proxy_add_interfaces: Fix reference to tp_proxy_add_interface_by_id()Olli Salli1-2/+2
2011-04-11Refactor tp_proxy_add_interfaces out from TpConn introspectionOlli Salli1-0/+32
2011-03-15Fix “Value stored to _ is never read” clang warnings.Will Thompson1-1/+1
2011-01-24tp_proxy_prepare_async: fix exampleEmilio Pozuelo Monfort1-1/+1
2010-11-25Cross-reference to TP_ERROR_CONFUSED from TP_DBUS_ERROR_INCONSISTENTSimon McVittie1-1/+2
2010-10-06Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie1-3/+1
2010-08-23Fix various broken cross-references in documentationSimon McVittie1-2/+8
2010-08-12Remove extra NULL from tp_proxy_prepare_async exampleDanielle Madeley1-1/+1
2010-07-26Prepare version 0.11.11Simon McVittie1-1/+1
2010-07-13tp_proxy_has_interface, tp_proxy_has_interface_by_id: improve docsSimon McVittie1-3/+12
2010-07-13tp_proxy_has_interface_by_id: check that it's really a proxySimon McVittie1-1/+3
2010-07-13fd.o #28751: tp_proxy_has_interface: convert from macro to functionSimon McVittie1-2/+16
2010-06-23TpProxyClass: hide the tail of the struct from gtk-docSimon McVittie1-8/+2
2010-06-01Use tp_clear_object, tp_clear_pointer in various placesSimon McVittie1-5/+1
2010-05-10Prepare release 0.11.5Simon McVittie1-2/+2
2010-05-04Include generated GEnum/GFlags types in documentationSimon McVittie1-0/+11
2010-04-28Remove DBusGLib-1.0.gir requirementDanielle Madeley1-5/+5
2010-04-25Annotate TpProxyDanielle Madeley1-5/+7
2010-04-20Add/update version annotationsSimon McVittie1-0/+10
2010-04-07Add support for tracking features in TpProxySimon McVittie1-4/+557