Re: [pygtk] What is gobject.TYPE_BOXED?

2010-07-08 Thread Tomeu Vizoso
On Thu, Jul 8, 2010 at 05:56, John Stowers john.stowers.li...@gmail.com wrote: On Thu, Jul 8, 2010 at 2:48 PM, Jason Heeris jason.hee...@gmail.com wrote: Looking through the PyGTK gobject type constants[1], I noticed the gobject.TYPE_BOXED constant. What is it, exactly? Does it have a use in

[pygtk] What is gobject.TYPE_BOXED?

2010-07-07 Thread Jason Heeris
Looking through the PyGTK gobject type constants[1], I noticed the gobject.TYPE_BOXED constant. What is it, exactly? Does it have a use in Python not already filled by simply using PYOBJECT? — Jason [1]

Re: [pygtk] What is gobject.TYPE_BOXED?

2010-07-07 Thread John Stowers
On Thu, Jul 8, 2010 at 2:48 PM, Jason Heeris jason.hee...@gmail.com wrote: Looking through the PyGTK gobject type constants[1], I noticed the gobject.TYPE_BOXED constant. What is it, exactly? Does it have a use in Python not already filled by simply using PYOBJECT? It is used to represent the