You inherit all the methods from uint32? ;)
On Sun, Jan 5, 2014 at 9:51 PM, rastersoft <[email protected]> wrote: > Hi again: > > Another doubt I have is: what is the difference between doing: > > [SimpleType] > [IntegerType (rank = 9)] > [CCode (cname = "c_name", has_type_id = false)] > public struct StructName { > } > > and > > [SimpleType] > [CCode (cname = "c_name", has_type_id = false)] > public struct StructName : uint32 { > } > > Thanks > > -- > Nos leemos > RASTER (Linux user #228804) > [email protected] http://www.rastersoft.com > > _______________________________________________ > vala-list mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/vala-list > -- www.debian.org - The Universal Operating System _______________________________________________ vala-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/vala-list
