Tell SWIG that gpointer is really void *.
This commit is contained in:
parent
758b01adcb
commit
7aafb89274
|
@ -25,6 +25,8 @@
|
||||||
#include "libsigrok/libsigrok.h"
|
#include "libsigrok/libsigrok.h"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
typedef void * gpointer;
|
||||||
|
|
||||||
typedef struct _GSList GSList;
|
typedef struct _GSList GSList;
|
||||||
|
|
||||||
struct _GSList
|
struct _GSList
|
||||||
|
|
Loading…
Reference in New Issue