Re: [Vala] Manual VAPI writing
- From: Harry Van Haaren <harryhaaren gmail com>
- To: Jiří Zárevúcky <zarevucky jiri gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Manual VAPI writing
- Date: Tue, 20 Jul 2010 00:20:45 +0100
// sf_count_t sf_read_float (SNDFILE *sndfile, float *ptr,
sf_count_t items) ;
[CCode (cname="sf_read_float")]
public static count_t read_float(float *array,count_t
numSamples);
You don't want that to be a static method. Static means it doesn't work
with an actual object instance.
jeezsh.. Should have seen that! Thank you! Working now.
-Harry
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]