[easytag/wip/musicbrainz-support] Struct Comments in mb_search.h



commit dc5eb2e07b3beb48dcb64ace5fcd6bb08dbfb5bf
Author: Abhinav <abhijangda hotmail com>
Date:   Wed Jul 23 23:49:14 2014 +0530

    Struct Comments in mb_search.h

 src/mb_search.h |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/src/mb_search.h b/src/mb_search.h
index a6929c8..fac4ec1 100755
--- a/src/mb_search.h
+++ b/src/mb_search.h
@@ -74,7 +74,7 @@ typedef enum
 /*
  * MbEntityKind:
  * @MB_ENTITY_KIND_ARTIST: Entity is of Artist Type
- * @MB_ENTITY_KIND_ALBUM: Entity is of Abum Type
+ * @MB_ENTITY_KIND_ALBUM: Entity is of Album Type
  * @MB_ENTITY_KIND_TRACK: Entity is of Track Type
  * @MB_ENTITY_KIND_FREEDBID: Entity is of FreeDBID Type
  * @MB_ENTITY_KIND_COUNT: Total Entities
@@ -92,6 +92,14 @@ typedef enum _MbEntityKind
     MB_ENTITY_KIND_DISCID,
 } MbEntityKind;
 
+/*
+ * EtMbEntity
+ * @entity: Mb5Entity
+ * @type: Type of Entity
+ * @is_red_line: Whether it contains child entities
+ *
+ * Struct representing an Entity for MusicBrainz.
+ */
 typedef struct
 {
     Mb5Entity entity;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]