gpointer in an any/BonoboArg

Jacob Perkins <[email protected]> 08 Aug 2003 00:41:14 -0500
Newsgroups gmane.comp.gnome.components
Message-ID <[email protected]>
I want to put an opaque gpointer in a CORBA_any/BonoboArg, and have that
any be correctly returned from Bonobo_PropertyBag_getValue. What is the
correct typecode for the any? I've tried using TC_null and TC_void, and
while the any is returned, it's _value is always NULL (even though in
the PropertyBag, I do any->_value = opaque).
Thanks