X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=glib.pxd;h=97664ceb2cb842b695b94ede59851287a63ef06c;hp=014a177e7a1e1517cecf1416fc603b4e30c2153c;hb=cfb1c2eb0316f1d7b744f5f05c7a577a3be20e97;hpb=3b6e95efe2d3101588da8c1fdbbf18c1ce84cfe3 diff --git a/glib.pxd b/glib.pxd index 014a177..97664ce 100644 --- a/glib.pxd +++ b/glib.pxd @@ -22,8 +22,10 @@ cdef extern from "glib.h": ctypedef void *gconstpointer ctypedef int gint ctypedef unsigned int guint + ctypedef unsigned long gulong ctypedef gint gboolean ctypedef gboolean (*GSourceFunc) (gpointer data) + ctypedef unsigned int gsize ctypedef struct GHashTable: pass