
GObject
文章平均质量分 69
jlnhyd
一定要三思而后行!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
specified class size for type `CatType' is smaller than the parent type's `GObject
编写了一个小小的Gobject程序,运行是出现错误:(process:23258): GLib-GObject-WARNING **: specified class size for type `CatType is smaller than the parent types `GObject class sizetype = 0------------------------原创 2010-01-20 14:23:00 · 1482 阅读 · 0 评论 -
GTypeInfo
typedef struct { /* interface types, classed types, instantiated types */ guint16 class_size; GBaseInitFunc base_init; GBaseFinalizeFunc base_finalize;原创 2010-01-20 14:11:00 · 1509 阅读 · 0 评论