Re: [Vala] Accessing a foreign class property
- From: Thomas Jollans <t jollybox de>
- To: vala-list gnome org
- Subject: Re: [Vala] Accessing a foreign class property
- Date: Sun, 08 Jul 2012 12:56:16 +0200
On 07/08/2012 12:02 PM, Paul Marques Mota wrote:
"invocation not supported in this context"
Invocation? Let's look for invocation.
if (test1.drawing_state() == state.FILL) {
.............................^^
HA! Invocation. It's not possible because it makes no sense:
drawing_state is a property, not a method.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]