X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=glib.pxd;h=e651a95ce92ff1281eba09caa478055734acb1e6;hp=97664ceb2cb842b695b94ede59851287a63ef06c;hb=26e6c93524a3aebf8bff921ca5a6637a6f50cf6c;hpb=f0e073094010809e89170648a9316ee9e636758a diff --git a/glib.pxd b/glib.pxd index 97664ce..e651a95 100644 --- a/glib.pxd +++ b/glib.pxd @@ -52,6 +52,7 @@ cdef extern from "glib.h": GHashTable *g_hash_table_new (GHashFunc, GEqualFunc) void g_hash_table_insert (GHashTable*, gpointer, gpointer) + void g_hash_table_destroy (GHashTable*) guint g_timeout_add(guint interval, GSourceFunc function, gpointer data) guint g_timeout_add_seconds(guint interval, GSourceFunc function, gpointer data)