How can I pass a "this pointer" to a method marked with "ref" keyword ?

for example:

void test(ref objtype t) {...}

// ... class and method declaration
{
    test(ref this);
}

Thanks ;)

-- 
Victor Aurélio Santos
_______________________________________________
vala-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to