[Vala] Reference to "this pointer" ?
- From: Victor Aurélio Santos <victoraur santos gmail com>
- To: vala-list gnome org
- Subject: [Vala] Reference to "this pointer" ?
- Date: Mon, 25 Jan 2016 19:31:37 -0300
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]