ecore_audio: add @brief doc for struct Ecore_Audio_Vio.

It's simply a copy of the one given in the following typedef:
  typedef struct _Ecore_Audio_Vio Ecore_Audio_Vio;
This commit is contained in:
Adrien Nader 2014-10-13 17:24:27 +02:00 committed by Cedric BAIL
parent 57f0a18982
commit d22917626c
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ typedef struct _Ecore_Audio_Module Ecore_Audio_Module;
typedef struct _Ecore_Audio_Object Ecore_Audio_Object; /**< The audio object */
/*
* @brief Structure to hold the callbacks needed to implement virtual file IO
* @since 1.8
*/
struct _Ecore_Audio_Vio {