Add comment about non-existing _LinphoneConference struct.

This commit is contained in:
Ghislain MARY 2016-07-11 10:00:13 +02:00
parent c979886e1f
commit eb27b8d930

View file

@ -39,12 +39,15 @@ extern "C" {
/**
* LinphoneConference class
* The _LinphoneConference struct does not exists, it's the Conference C++ class that is used behind
*/
typedef struct _LinphoneConference LinphoneConference;
/**
* Parameters for initialization of conferences
* The _LinphoneConferenceParams struct does not exists, it's the ConferenceParams C++ class that is used behind
*/
typedef struct _LinphoneCorferenceParams LinphoneConferenceParams;
typedef struct _LinphoneConferenceParams LinphoneConferenceParams;