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

« back to all changes in this revision

Viewing changes to plparse/totem-pl-parser-lines.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:
36
36
const char * totem_pl_parser_is_uri_list (const char *data, gsize len);
37
37
 
38
38
#ifndef TOTEM_PL_PARSER_MINI
39
 
gboolean totem_pl_parser_write_m3u (TotemPlParser *parser,
40
 
                                    GtkTreeModel *model,
41
 
                                    TotemPlParserIterFunc func,
42
 
                                    GFile *output,
43
 
                                    gboolean dos_compatible,
44
 
                                    gpointer user_data,
45
 
                                    GError **error);
 
39
gboolean totem_pl_parser_save_m3u (TotemPlParser *parser,
 
40
                                   TotemPlPlaylist *playlist,
 
41
                                   GFile *output,
 
42
                                   gboolean dos_compatible,
 
43
                                   GError **error);
 
44
 
46
45
TotemPlParserResult totem_pl_parser_add_ram (TotemPlParser *parser,
47
46
                                             GFile *file,
48
47
                                             TotemPlParseData *parse_data,