Home
last modified time | relevance | path

Searched defs:_ValaCodeVisitorClass (Results 1 – 1 of 1) sorted by relevance

/dports/lang/vala/vala-0.48.18/vala/
H A Dvala.h2518 struct _ValaCodeVisitorClass { struct
2519 GTypeClass parent_class;
2520 void (*finalize) (ValaCodeVisitor *self);
2523 void (*visit_class) (ValaCodeVisitor* self, ValaClass* cl);
2524 void (*visit_struct) (ValaCodeVisitor* self, ValaStruct* st);
2526 void (*visit_enum) (ValaCodeVisitor* self, ValaEnum* en);
2532 void (*visit_field) (ValaCodeVisitor* self, ValaField* f);
2533 void (*visit_method) (ValaCodeVisitor* self, ValaMethod* m);
2538 void (*visit_signal) (ValaCodeVisitor* self, ValaSignal* sig);
2544 void (*visit_block) (ValaCodeVisitor* self, ValaBlock* b);
[all …]