diff options
Diffstat (limited to 'docs/reference/tmpl')
| -rw-r--r-- | docs/reference/tmpl/artwork.sgml | 14 | ||||
| -rw-r--r-- | docs/reference/tmpl/photodb.sgml | 13 | ||||
| -rw-r--r-- | docs/reference/tmpl/track.sgml | 10 |
3 files changed, 37 insertions, 0 deletions
diff --git a/docs/reference/tmpl/artwork.sgml b/docs/reference/tmpl/artwork.sgml index 32a7679..644980b 100644 --- a/docs/reference/tmpl/artwork.sgml +++ b/docs/reference/tmpl/artwork.sgml @@ -46,6 +46,7 @@ album/track artwork. For working with photos, see the @filename: @image_data: @image_data_len: +@pixbuf: @rotation: @offset: @size: @@ -118,6 +119,19 @@ album/track artwork. For working with photos, see the @Returns: +<!-- ##### FUNCTION itdb_artwork_add_thumbnail_from_pixbuf ##### --> +<para> + +</para> + +@artwork: +@type: +@pixbuf: +@rotation: +@error: +@Returns: + + <!-- ##### FUNCTION itdb_artwork_remove_thumbnail ##### --> <para> diff --git a/docs/reference/tmpl/photodb.sgml b/docs/reference/tmpl/photodb.sgml index 24032bb..b00d20a 100644 --- a/docs/reference/tmpl/photodb.sgml +++ b/docs/reference/tmpl/photodb.sgml @@ -157,6 +157,19 @@ directory of the libgpod source for an example of how to use the interface. @Returns: +<!-- ##### FUNCTION itdb_photodb_add_photo_from_pixbuf ##### --> +<para> + +</para> + +@db: +@pixbuf: +@position: +@rotation: +@error: +@Returns: + + <!-- ##### FUNCTION itdb_photodb_create ##### --> <para> diff --git a/docs/reference/tmpl/track.sgml b/docs/reference/tmpl/track.sgml index 162b608..658d51e 100644 --- a/docs/reference/tmpl/track.sgml +++ b/docs/reference/tmpl/track.sgml @@ -250,6 +250,16 @@ information about an iPod track. @Returns: +<!-- ##### FUNCTION itdb_track_set_thumbnails_from_pixbuf ##### --> +<para> + +</para> + +@track: +@pixbuf: +@Returns: + + <!-- ##### FUNCTION itdb_track_remove_thumbnails ##### --> <para> |
