X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=glib.pxd;h=3a873847dd0a57163edc7a02928c286a06144f33;hp=d00dfdf04cd2eb3aa80e0664039cb7da8e39fd85;hb=c2250da2a909481d87209e028fa5079377ba3519;hpb=aa542c72d1d3cb8bb567f8a890cd37237b0e08c1 diff --git a/glib.pxd b/glib.pxd index d00dfdf..3a87384 100644 --- a/glib.pxd +++ b/glib.pxd @@ -18,14 +18,14 @@ # cdef extern from "glib.h": - ctypedef void* gpointer + ctypedef void *gpointer ctypedef int gint ctypedef unsigned int guint ctypedef gint gboolean # GHashTable is an opaque data structure ctypedef struct GHashTable: - void* none + void *none struct _GSList: gpointer data