Re: [Vala] Manual VAPI writing



        // 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]