crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.

Home Page:http://www.crategus.com/books/cl-cffi-gtk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

g-idle-add-full binding has wrong type for PRIORITY

stacksmith opened this issue · comments

Your code is (priority :uint), whereas GDK documentation shows gint

g_idle_add_full (gint priority,
                 GSourceFunc function,
                 gpointer data,
                 GDestroyNotify notify);

See https://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html

Thank you!

@Ferada, are you planning to merge your fixes into the @crategus repo?

If I could I would; I'm going to ask if I can get permissions or do maintenance officially I guess.