Hi, everyone
While trying to combine GSL and GLib functions in the same code I faced the following question. Can I refer to *GArray object like an ordinar C-like array? For example:GArray * g_array_data
g_array_new (TRUE, TRUE, sizeof(double)); // A first 'true' is for zero-terminated G-array.
...
gsl_fft_radix2_transform ( (double*) g_array_data, 1, 256); _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list