[Vala] difference between using IntegerType and inheriting
- From: rastersoft <raster rastersoft com>
- To: Vala List <vala-list gnome org>
- Subject: [Vala] difference between using IntegerType and inheriting
- Date: Sun, 05 Jan 2014 21:51:31 +0100
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)
raster rastersoft com http://www.rastersoft.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]