> >         // 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
_______________________________________________
vala-list mailing list
vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to