X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=glib.pxd;h=97664ceb2cb842b695b94ede59851287a63ef06c;hp=9b589c552ea7de189df2f1caeccd62d301b8b0cf;hb=7875a5e5e9f90b84fb2893adb2ac779f61e85668;hpb=f73c4168c56d09ed8a2e280d391d0ca094892056;ds=sidebyside diff --git a/glib.pxd b/glib.pxd index 9b589c5..97664ce 100644 --- a/glib.pxd +++ b/glib.pxd @@ -25,6 +25,7 @@ cdef extern from "glib.h": ctypedef unsigned long gulong ctypedef gint gboolean ctypedef gboolean (*GSourceFunc) (gpointer data) + ctypedef unsigned int gsize ctypedef struct GHashTable: pass