]> sigrok.org Git - libsigrok.git/blobdiff - bindings/swig/libsigrok.i
Python bindings: Cosmetics.
[libsigrok.git] / bindings / swig / libsigrok.i
index 73591a129e97efb3d4259870829bdcc634f7cc9d..6b119562a6a2424e8add338d967ab2f92849fc5b 100644 (file)
 #include "libsigrok/libsigrok.h"
 %}
 
+typedef void *gpointer;
+
 typedef struct _GSList GSList;
 
 struct _GSList
 {
-  gpointer data;
-  GSList *next;
+        gpointer data;
+        GSList *next;
 };
 
 void g_slist_free(GSList *list);