On Thu, Oct 27, 2011 at 1:51 AM, Luca Bruno <[email protected]> wrote:
> You can create an helper method such as:
>
> [CCode (cname = "this_is_the_real_function")]
> private void _foo (uchar[] bar);
> public void foo (uchar[] bar) {
> bar.length++;
> _foo (bar);
> }
>
>
Excellent.. thanks Luca!
_______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
