Project

General

Profile

Bug #10621

Updated by nobu (Nobuyoshi Nakada) over 9 years ago

`rb_data_type_t` rb_data_type_t does need to have a parent type otherwise it cant bind objects anymore that have a tree style ClassTree like in C++ or simulated with gtk 

 in C++ like Class B and Class C does inherit both Class A, cant be ported with ruby anymore because with that Class A cant have its own datatype anymore because the datatype check does break the inheritence. (id did worked before because it did had parent

Back