X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Finstance.h;fp=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Finstance.h;h=06a0fa4cbd970652915cd46deaf4480dfdc55c55;hb=8ac68e4712cb039d20c589440cd71ecd33e97b8c;hp=d07474af3eabf97b18e22843281bdd8643c47587;hpb=d474565b9fdb473a7c4d2db9822d8ff4f6eb79ed;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/instance.h b/synfig-studio/trunk/src/gtkmm/instance.h index d07474a..06a0fa4 100644 --- a/synfig-studio/trunk/src/gtkmm/instance.h +++ b/synfig-studio/trunk/src/gtkmm/instance.h @@ -178,6 +178,9 @@ public: bool save_as(const synfig::String &filename); + //! returns true if the instance has a real filename associated with it, rather than the made up "synfig animation 1" or some such + bool has_real_filename(); + //! Opens a "Save As" dialog, and then saves the composition to that file //! returns true if the save was successful bool dialog_save_as();