diff options
| author | Todd Zullinger <tmz@pobox.com> | 2008-08-02 07:11:54 +0000 |
|---|---|---|
| committer | Todd Zullinger <tmz@pobox.com> | 2008-08-02 07:11:54 +0000 |
| commit | 57c10ac7860f08302e7ef7f3d051f65c814fbd23 (patch) | |
| tree | 2b3b0ae7ab99d1891e2ec5e01d4a6192b00992b1 /src | |
| parent | 3c7351c5f543aea741fd599d05a17d08386ce156 (diff) | |
| download | libgpod-57c10ac7860f08302e7ef7f3d051f65c814fbd23.tar.gz libgpod-57c10ac7860f08302e7ef7f3d051f65c814fbd23.tar.xz libgpod-57c10ac7860f08302e7ef7f3d051f65c814fbd23.zip | |
Fix typo in itdb_track_get_thumbnail() doc comment
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2077 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
| -rw-r--r-- | src/itdb_track.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itdb_track.c b/src/itdb_track.c index c7ed9e6..0d9f185 100644 --- a/src/itdb_track.c +++ b/src/itdb_track.c @@ -630,7 +630,7 @@ gboolean itdb_track_has_thumbnails (Itdb_Track *track) } /** - * itdb_track_get_thumbnail! + * itdb_track_get_thumbnail: * @track: an #Itdb_Track * @width: width of the pixbuf to retrieve, -1 for the biggest possible size * (with no scaling) |
