[Vala] Future-proofing ABI - how to add dummy v-methods to Vala classes
- From: Maciej Piechotka <uzytkownik2 gmail com>
- To: vala-list gnome org
- Subject: [Vala] Future-proofing ABI - how to add dummy v-methods to Vala classes
- Date: Sun, 05 Aug 2012 21:30:30 -0700
Hi,
What is recommended way of adding dummy v-methods to classes (IIUC that
is not an issue for GObject interfaces as size of V-table is not part of
ABI for interfaces)?
Just adding reserved v-method (if yes how to prevent it from appearing
in gir/vapi)?
public virtual void reserved1(void);
Best regards
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]