文件名称:gobject_create_class_demo.tar.gz
文件大小:1KB
文件格式:GZ
更新时间:2022-08-13 11:29:20
Gobject G_DEFINE_TYPE 重载 继承
本示例用于演示GObject创建新类,类的继承与重载。代码实现了shape和square类,继承关系为: square -> shape ->gobject 其中,square重载了shape类的info接口。
【文件预览】:
shape.c
square.h
shape.h
Makefile
square.c
main.c