summaryrefslogtreecommitdiff
path: root/telepathy-logger/observer.h
Commit message (Collapse)AuthorAgeFilesLines
* TP style fixesCosimo Alfarano2010-02-181-6/+6
|
* update Observer's bus name to org.freedesktop.Telepathy.Client.LoggerCosimo Alfarano2010-02-161-2/+2
|
* ChannelFactory registration to TplObserverCosimo Alfarano2010-02-031-0/+4
| | | | | * added getter/setter for TplChannelFactory to the Observer * added Channel Factory registration phase into src/telepathy-logger.c
* Improved channel-factoryCosimo Alfarano2010-02-021-2/+4
| | | | | * using GHashTable instead of static array for ChannelType+TplChannelContructor association * initialising the Channel Factory in src/telepathy-logger.c
* add TplObserverPriv to TplObserverCosimo Alfarano2010-01-281-14/+6
|
* Refactored TplChannelText using ActionChainCosimo Alfarano2010-01-281-2/+7
| | | | | | | * refactored TplChannelText as implementation of the abstract TplChannel * added tpl_channel_text_call_when_ready method in order to prepare tpl_channel, its internal objects, connect signals, etc * added TplActionChain struct and related functions to util.[ch]
* Refactring of TplChannel as subclass of TpChannelCosimo Alfarano2010-01-261-6/+6
|
* Async API infrastructureCosimo Alfarano2010-01-131-0/+70
* moved code from libtelepathy-logger/ to telepathy-logger/ * used /usr/bin/indent filter with GNU style for source formatting * added log-manager's async APIs infrastructure using GIO * addes some async method using the async infrastructure * added gconf infrastructure in the telepathy-logger/conf module