~ubuntu-branches/ubuntu/lucid/totem-pl-parser/lucid

« back to all changes in this revision

Viewing changes to docs/reference/html/totem-pl-parser.devhelp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-01-26 20:52:06 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126205206-mj1kg7e81c9f0zgv
Tags: 2.29.1-0ubuntu1
* New upstream release:
  - Add introspection support
  - Remove GTK+ dependency
  - Remove deprecated symbols
  - Add more metadata to XSPF playlist saving
  - Fix compilation on *BSDs
* debian/watch: update to take unstable version
* debian/control.in:
  - add Vcs-Bzr tag
  - add gobject-introspection, libgirepository1.0-dev and gir1.0-glib-2.0
    build-dep
  - remove libgtk2.0-dev build-dep
  - bump package revision as soname bumped
  - add gir1.0-totemplparser-1.0 package
* debian/rules:
  - bump makeshlibs args to new revision
  - call dh_girepository
* debian/libtotem-plparser17.install:
  - renamed from debian/libtotem-plparser12.install
* add debian/gir1.0-totemplparser-1.0.install package
* debian/libtotem-plparser-dev.install:
  - add gir file
* add debian/patches/01_fix_gir_file.patch:
  - fix gir and typelib file to have good release version
* add debian/patches/90autoreconf.patch to include previous patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  <chapters>
5
5
    <sub name="API Reference" link="api-reference.html">
6
6
      <sub name="TotemPlParser" link="TotemPlParser.html"/>
 
7
      <sub name="TotemPlPlaylist" link="TotemPlPlaylist.html"/>
7
8
      <sub name="totem-disc" link="totem-pl-parser-totem-disc.html"/>
8
9
    </sub>
9
10
    <sub name="Index of all symbols" link="api-index-full.html"/>
10
11
    <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
 
12
    <sub name="Annotation glossary" link="annotation-glossary.html"/>
11
13
  </chapters>
12
14
  <functions>
13
 
    <function name="TotemPlParser" link="TotemPlParser.html#TotemPlParser"/>
 
15
    <function name="TotemPlParser" link="TotemPlParser.html#TotemPlParser-struct"/>
14
16
    <function name="TotemPlParserClass" link="TotemPlParser.html#TotemPlParserClass"/>
15
17
    <function name="enum TotemPlParserResult" link="TotemPlParser.html#TotemPlParserResult"/>
16
18
    <function name="enum TotemPlParserType" link="TotemPlParser.html#TotemPlParserType"/>
17
19
    <function name="enum TotemPlParserError" link="TotemPlParser.html#TotemPlParserError"/>
18
 
    <function name="TotemPlParserIterFunc ()" link="TotemPlParser.html#TotemPlParserIterFunc"/>
19
20
    <function name="totem_pl_parser_new ()" link="TotemPlParser.html#totem-pl-parser-new"/>
20
21
    <function name="totem_pl_parser_parse ()" link="TotemPlParser.html#totem-pl-parser-parse"/>
21
22
    <function name="totem_pl_parser_parse_async ()" link="TotemPlParser.html#totem-pl-parser-parse-async"/>
22
23
    <function name="totem_pl_parser_parse_finish ()" link="TotemPlParser.html#totem-pl-parser-parse-finish"/>
23
24
    <function name="totem_pl_parser_parse_with_base ()" link="TotemPlParser.html#totem-pl-parser-parse-with-base"/>
24
25
    <function name="totem_pl_parser_parse_with_base_async ()" link="TotemPlParser.html#totem-pl-parser-parse-with-base-async"/>
25
 
    <function name="totem_pl_parser_write ()" link="TotemPlParser.html#totem-pl-parser-write"/>
26
 
    <function name="totem_pl_parser_write_with_title ()" link="TotemPlParser.html#totem-pl-parser-write-with-title"/>
 
26
    <function name="totem_pl_parser_save ()" link="TotemPlParser.html#totem-pl-parser-save"/>
27
27
    <function name="totem_pl_parser_parse_duration ()" link="TotemPlParser.html#totem-pl-parser-parse-duration"/>
28
28
    <function name="totem_pl_parser_parse_date ()" link="TotemPlParser.html#totem-pl-parser-parse-date"/>
29
29
    <function name="totem_pl_parser_add_ignored_scheme ()" link="TotemPlParser.html#totem-pl-parser-add-ignored-scheme"/>
63
63
    <function name="The &quot;entry-parsed&quot; signal" link="TotemPlParser.html#TotemPlParser-entry-parsed"/>
64
64
    <function name="The &quot;playlist-ended&quot; signal" link="TotemPlParser.html#TotemPlParser-playlist-ended"/>
65
65
    <function name="The &quot;playlist-started&quot; signal" link="TotemPlParser.html#TotemPlParser-playlist-started"/>
 
66
    <function name="TotemPlPlaylist" link="TotemPlPlaylist.html#TotemPlPlaylist"/>
 
67
    <function name="TotemPlPlaylistClass" link="TotemPlPlaylist.html#TotemPlPlaylistClass"/>
 
68
    <function name="totem_pl_playlist_new ()" link="TotemPlPlaylist.html#totem-pl-playlist-new"/>
 
69
    <function name="totem_pl_playlist_size ()" link="TotemPlPlaylist.html#totem-pl-playlist-size"/>
 
70
    <function name="totem_pl_playlist_prepend ()" link="TotemPlPlaylist.html#totem-pl-playlist-prepend"/>
 
71
    <function name="totem_pl_playlist_append ()" link="TotemPlPlaylist.html#totem-pl-playlist-append"/>
 
72
    <function name="totem_pl_playlist_insert ()" link="TotemPlPlaylist.html#totem-pl-playlist-insert"/>
 
73
    <function name="totem_pl_playlist_iter_first ()" link="TotemPlPlaylist.html#totem-pl-playlist-iter-first"/>
 
74
    <function name="totem_pl_playlist_iter_next ()" link="TotemPlPlaylist.html#totem-pl-playlist-iter-next"/>
 
75
    <function name="totem_pl_playlist_iter_prev ()" link="TotemPlPlaylist.html#totem-pl-playlist-iter-prev"/>
 
76
    <function name="totem_pl_playlist_get_value ()" link="TotemPlPlaylist.html#totem-pl-playlist-get-value"/>
 
77
    <function name="totem_pl_playlist_get_valist ()" link="TotemPlPlaylist.html#totem-pl-playlist-get-valist"/>
 
78
    <function name="totem_pl_playlist_get ()" link="TotemPlPlaylist.html#totem-pl-playlist-get"/>
 
79
    <function name="totem_pl_playlist_set_value ()" link="TotemPlPlaylist.html#totem-pl-playlist-set-value"/>
 
80
    <function name="totem_pl_playlist_set_valist ()" link="TotemPlPlaylist.html#totem-pl-playlist-set-valist"/>
 
81
    <function name="totem_pl_playlist_set ()" link="TotemPlPlaylist.html#totem-pl-playlist-set"/>
66
82
    <function name="enum TotemDiscMediaType" link="totem-pl-parser-totem-disc.html#TotemDiscMediaType"/>
67
83
    <function name="totem_cd_detect_type ()" link="totem-pl-parser-totem-disc.html#totem-cd-detect-type"/>
68
84
    <function name="totem_cd_detect_type_with_url ()" link="totem-pl-parser-totem-disc.html#totem-cd-detect-type-with-url"/>