I decided to construct a new GtkBuilder every time, and destroy it. It
works for me. My xml files are not that big anyway.

On Tue, 2012-12-04 at 01:33 +0900, Tristan Van Berkom wrote:
> Probably you want to use GResource to store your builder
> xml (or const gchar* memory) instead of scratching the HD
> every time you need a new object. 

YES :) I was going to write a python script to bundle the xml files into
a C string. Thanks a ton.

-- 
Joe Steeve
HiPro IT Solutions Private Limited
http://hipro.co.in/
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to