libtelepathy-logger API

Annotation Glossary
TplLogManager — Fetch and search through logs
TplLogWalker — Iterate over the logs
TplEvent — Abstract representation of a log event
TplTextEvent — Representation of a text log event
TplCallEvent — Representation of a call log event
TplEntity — Representation of a contact or room

Annotation Glossary

A

allow-none

NULL is ok, both for passing and for returning.

E

element-type

Generics and defining elements of containers and arrays.

O

out

Parameter for returning results. Default is transfer full.

S

scope async

The callback is valid until first called.

scope call

The callback is valid only during the call to the method.

T

transfer full

Free data after the code is done.

transfer none

Don't free data after the code is done.