diff options
Diffstat (limited to 'src/itdb.h')
| -rw-r--r-- | src/itdb.h | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -276,6 +276,8 @@ struct _Itdb_IpodInfo { * ITDB_SPL_STRING_MAXLEN: * * Maximum string length for smart playlists + * + * Since: 0.5.0 */ #define ITDB_SPL_STRING_MAXLEN 255 @@ -283,6 +285,8 @@ struct _Itdb_IpodInfo { * ITDB_SPL_DATE_IDENTIFIER: * * Identifier for smart playlist date fields + * + * Since: 0.5.0 */ #define ITDB_SPL_DATE_IDENTIFIER (G_GINT64_CONSTANT (0x2dae2dae2dae2daeU)) @@ -310,6 +314,8 @@ typedef enum { * @ITDB_LIMITTYPE_GB: Limit in gigabytes * * The type of unit to use when limiting a playlist + * + * Since: 0.5.0 */ typedef enum { ITDB_LIMITTYPE_MINUTES = 0x01, @@ -349,6 +355,8 @@ typedef enum { * That way, we don't have to deal with programs using the class needing to set * the wrong limit and then make it into the "opposite", which would be frickin' * annoying. + * + * Since: 0.5.0 */ typedef enum { ITDB_LIMITSORT_RANDOM = 0x02, @@ -410,6 +418,8 @@ typedef enum { * bit 9 = "in the last" * </programlisting> * </informalexample> + * + * Since: 0.5.0 */ typedef enum { ITDB_SPLACTION_IS_INT = 0x00000001, @@ -447,6 +457,8 @@ typedef enum { * @ITDB_SPLFT_BINARY_AND: binary AND * * Smart Playlist Field Types + * + * Since: 0.5.0 */ typedef enum { @@ -474,6 +486,8 @@ typedef enum * @ITDB_SPLAT_BINARY_AND: is / is not (binary AND) * * Smart Playlist Action Types + * + * Since: 0.5.0 */ typedef enum { @@ -500,6 +514,8 @@ typedef enum * These are to pass to AddRule() when you need a unit for the two "in the last" * action types. In theory, you can use any time range. iTunes might not * like it, but the iPod shouldn't care. + * + * Since: 0.5.0 */ typedef enum { ITDB_SPLACTION_LAST_DAYS_VALUE = 86400, /* nr of secs in 24 hours */ @@ -572,6 +588,8 @@ typedef enum { * @ITDB_SPLFIELD_ALBUMARTIST: Album artist (string) * * Smart Playlist Fields, used for Smart Playlist Rules (#Itdb_SPLRule). + * + * Since: 0.5.0 */ typedef enum { ITDB_SPLFIELD_SONG_NAME = 0x02, @@ -621,6 +639,8 @@ typedef enum { * * Smart Playlist preferences are for various flags that are not strictly smart * playlist "rules." + * + * Since: 0.5.0 */ struct _Itdb_SPLPref { @@ -670,6 +690,8 @@ struct _Itdb_SPLPref * * For more details see <ulink * url="http://ipodlinux.org/ITunesDB.html#Smart_Playlist_Rule_Values">ipodlinux.org</ulink>. + * + * Since: 0.5.0 */ struct _Itdb_SPLRule { @@ -706,6 +728,8 @@ struct _Itdb_SPLRule * @reserved2: Reserved for future use * * Smart Playlist Rules + * + * Since: 0.5.0 */ struct _Itdb_SPLRules { @@ -1134,6 +1158,8 @@ typedef enum * The mediatype is used to determine what menu a track appears under. For * example, setting the mediatype to #ITDB_MEDIATYPE_PODCAST makes the track * appear on the Podcast menu. + * + * Since: 0.5.0 */ typedef enum { |
