From 89f44635a82d6d2358b9cbb57cb49160461c51e0 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Mon, 2 Jun 2008 15:47:25 +0000 Subject: * src/gchecksum.c src/gchecksum.h src/Makefile.am configure.ac: copied gchecksum from glib 2.16.3. It's used if we compile on a system that does not have glib 2.16 or higher. Testing is needed whether it's really pulled in in those cases -- I'm using 2.16.3 myself. * src/itdb_itunesdb.c (mk_mhit): write mhii_link. * src/db-artwork-writer.c: code to handle sparse artwork correctly. (ipod_supports_sparse_artwork): currently hard-coded to TRUE. Will be changed in the future to reflect the information given in the SysInfoExtended. Change yourself if your iPod does not support Sparse Artwork (sharing of thumbnails between several tracks). git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2005 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- docs/reference/tmpl/artwork.sgml | 96 ++------------------------------- docs/reference/tmpl/libgpod-unused.sgml | 70 ++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 93 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/tmpl/artwork.sgml b/docs/reference/tmpl/artwork.sgml index 1f491bd..2ae5914 100644 --- a/docs/reference/tmpl/artwork.sgml +++ b/docs/reference/tmpl/artwork.sgml @@ -24,8 +24,9 @@ album/track artwork. For working with photos, see the -@thumbnails: +@thumbnail: @id: +@dbid: @unk028: @rating: @unk036: @@ -46,22 +47,8 @@ album/track artwork. For working with photos, see the -@type: -@filename: -@image_data: -@image_data_len: -@pixbuf: +@data_type: @rotation: -@offset: -@size: -@width: -@height: -@horizontal_padding: -@vertical_padding: -@reserved_int1: -@reserved_int2: -@reserved1: -@reserved2: @@ -106,55 +93,6 @@ album/track artwork. For working with photos, see the @artwork: - - - - - -@artwork: -@type: -@filename: -@rotation: -@error: -@Returns: - - - - - - - -@artwork: -@type: -@image_data: -@image_data_len: -@rotation: -@error: -@Returns: - - - - - - - -@artwork: -@type: -@pixbuf: -@rotation: -@error: -@Returns: - - - - - - - -@artwork: -@thumb: - - @@ -163,16 +101,6 @@ album/track artwork. For working with photos, see the @artwork: - - - - - -@artwork: -@type: -@Returns: - - @@ -200,21 +128,3 @@ album/track artwork. For working with photos, see the @thumb: - - - - - -@Returns: - - - - - - - -@device: -@thumb: -@Returns: - - diff --git a/docs/reference/tmpl/libgpod-unused.sgml b/docs/reference/tmpl/libgpod-unused.sgml index e4b24dd..9513543 100644 --- a/docs/reference/tmpl/libgpod-unused.sgml +++ b/docs/reference/tmpl/libgpod-unused.sgml @@ -315,6 +315,60 @@ iTunesDB + + + + + +@artwork: +@type: +@filename: +@rotation: +@error: +@Returns: + + + + + + +@artwork: +@type: +@image_data: +@image_data_len: +@rotation: +@error: +@Returns: + + + + + + +@artwork: +@type: +@pixbuf: +@rotation: +@error: +@Returns: + + + + + + +@artwork: +@type: +@Returns: + + + + + + +@artwork: +@thumb: + @@ -322,3 +376,19 @@ iTunesDB @Returns: + + + + + +@device: +@thumb: +@Returns: + + + + + + +@Returns: + -- cgit