From 517d4c9dca936c1a0ccb93271a3fa492df9951fc Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 11 Jan 2007 07:10:55 +0000 Subject: Add PhotoDB functions to the docs. Incorporate usage overviews from README into the docs. Fix a few doc comments to allow gtk-doc to parse them. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1356 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- docs/reference/libgpod-docs.xml | 55 +++++++++++++++++++++++++++++++---------- 1 file changed, 42 insertions(+), 13 deletions(-) (limited to 'docs/reference/libgpod-docs.xml') diff --git a/docs/reference/libgpod-docs.xml b/docs/reference/libgpod-docs.xml index bb66747..d80fd43 100644 --- a/docs/reference/libgpod-docs.xml +++ b/docs/reference/libgpod-docs.xml @@ -52,25 +52,54 @@ - This manual documents the interfaces of the libgpod - library and has some short notes to help get you up to speed - with using the library. + + This manual documents the interfaces of the libgpod library and + has some short notes to help get you up to speed with using the + library. + + + Please see the programs in the tests/ + directory of the source distribution for some usage examples. A more + complete example can be found in the source for Gtkpod. You can also ask questions + on the developer's mailing list: gtkpod-devel@lists.sourceforge.net. + - + iPod database + + + The iPod database functions are used for adding audio and video + to the iPod. + + + - - - iPod database components - - - - - - + + iPod database components + + + + + + + + + + Photo database + + + The Photo database functions are used for adding pictures to + the iPod. + + + + -- cgit