summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-observer.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-18base-client: remove _object suffix from higher level filter APIGuillaume Desmottes1-1/+1
2014-03-18TpChannelFilter: addSimon McVittie1-4/+2
2014-02-13TargetHandleType has been renamed to TargetEntityTypeGuillaume Desmottes1-1/+1
2014-02-13TpHandleType has been renmed to TpEntityTypeGuillaume Desmottes1-1/+1
2014-01-24Observer high level API: make singularGuillaume Desmottes1-24/+21
2014-01-24rename TpObserveChannelsContext to TpObserveChannelContextGuillaume Desmottes1-6/+6
2013-09-17set version annotationsSimon McVittie1-1/+1
2012-04-25Remove deprecated channel factoryXavier Claessens1-9/+2
2012-04-25TpSimpleObserver/Approver/Handler: simplify constructorsXavier Claessens1-53/+6
2012-04-25Rename TpSimpleClientFactory to TpClientFactoryXavier Claessens1-4/+4
2012-03-29Undeprecate tp_simple_{observer,approver,handler}_new()Xavier Claessens1-5/+9
2012-02-06Add config.h include in all source filesXavier Claessens1-0/+2
2011-12-13TpSimple{Observer, Approver, Handler}: Do not use deprecated API doc examplesXavier Claessens1-2/+4
2011-08-17Version 0.15.5telepathy-glib-0.15.5Will Thompson1-1/+1
2011-08-17TpBaseClient: add constructors with factory instead of AMXavier Claessens1-0/+38
2011-08-02Deprecate constructors of TpBaseClient subclasses which do not take a TpAccou...Xavier Claessens1-0/+1
2010-12-09simple-observer: fix many typosJonny Lamb1-6/+6
2010-12-02rename self pointer in example and callback definitionsGuillaume Desmottes1-2/+2
2010-12-02rename "unique" argument to "uniquify"Guillaume Desmottes1-6/+6
2010-08-25Add Since annotationsSimon McVittie1-1/+1
2010-08-24Explicitly say that #TpBaseClient:account-manager doesn't need any featuresSimon McVittie1-0/+3
2010-08-23Simple clients: explain when and why you should call the new_with_am variantSimon McVittie1-2/+4
2010-08-17TpSimple(Approver|Handler|Observer): allow account-manager to be setSimon McVittie1-0/+40
2010-08-12TpBaseClient: convert virtual methods into normal GObject virtual methodsSimon McVittie1-1/+1
2010-05-10Prepare release 0.11.5telepathy-glib-0.11.5Simon McVittie1-8/+8
2010-05-05Don't fail preparing the context if the connection or account is not preparedGuillaume Desmottes1-1/+2
2010-05-05Pass invalidated channels to ObserveChannels implementation (fdo #27956)Guillaume Desmottes1-1/+1
2010-05-04fix TpSimpleObserver:callback: documentationGuillaume Desmottes1-1/+1
2010-04-30Annotated dispatch_operation as (allow-none)Danielle Madeley1-2/+2
2010-04-30Fix up namespace for types and element-typesDanielle Madeley1-9/+9
2010-04-29add destroy property to TpSimpleObserverGuillaume Desmottes1-1/+46
2010-04-29tp_simple_observer_new: properly annotate the return typeGuillaume Desmottes1-1/+1
2010-04-29rename observe-channels-impl property to 'callback'Guillaume Desmottes1-13/+13
2010-04-29improve code snippet showing how to use TpSimpleObserverGuillaume Desmottes1-0/+16
2010-04-29fix doc of TpSimpleObserverObserveChannelsImplGuillaume Desmottes1-6/+7
2010-04-29add reference to examples/client/media-observer.c in docGuillaume Desmottes1-0/+2
2010-04-29add simple-observer (fdo #27871)Guillaume Desmottes1-0/+256