Re: custom gtkwidget destruction

2011-02-24 Thread Tristan Van Berkom
On Fri, Feb 25, 2011 at 7:57 AM, James Morris wrote: > Hi, > > I'm a little confused over destruction of my custom widgets. I'm > mainly looking at existing code for how to do things as I've found the > docs (via DevHelp) difficult to understand and to garner an idea of > when and what is needed.

custom gtkwidget destruction

2011-02-24 Thread James Morris
Hi, I'm a little confused over destruction of my custom widgets. I'm mainly looking at existing code for how to do things as I've found the docs (via DevHelp) difficult to understand and to garner an idea of when and what is needed. Here's some typical code for one of the widgets which is (typica

Using gsettings macro

2011-02-24 Thread Javier Hernández
Hi all! I'm porting to GSettings, and I need to pass the option "--allow-any-name" for a succesfully schema compile. I was seeing the macro and does not allow to pass specific compiling arguments, so, I think that could take sense passing such arguments to the macro. Is this a good idea, or