diff options
author | Todd Zullinger <tmz@pobox.com> | 2008-08-08 00:17:10 -0400 |
---|---|---|
committer | Todd Zullinger <tmz@pobox.com> | 2008-11-14 12:14:45 -0500 |
commit | ae3851301e71ac02e50ee88740b9b22b19e4fbd9 (patch) | |
tree | 846cb7580c416dd9db03c37636a22039685ef908 | |
parent | 3b8943d3e82d145950d100a5b6e2c1b9805bd073 (diff) | |
download | libgpod-ae3851301e71ac02e50ee88740b9b22b19e4fbd9.tar.gz libgpod-ae3851301e71ac02e50ee88740b9b22b19e4fbd9.tar.xz libgpod-ae3851301e71ac02e50ee88740b9b22b19e4fbd9.zip |
Documentation: re-organize itunesdb-lowlevel section
-rw-r--r-- | docs/reference/libgpod-sections.txt | 7 | ||||
-rw-r--r-- | docs/reference/tmpl/itunesdb-lowlevel.sgml | 34 |
2 files changed, 21 insertions, 20 deletions
diff --git a/docs/reference/libgpod-sections.txt b/docs/reference/libgpod-sections.txt index 830de9a..88f5745 100644 --- a/docs/reference/libgpod-sections.txt +++ b/docs/reference/libgpod-sections.txt @@ -44,16 +44,17 @@ itdb_get_itunessd_path itdb_get_artworkdb_path itdb_get_photodb_path itdb_get_photos_thumb_dir -itdb_get_path +itdb_get_path itdb_resolve_path -itdb_shuffle_write -itdb_shuffle_write_file + itdb_cp itdb_cp_get_dest_filename itdb_cp_finalize itdb_parse_file itdb_write_file +itdb_shuffle_write +itdb_shuffle_write_file itdb_duplicate </SECTION> diff --git a/docs/reference/tmpl/itunesdb-lowlevel.sgml b/docs/reference/tmpl/itunesdb-lowlevel.sgml index 9b8aaa8..9026d76 100644 --- a/docs/reference/tmpl/itunesdb-lowlevel.sgml +++ b/docs/reference/tmpl/itunesdb-lowlevel.sgml @@ -137,73 +137,73 @@ control over the iPod database. @Returns: -<!-- ##### FUNCTION itdb_shuffle_write ##### --> +<!-- ##### FUNCTION itdb_cp ##### --> <para> </para> -@itdb: +@from_file: +@to_file: @error: @Returns: -<!-- ##### FUNCTION itdb_shuffle_write_file ##### --> +<!-- ##### FUNCTION itdb_cp_get_dest_filename ##### --> <para> </para> -@itdb: +@track: +@mountpoint: @filename: @error: @Returns: -<!-- ##### FUNCTION itdb_cp ##### --> +<!-- ##### FUNCTION itdb_cp_finalize ##### --> <para> </para> -@from_file: -@to_file: +@track: +@mountpoint: +@dest_filename: @error: @Returns: -<!-- ##### FUNCTION itdb_cp_get_dest_filename ##### --> +<!-- ##### FUNCTION itdb_parse_file ##### --> <para> </para> -@track: -@mountpoint: @filename: @error: @Returns: -<!-- ##### FUNCTION itdb_cp_finalize ##### --> +<!-- ##### FUNCTION itdb_write_file ##### --> <para> </para> -@track: -@mountpoint: -@dest_filename: +@itdb: +@filename: @error: @Returns: -<!-- ##### FUNCTION itdb_parse_file ##### --> +<!-- ##### FUNCTION itdb_shuffle_write ##### --> <para> </para> -@filename: +@itdb: @error: @Returns: -<!-- ##### FUNCTION itdb_write_file ##### --> +<!-- ##### FUNCTION itdb_shuffle_write_file ##### --> <para> </para> |