fix(c-event-log): wrap correctly get_subject

This commit is contained in:
Ronan Abhamon 2017-10-25 11:10:10 +02:00
parent 79001f54d0
commit 639792b0e7

View file

@ -136,7 +136,7 @@ LINPHONE_PUBLIC const LinphoneAddress *linphone_event_log_get_gruu_address (cons
* @param[in] event_log A #LinphoneEventLog object.
* @return The conference subject.
*/
LINPHONE_PUBLIC const char *linphone_event_get_subject (const LinphoneEventLog *event_log);
LINPHONE_PUBLIC const char *linphone_event_log_get_subject (const LinphoneEventLog *event_log);
/**
* @}