GNOME Bugzilla – Bug 665074
[gstfft] headers are not bracketed
Last modified: 2011-11-28 19:31:33 UTC
G_BEGIN_DECLS and G_END_DECLS should be used in the public headers.
Created attachment 202319 [details] [review] fft: Bracket public headers This is especially needed if the gstfftw library is used from C++ code. Fixes #665074
commit 0a841f67126c59b21212d5105346945d318fd2bc Author: Philippe Normand <philn@igalia.com> Date: Mon Nov 28 20:11:09 2011 +0100 fft: Bracket public headers This is especially needed if the gstfftw library is used from C++ code. Fixes #665074