summaryrefslogtreecommitdiff
path: root/telepathy-logger/entity.c
Commit message (Collapse)AuthorAgeFilesLines
* Disable single include of telepathy-glib headersXavier Claessens2012-07-031-1/+1
|
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
|
* TplEntity: Replace unkown with unknownNicolas Dufresne2011-03-251-1/+1
|
* Add private helper to serialize TplEntityType into a stringNicolas Dufresne2011-03-251-0/+29
|
* Make avatar token empty string by defaultNicolas Dufresne2011-03-251-1/+1
| | | | | This avoid confusion when reading back from log store where there is often no difference between the empty string and NULL.
* Allow creating unkown entityNicolas Dufresne2011-03-151-6/+13
|
* Move _tpl_entity_compare into TplEntity classNicolas Dufresne2011-03-151-0/+26
|
* Fix extra whitespaceNicolas Dufresne2011-02-231-1/+1
|
* Doc fixNicolas Dufresne2011-02-231-4/+7
|
* Make TplEntity constructors publicNicolas Dufresne2011-02-221-28/+45
| | | | | | Implement a generic constructor along with making public all TplEntity constructors. This is required now that the LogManager API require TplEntity object instead of id/is_room pair.
* Refactored TplEntity and added unit-testNicolas Dufresne2011-01-191-108/+63
|
* Entity style fixNicolas Dufresne2011-01-191-9/+12
|
* Remove useless castNicolas Dufresne2011-01-191-1/+1
|
* Use ROOM instead of GROUP to match Telepathy APINicolas Dufresne2011-01-171-3/+3
|
* entity: don't leak the avatar tokenGuillaume Desmottes2010-11-231-0/+1
|
* entity: use tp_clear_pointer()Guillaume Desmottes2010-11-231-4/+4
|
* rename TPL_ENTITY_USER to TPL_ENTITY_CONTACTGuillaume Desmottes2010-06-151-4/+4
|
* rename TplContact to TplEntityGuillaume Desmottes2010-06-151-104/+104
|
* move contact(-internal) to entity(-internal)Guillaume Desmottes2010-06-151-0/+369