Conversation class implementation
[python-purple] / glib.pxd
index 9b589c5..97664ce 100644 (file)
--- 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