| Top |  |  |  |  | 
| GTimeSpan | tpl_call_event_get_duration () | 
| TplEntity * | tpl_call_event_get_end_actor () | 
| TpCallStateChangeReason | tpl_call_event_get_end_reason () | 
| const gchar * | tpl_call_event_get_detailed_end_reason () | 
| char * | detailed-end-reason | Read / Write / Construct Only | 
| gint64 | duration | Read / Write / Construct Only | 
| TplEntity * | end-actor | Read / Write / Construct Only | 
| int | end-reason | Read / Write / Construct Only | 
TpCallStateChangeReason
tpl_call_event_get_end_reason (TplCallEvent *self);
const gchar *
tpl_call_event_get_detailed_end_reason
                               (TplCallEvent *self);
“detailed-end-reason” property  “detailed-end-reason”      char *
A string representing a D-Bus error that gives more details about the end reason.
Owner: TplCallEvent
Flags: Read / Write / Construct Only
Default value: ""
“duration” property  “duration”                 gint64
The call duration in seconds.
Owner: TplCallEvent
Flags: Read / Write / Construct Only
Allowed values: >= -1
Default value: 0
“end-actor” property“end-actor” TplEntity *
Actor (a #TplEntity) that caused the call to end.
Owner: TplCallEvent
Flags: Read / Write / Construct Only