[Vala] Implementing interface methods
- From: Dominique Würtz <housirer gmx de>
- To: vala paldo org
- Subject: [Vala] Implementing interface methods
- Date: Thu, 24 Aug 2006 11:46:44 +0200
Hi,
here is another thing I did not get to work: Implementing a method of an
interface.
public interface MyInterface {
public void foo ();
}
public class MyClass : MyInterface {
public void foo () {
}
}
Compiling works, however the _interface_init() function stays empty.
Regards,
Dominique
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]