Re: [Vala] Accessing a foreign class property



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]