diff options
Diffstat (limited to 'src/itdb.h')
| -rw-r--r-- | src/itdb.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -119,6 +119,8 @@ typedef struct _Itdb_Chapterdata Itdb_Chapterdata; * * See http://support.apple.com/kb/HT1353 and http://en.wikipedia.org/wiki/IPod * for more details. + * + * Since: 0.4.0 */ typedef enum { ITDB_IPOD_GENERATION_UNKNOWN, @@ -183,6 +185,8 @@ typedef enum { * @ITDB_IPOD_MODEL_TOUCH_BLACK: iPod Touch (Black) * * iPod model information + * + * Since: 0.4.0 */ typedef enum { ITDB_IPOD_MODEL_INVALID, @@ -244,6 +248,8 @@ typedef enum { * @reserved2: Reserved for future use * * Structure representing information about an iPod + * + * Since: 0.4.0 */ struct _Itdb_IpodInfo { const gchar *model_number; @@ -882,6 +888,8 @@ struct _Itdb_Artwork { * @userdata_destroy: A function to free #userdata * * Structure representing an iTunes Photo database + * + * Since: 0.4.0 */ struct _Itdb_PhotoDB { @@ -976,6 +984,8 @@ struct _Itdb_iTunesDB * @userdata_destroy: A function to free #userdata * * Structure representing an iTunes Photo Album + * + * Since: 0.4.0 */ struct _Itdb_PhotoAlbum { |
