How do you wrap naked typedef structs? I tried with define-boxed, like this:

(define-boxed MyStruct
  (in-module "mod")
  (c-name "BlaHa")
  (fields
    ...
  )
)

But codegen.py seem to require a "gtype-id" field which requires the
struct to be registered using glib's registering system. But what if
my struct is not registered?

-- 
mvh Björn
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to