Searched defs:TestTypeNodeClass (Results 1 – 1 of 1) sorted by relevance
343 typedef struct TestTypeNodeClass TestTypeNodeClass; typedef358 struct TestTypeNodeClass struct360 int typecode;362 int instance_size;364 int subclass_detail; /* a bad hack to avoid a bunch of subclass casting */366 dbus_bool_t (* construct) (TestTypeNode *node);367 void (* destroy) (TestTypeNode *node);369 dbus_bool_t (* write_value) (TestTypeNode *node,395 TestTypeNodeClass base; argument