diff options
author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2008-06-02 15:47:25 +0000 |
---|---|---|
committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2008-06-02 15:47:25 +0000 |
commit | 89f44635a82d6d2358b9cbb57cb49160461c51e0 (patch) | |
tree | cd719c4c2741250c3364d89508111ab32520a6a1 /docs/reference | |
parent | 41c6f4c24fc24042df0a2f1ebb0b076aaa7bf34f (diff) | |
download | libgpod-89f44635a82d6d2358b9cbb57cb49160461c51e0.tar.gz libgpod-89f44635a82d6d2358b9cbb57cb49160461c51e0.tar.xz libgpod-89f44635a82d6d2358b9cbb57cb49160461c51e0.zip |
* 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
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/tmpl/artwork.sgml | 96 | ||||
-rw-r--r-- | docs/reference/tmpl/libgpod-unused.sgml | 70 |
2 files changed, 73 insertions, 93 deletions
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 </para> -@thumbnails: +@thumbnail: @id: +@dbid: @unk028: @rating: @unk036: @@ -46,22 +47,8 @@ album/track artwork. For working with photos, see the </para> -@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: <!-- ##### ENUM ItdbThumbType ##### --> <para> @@ -106,55 +93,6 @@ album/track artwork. For working with photos, see the @artwork: -<!-- ##### FUNCTION itdb_artwork_add_thumbnail ##### --> -<para> - -</para> - -@artwork: -@type: -@filename: -@rotation: -@error: -@Returns: - - -<!-- ##### FUNCTION itdb_artwork_add_thumbnail_from_data ##### --> -<para> - -</para> - -@artwork: -@type: -@image_data: -@image_data_len: -@rotation: -@error: -@Returns: - - -<!-- ##### FUNCTION itdb_artwork_add_thumbnail_from_pixbuf ##### --> -<para> - -</para> - -@artwork: -@type: -@pixbuf: -@rotation: -@error: -@Returns: - - -<!-- ##### FUNCTION itdb_artwork_remove_thumbnail ##### --> -<para> - -</para> - -@artwork: -@thumb: - - <!-- ##### FUNCTION itdb_artwork_remove_thumbnails ##### --> <para> @@ -163,16 +101,6 @@ album/track artwork. For working with photos, see the @artwork: -<!-- ##### FUNCTION itdb_artwork_get_thumb_by_type ##### --> -<para> - -</para> - -@artwork: -@type: -@Returns: - - <!-- ##### FUNCTION itdb_thumb_get_gdk_pixbuf ##### --> <para> @@ -200,21 +128,3 @@ album/track artwork. For working with photos, see the @thumb: -<!-- ##### FUNCTION itdb_thumb_new ##### --> -<para> - -</para> - -@Returns: - - -<!-- ##### FUNCTION itdb_thumb_get_filename ##### --> -<para> - -</para> - -@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 </para> +<!-- ##### FUNCTION itdb_artwork_add_thumbnail ##### --> +<para> + +</para> + +@artwork: +@type: +@filename: +@rotation: +@error: +@Returns: + +<!-- ##### FUNCTION itdb_artwork_add_thumbnail_from_data ##### --> +<para> + +</para> + +@artwork: +@type: +@image_data: +@image_data_len: +@rotation: +@error: +@Returns: + +<!-- ##### FUNCTION itdb_artwork_add_thumbnail_from_pixbuf ##### --> +<para> + +</para> + +@artwork: +@type: +@pixbuf: +@rotation: +@error: +@Returns: + +<!-- ##### FUNCTION itdb_artwork_get_thumb_by_type ##### --> +<para> + +</para> + +@artwork: +@type: +@Returns: + +<!-- ##### FUNCTION itdb_artwork_remove_thumbnail ##### --> +<para> + +</para> + +@artwork: +@thumb: + <!-- ##### FUNCTION itdb_file_error_quark ##### --> <para> @@ -322,3 +376,19 @@ iTunesDB @Returns: +<!-- ##### FUNCTION itdb_thumb_get_filename ##### --> +<para> + +</para> + +@device: +@thumb: +@Returns: + +<!-- ##### FUNCTION itdb_thumb_new ##### --> +<para> + +</para> + +@Returns: + |