[libdmapsharing] Begin adding DMAPMediaKind enum Signed-off-by: W. Michael Petullo <mike flyn org>



commit df8ba413163ad6b8c059f1b1316465640f112ba2
Author: W. Michael Petullo <mike flyn org>
Date:   Tue Sep 7 08:51:33 2010 -0500

    Begin adding DMAPMediaKind enum
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/dmap-record.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/libdmapsharing/dmap-record.h b/libdmapsharing/dmap-record.h
index 25b902f..4a29329 100644
--- a/libdmapsharing/dmap-record.h
+++ b/libdmapsharing/dmap-record.h
@@ -78,6 +78,11 @@ struct MLCL_Bits {
 	gpointer pointer;
 };
 
+typedef enum {
+	DMAP_MEDIA_KIND_MUSIC = 1,
+	DMAP_MEDIA_KIND_MOVIE = 2
+} DMAPMediaKind;
+
 GType       dmap_record_get_type      (void);
 
 /**



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