~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to src/soxdialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2003 2004, Magnus Hjorth
 
2
 * Copyright (C) 2003 2004 2006, Magnus Hjorth
3
3
 *
4
4
 * This file is part of mhWaveEdit.
5
5
 *
49
49
GtkType sox_dialog_get_type(void);
50
50
void sox_dialog_register(void);
51
51
gchar *sox_dialog_first_effect(void);
52
 
void sox_dialog_format_string(gchar *buf, guint bufsize, guint samplerate,
53
 
                              gboolean sign, guint samplesize, guint channels);
 
52
void sox_dialog_format_string(gchar *buf, guint bufsize, Dataformat *fmt);
54
53
 
55
54
#endif