~ubuntu-branches/ubuntu/feisty/sound-juicer/feisty

« back to all changes in this revision

Viewing changes to src/sj-extracting.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-01-29 16:36:49 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070129163649-15eye8066jyy6fp9
Tags: 2.16.3-0ubuntu1
* New upstream version:
  - Fix install target
  - Set urgency hint on completed dialog (Ubuntu: #58368)
  - Add man page
  - Ensure playback is stopped when media is removed
  - Source cleanups
  - Fix typo to the recommended mp3 profile (Ubuntu: #78268)
* debian/patches/02_autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
void on_extract_activate (GtkWidget *button, gpointer user_data);
30
30
char *filepath_parse_pattern (const char* pattern, const TrackDetails *track);
 
31
void on_progress_cancel_clicked (GtkWidget *button, gpointer user_data);
31
32
 
32
33
#endif /* SJ_EXTRACTING_H */