glib class_size



In GTK you can get info on a type by calling gtk_type_query. This will
fill an array with info such as class size, instance size etc. There
seems to be no way to do this in GLIB. It is necessary for the Java
language bindings, where you can replace the klass structure of a
GObject and thus allow overriding of certain class methods with Java
methods. Is this intentional, or did I just miss something?

Oskar Liljeblad (osk hem passagen se)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]