diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-09-22 18:16:50 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-09-22 18:16:50 +0000 |
| commit | da83c8e68edfca1b740b95fe045b5bd32c8ab56d (patch) | |
| tree | dd5f9c7eb78249d02e1a80a8a7447c2bcc0fd4c9 /src/db-parse-context.h | |
| parent | f3ffd45a6e75de502d9c1e913d7b701fef725d34 (diff) | |
| download | libgpod-da83c8e68edfca1b740b95fe045b5bd32c8ab56d.tar.gz libgpod-da83c8e68edfca1b740b95fe045b5bd32c8ab56d.tar.xz libgpod-da83c8e68edfca1b740b95fe045b5bd32c8ab56d.zip | |
* applied Christophe Fergeau's patch which adds cover art writing
support to libgpod -> bump to version 104
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1098 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-parse-context.h')
| -rw-r--r-- | src/db-parse-context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db-parse-context.h b/src/db-parse-context.h index b442c36..528856f 100644 --- a/src/db-parse-context.h +++ b/src/db-parse-context.h @@ -49,5 +49,6 @@ G_GNUC_INTERNAL DBParseContext *db_parse_context_get_next_child (DBParseContext G_GNUC_INTERNAL void *db_parse_context_get_m_header_internal (DBParseContext *ctx, const char *id, off_t size) G_GNUC_INTERNAL; G_GNUC_INTERNAL DBParseContext *db_parse_context_new_from_file (const char *filename) G_GNUC_INTERNAL; +G_GNUC_INTERNAL void db_parse_context_destroy (DBParseContext *ctx, gboolean unmap); #endif |
