~ubuntu-branches/ubuntu/intrepid/brasero/intrepid

« back to all changes in this revision

Viewing changes to src/burn-session.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-09-16 01:42:16 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080916014216-6i52xrjqda0xo8af
Tags: 0.8.2-0ubuntu1
* New upstream release (LP: #270752)
  - brasero crashed with SIGSEGV in brasero_medium_reload_info()
    (LP: #261691)
  - brasero crashed with SIGSEGV in 
    brasero_jacket_buffer_add_default_tag() (LP: #260502)
  - brasero crashed with SIGSEGV in brasero_medium_get_write_speeds()
    (LP: #257806)
  - copy CD/DVD button disabled in Brasero (LP: #238497)
  - brasero crashed with SIGSEGV in brasero_track_get_toc_source()
    (LP: #256889)
* debian/brasero.install
  - Add brasero-copy-medium, open-image, open-playlist, open-project
    desktop files
* debian/patches/013_disable_deprecated.patch:
  - Dropped, not required anymore
* debian/patches/008-add-gettext-domain-to-desktop-file.patch:
  - Updated for new release
* debian/patches/010_lpi.patch, debian/patches/99_autoconf;
  - Refreshed for the release

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
BraseroBurnResult
79
79
brasero_burn_session_add_track (BraseroBurnSession *session,
80
80
                                BraseroTrack *track);
 
81
void
 
82
brasero_burn_session_clear_current_track (BraseroBurnSession *session);
81
83
 
82
84
GSList *
83
85
brasero_burn_session_get_tracks (BraseroBurnSession *session);