~ubuntu-branches/ubuntu/edgy/gparted/edgy

« back to all changes in this revision

Viewing changes to include/Win_GParted.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2006-09-20 13:12:48 UTC
  • Revision ID: james.westby@ubuntu.com-20060920131248-e9eeg869io1l4rop
Tags: 0.2.5-1.1ubuntu6
Add support for a --filesystem option which can be used in installer
mode (only) to allow the installer to override gparted's initial idea of
the filesystem in use on a partition. Filesystems created this way are
considered new, so they can be resized freely, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
class Win_GParted : public Gtk::Window
48
48
{
49
49
public:
50
 
        Win_GParted( const std::vector<Glib::ustring> & user_devices, int installer ) ;
 
50
        Win_GParted( const std::vector<Glib::ustring> & user_devices, int installer, const std::map<Glib::ustring, FILESYSTEM> & filesystem_overrides ) ;
51
51
        ~Win_GParted() ;
52
52
 
53
53
private: