summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-observer.c
Commit message (Expand)AuthorAgeFilesLines
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* TpSimple{Observer, Approver, Handler}: Do not use deprecated API doc examplesXavier Claessens2011-12-131-2/+4
* Version 0.15.5telepathy-glib-0.15.5Will Thompson2011-08-171-1/+1
* TpBaseClient: add constructors with factory instead of AMXavier Claessens2011-08-171-0/+38
* Deprecate constructors of TpBaseClient subclasses which do not take a TpAccou...Xavier Claessens2011-08-021-0/+1
* simple-observer: fix many typosJonny Lamb2010-12-091-6/+6
* rename self pointer in example and callback definitionsGuillaume Desmottes2010-12-021-2/+2
* rename "unique" argument to "uniquify"Guillaume Desmottes2010-12-021-6/+6
* Add Since annotationsSimon McVittie2010-08-251-1/+1
* Explicitly say that #TpBaseClient:account-manager doesn't need any featuresSimon McVittie2010-08-241-0/+3
* Simple clients: explain when and why you should call the new_with_am variantSimon McVittie2010-08-231-2/+4
* TpSimple(Approver|Handler|Observer): allow account-manager to be setSimon McVittie2010-08-171-0/+40
* TpBaseClient: convert virtual methods into normal GObject virtual methodsSimon McVittie2010-08-121-1/+1
* Prepare release 0.11.5telepathy-glib-0.11.5Simon McVittie2010-05-101-8/+8
* Don't fail preparing the context if the connection or account is not preparedGuillaume Desmottes2010-05-051-1/+2
* Pass invalidated channels to ObserveChannels implementation (fdo #27956)Guillaume Desmottes2010-05-051-1/+1
* fix TpSimpleObserver:callback: documentationGuillaume Desmottes2010-05-041-1/+1
* Annotated dispatch_operation as (allow-none)Danielle Madeley2010-04-301-2/+2
* Fix up namespace for types and element-typesDanielle Madeley2010-04-301-9/+9
* add destroy property to TpSimpleObserverGuillaume Desmottes2010-04-291-1/+46
* tp_simple_observer_new: properly annotate the return typeGuillaume Desmottes2010-04-291-1/+1
* rename observe-channels-impl property to 'callback'Guillaume Desmottes2010-04-291-13/+13
* improve code snippet showing how to use TpSimpleObserverGuillaume Desmottes2010-04-291-0/+16
* fix doc of TpSimpleObserverObserveChannelsImplGuillaume Desmottes2010-04-291-6/+7
* add reference to examples/client/media-observer.c in docGuillaume Desmottes2010-04-291-0/+2
* add simple-observer (fdo #27871)Guillaume Desmottes2010-04-291-0/+256