Tell SWIG that gpointer is really void *.

This commit is contained in:
Martin Ling 2013-04-15 23:05:38 +01:00 committed by Uwe Hermann
parent 758b01adcb
commit 7aafb89274
1 changed files with 2 additions and 0 deletions

View File

@ -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