diff options
| author | Todd Zullinger <tmz@pobox.com> | 2008-07-17 14:26:29 -0400 |
|---|---|---|
| committer | Todd Zullinger <tmz@pobox.com> | 2008-11-14 12:12:57 -0500 |
| commit | 952af46f2c179bb3de51f0f4b903b3c57e4442ee (patch) | |
| tree | ab6ba7e8c77461ca9d2c00f9978ad7578702fea9 /docs/reference/tmpl/chapterdata.sgml | |
| parent | f6f1ddc8a49ce9424f9fe67e889c0cfaa8cde4d9 (diff) | |
| download | libgpod-952af46f2c179bb3de51f0f4b903b3c57e4442ee.tar.gz libgpod-952af46f2c179bb3de51f0f4b903b3c57e4442ee.tar.xz libgpod-952af46f2c179bb3de51f0f4b903b3c57e4442ee.zip | |
Documentation: update API docs
Add new functions to the proper places in the documentation, remove
old/unused functions, and clean up various minor issues.
Diffstat (limited to 'docs/reference/tmpl/chapterdata.sgml')
| -rw-r--r-- | docs/reference/tmpl/chapterdata.sgml | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/docs/reference/tmpl/chapterdata.sgml b/docs/reference/tmpl/chapterdata.sgml new file mode 100644 index 0000000..f76f63b --- /dev/null +++ b/docs/reference/tmpl/chapterdata.sgml @@ -0,0 +1,123 @@ +<!-- ##### SECTION Title ##### --> +Chapter Data + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### STRUCT Itdb_Chapter ##### --> +<para> + +</para> + +@startpos: +@chaptertitle: +@reserved_int1: +@reserved_int2: +@reserved1: +@reserved2: + +<!-- ##### STRUCT Itdb_Chapterdata ##### --> +<para> + +</para> + +@chapters: +@unk024: +@unk028: +@unk032: +@reserved_int1: +@reserved_int2: +@reserved1: +@reserved2: + +<!-- ##### FUNCTION itdb_chapter_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION itdb_chapter_duplicate ##### --> +<para> + +</para> + +@chapter: +@Returns: + + +<!-- ##### FUNCTION itdb_chapter_free ##### --> +<para> + +</para> + +@chapter: + + +<!-- ##### FUNCTION itdb_chapterdata_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION itdb_chapterdata_add_chapter ##### --> +<para> + +</para> + +@chapterdata: +@startpos: +@chaptertitle: +@Returns: + + +<!-- ##### FUNCTION itdb_chapterdata_duplicate ##### --> +<para> + +</para> + +@chapterdata: +@Returns: + + +<!-- ##### FUNCTION itdb_chapterdata_remove_chapter ##### --> +<para> + +</para> + +@chapterdata: +@chapter: + + +<!-- ##### FUNCTION itdb_chapterdata_remove_chapters ##### --> +<para> + +</para> + +@chapterdata: + + +<!-- ##### FUNCTION itdb_chapterdata_free ##### --> +<para> + +</para> + +@chapterdata: + + |
