On 10/29/2009 08:21 PM, Roland Plüss wrote:
As far as I get you can mess with the pointer from smalltalk code.
Then do the same that CObject does, but manually. Make your class <shape: #byte> and create it with sizeof(void *) indexed instance variables (with gst_object_alloc). At the end of the struct you can place a "void *opaque" data and set it after the call to gst_object_alloc.
Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
