Hi, Pepster <[EMAIL PROTECTED]> writes:
> My plugin have various user selectable configuration settings. > > Right now, I use ~/.gimp-2.2/gimprc to store the defaults. > > I am not sure if it is correct to fill up gimprc in this way, and no > setting is saved between sessions. > > So, Is there a better/recommended way for plugins to store such data > in the gimp? Is there a recommended practice for saving loading such > settings? GIMP 2.4 will provide a framework that allows plug-ins to store their settings. For now you will have to either implement it yourself, use gimp_gimprc_set() or a global persistent parasite. Sven _______________________________________________ Gimp-developer mailing list [email protected] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer
