summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-08-19 13:00:37 -0400
committerTodd Zullinger <tmz@pobox.com>2008-11-14 12:14:45 -0500
commitacdadb94eebc7cd1652d72072c8b4d337f60d412 (patch)
tree8d36cb83f48e1c5a8132ea23b7c641eae018091b
parenta273e1e8217ddb97e690abcaa3c4834916aeb5b7 (diff)
downloadlibgpod-acdadb94eebc7cd1652d72072c8b4d337f60d412.tar.gz
libgpod-acdadb94eebc7cd1652d72072c8b4d337f60d412.tar.xz
libgpod-acdadb94eebc7cd1652d72072c8b4d337f60d412.zip
Documentation: minor cleanup of the Photo DB description section
-rw-r--r--docs/reference/tmpl/photodb.sgml13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/reference/tmpl/photodb.sgml b/docs/reference/tmpl/photodb.sgml
index 08e307d..aded6bf 100644
--- a/docs/reference/tmpl/photodb.sgml
+++ b/docs/reference/tmpl/photodb.sgml
@@ -59,20 +59,21 @@ Library Album if called with no name.
</para>
<para>
If you cannot add photos because your iPod is not recognized,
-you may have to set the iPod model by calling:
+you may have to set the iPod model by calling
+itdb_device_set_sysinfo(), e.g. for an 80 GB 6th generation
+iPod Video, you would use:
</para>
<programlisting>
-itdb_device_set_sysinfo (db->device, "ModelNumStr", model);
+itdb_device_set_sysinfo (db->device, "ModelNumStr", "MA450");
</programlisting>
<para>
-For example, "MA450" would stand for an 80 GB 6th generation iPod Video. See
-<ulink type="http"
+See <ulink type="http"
url="http://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/trunk/src/itdb_device.c">itdb_device.c</ulink>
for a list of supported models.
</para>
<para>
-This information will be written to the iPod when the PhotoDB is
-saved (itdb_device_write_sysinfo() is called).
+The model number will be saved on the iPod when the PhotoDB is
+written (itdb_photodb_write() calls itdb_device_write_sysinfo()).
</para>
<para>
Have a look at the <ulink type="http"