On 07/28/2007 11:37:29 AM, Enrico Tröger wrote:
On Fri, 27 Jul 2007 19:55:20 -0400, blackdog blackdog@ipowerhouse.com wrote:
Hi
Where's the best place for plugin specific data?
~/.geany/plugins/pluginname/
I think so. Remember to make sure ~/.geany/plugins exists e.g. by using g_mkdir_with_parents().
Actually utils_mkdir() should be used with the create_parent_dirs argument. This is compatible with GLib 2.6.
Regards, Nick