summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-08-01 12:10:00 -0400
committerTodd Zullinger <tmz@pobox.com>2008-11-14 12:12:58 -0500
commitf378f9bae5d33111aa78c692bb101c404b7d2237 (patch)
tree15fcd609d7fa5065740baafcd77e8a801302ae89
parentdd0877c4263a7c54a2269445fb31d1f2ba36ede9 (diff)
downloadlibgpod-f378f9bae5d33111aa78c692bb101c404b7d2237.tar.gz
libgpod-f378f9bae5d33111aa78c692bb101c404b7d2237.tar.xz
libgpod-f378f9bae5d33111aa78c692bb101c404b7d2237.zip
Documentation: add ItdbSPLFieldType (NEEDS WORK)
-rw-r--r--src/itdb.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 216599a..c55a13b 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -436,6 +436,18 @@ typedef enum {
ITDB_SPLACTION_DOES_NOT_END_WITH = 0x03000008,
} ItdbSPLAction;
+/**
+ * ItdbSPLFieldType:
+ * @ITDB_SPLFT_STRING: string
+ * @ITDB_SPLFT_INT: integer
+ * @ITDB_SPLFT_BOOLEAN: boolean
+ * @ITDB_SPLFT_DATE: date
+ * @ITDB_SPLFT_PLAYLIST: playlist
+ * @ITDB_SPLFT_UNKNOWN: unknown
+ * @ITDB_SPLFT_BINARY_AND: binary AND
+ *
+ * Smart Playlist Field Types
+ */
typedef enum
{
ITDB_SPLFT_STRING = 1,