Re: [pygtk] What is "gobject.TYPE_BOXED"?

2010-07-08 Thread Tomeu Vizoso
On Thu, Jul 8, 2010 at 05:56, John Stowers wrote: > On Thu, Jul 8, 2010 at 2:48 PM, Jason Heeris 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 PYO

Re: [pygtk] What is "gobject.TYPE_BOXED"?

2010-07-07 Thread John Stowers
On Thu, Jul 8, 2010 at 2:48 PM, Jason Heeris 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 GBoxed type, which w

[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] http://library.gnome.org/devel/pygobject/stable/gobject-constants.html#gobject-type-constants