diff options
| author | Todd Zullinger <tmz@pobox.com> | 2008-12-08 01:16:58 +0000 |
|---|---|---|
| committer | Todd Zullinger <tmz@pobox.com> | 2008-12-08 01:16:58 +0000 |
| commit | 5cc45a27c170810d537b1b479573eeb45cc0de1c (patch) | |
| tree | e96fded23cb316a1be5603740ce495bd62faca37 /docs/reference/tmpl/chapterdata.sgml | |
| parent | cbae285207ff226bdbe1a3c249a5ffa33a457bc3 (diff) | |
| download | libgpod-5cc45a27c170810d537b1b479573eeb45cc0de1c.tar.gz libgpod-5cc45a27c170810d537b1b479573eeb45cc0de1c.tar.xz libgpod-5cc45a27c170810d537b1b479573eeb45cc0de1c.zip | |
Update API documentation
Add new functions and missing enums, macros, and structs to the proper
places in the documentation, remove old/unused functions, and clean up
various minor issues.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2159 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'docs/reference/tmpl/chapterdata.sgml')
| -rw-r--r-- | docs/reference/tmpl/chapterdata.sgml | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/docs/reference/tmpl/chapterdata.sgml b/docs/reference/tmpl/chapterdata.sgml new file mode 100644 index 0000000..6c83b9b --- /dev/null +++ b/docs/reference/tmpl/chapterdata.sgml @@ -0,0 +1,124 @@ +<!-- ##### SECTION Title ##### --> +Chapter Data + +<!-- ##### SECTION Short_Description ##### --> +Data structure to store chapter data for tracks + +<!-- ##### SECTION Long_Description ##### --> +<para> +Chapters allow for a large file to be divided into sections. The start and stop +points in the track are defined here, as well as the title for each chapter. +</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: + + |
