Code

noop: Use G_N_ELEMENTS in attach_all callers instead of passing sizeof.
[inkscape.git] / src / ui / dialog / filedialog.h
index daefc9387c9c9ac74dca442a5be9fb6f4c3ec410..c573dbe5dd337886faed11afd13091685f08cd0b 100644 (file)
@@ -165,6 +165,8 @@ public:
      */
     virtual Inkscape::Extension::Extension * getSelectionType() = 0;
 
+    virtual void setSelectionType( Inkscape::Extension::Extension * key ) = 0;
+
     virtual Glib::ustring getFilename () =0;
 
     /**
@@ -172,6 +174,10 @@ public:
      */
     virtual void change_title(const Glib::ustring& title) =0;
 
+    /**
+     * Change the default save path location.
+     */
+    virtual void change_path(const Glib::ustring& path) =0;
 
 }; //FileSaveDialog