~ubuntu-branches/ubuntu/saucy/totem-pl-parser/saucy-proposed

« back to all changes in this revision

Viewing changes to plparse/totem-pl-parser-xspf.h

  • 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:
32
32
#endif /* !TOTEM_PL_PARSER_MINI */
33
33
 
34
34
#ifndef TOTEM_PL_PARSER_MINI
35
 
gboolean totem_pl_parser_write_xspf (TotemPlParser *parser,
36
 
                                     GtkTreeModel *model,
37
 
                                     TotemPlParserIterFunc func, 
38
 
                                     GFile *output,
39
 
                                     const char *title,
40
 
                                     gpointer user_data,
41
 
                                     GError **error);
 
35
 
 
36
gboolean totem_pl_parser_save_xspf (TotemPlParser *parser,
 
37
                                    TotemPlPlaylist *playlist,
 
38
                                    GFile *output,
 
39
                                    const char *title,
 
40
                                    GError **error);
 
41
 
 
42
 
42
43
TotemPlParserResult totem_pl_parser_add_xspf (TotemPlParser *parser,
43
44
                                              GFile *file,
44
45
                                              GFile *base_file,