From 7650d7d53fdc1e7767573f09fcaf9689d7583562 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Wed, 7 Jun 2006 15:41:50 +0000 Subject: * src/itdb.h src/itdb_device.c: Added itdb_device_write_sysinfo() and itdb_device_set_sysinfo(). * src/itdb_itunesdb.c (itdb_create_directories): Use functions introduced above. (itdb_write): Write SynsInfo file when writing the iTunesDB if SysInfo hash has been changed by application. * src/itdb_device.[ch]: mark sysinfo hash as changed/unchanged. * src/itdb_photoalbum.c (itdb_photodb_write): Write SynsInfo file when writing the iTunesDB if SysInfo hash has been changed by application. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1302 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- docs/reference/tmpl/device.sgml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/reference') diff --git a/docs/reference/tmpl/device.sgml b/docs/reference/tmpl/device.sgml index f984e1e..67534e9 100644 --- a/docs/reference/tmpl/device.sgml +++ b/docs/reference/tmpl/device.sgml @@ -26,6 +26,7 @@ Data structure holding information about the iPod (model, mount point, ...) @musicdirs: @byte_order: @sysinfo: +@sysinfo_changed: -- cgit