[Vala] How to get the base class name with out the spacename?



Hi :

i want to get the base class name with out the spacename

for example :

namespace PlatformX {
    public class User () {
            this.get_type().name();
    }
}

the name is PlatformXUser not User .....

any methods to query this ?

3ks.!!


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