summaryrefslogtreecommitdiff
path: root/telepathy-logger/text-channel-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Stop using TplChannel interfaceXavier Claessens2012-07-041-2/+0
| | | | | | That interface is used only to prepare TplTextChannel and TplCallChannel, but they now have a CORE feature doing that job, so they can be prepared like any other proxy.
* Add TplClientFactoryXavier Claessens2012-07-041-1/+9
| | | | | It is a TpAutomaticClientFactory subclass that creates TplTextChannel and TplCallChannel instances
* TplTextChannel, TplCallChannel: Use TpProxyFeatureXavier Claessens2012-07-041-0/+4
|
* TplCallChannel, TplTextChannel: Do not take TpAccount arg in constructorXavier Claessens2012-07-041-1/+1
| | | | It can be taken from the TpConnection
* Disable single include of telepathy-glib headersXavier Claessens2012-07-031-5/+1
|
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
|
* Change TplChannel into an interface and portNicolas Dufresne2011-03-151-9/+22
| | | | | | This change will allow TplTextChannel to inherit TpTextChannel, choose what feature it wants to be prepared. It also slightly change the action chain API to better fit GAsync normal signature.
* Renamed TplChannelText into TplTextChannelNicolas Dufresne2011-02-081-0/+66
This renames the subclass in a more natural and more traditional way as found in many other GObject based APIs.