aboutsummaryrefslogtreecommitdiffstats
path: root/src/gr-fadingui/swig/fadingui_swig.i
blob: dea7fc8a1bb97818d8ca5339be61e0d5909ff991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- c++ -*- */

#define FADINGUI_API

%include "gnuradio.i"           // the common stuff

//load generated python docstrings
%include "fadingui_swig_doc.i"

%{
%}