Added majority of libpurple functions used by pidgin-carman.
[python-purple] / glib.pxd
index 014a177..97664ce 100644 (file)
--- 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