crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

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

Closed stacksmith closed 7 years ago

stacksmith commented 7 years ago

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

Ferada commented 7 years ago

I put a fix here.

stacksmith commented 7 years ago

Thank you!

stacksmith commented 7 years ago

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

Ferada commented 7 years ago

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