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

Misc fixes. #37

Closed Ferada closed 7 years ago

Ferada commented 8 years ago

Some boxed paths may be null pointers, in which case proxies would be created although the usual convention is to instead use NIL as value. This tripped me up at some point so I suggest the fix in the commit instead.

Edit: Well, I accumulated some more things I found in the meantime. I'm not quite sure how to deal with docstrings for new functions though. Are those meant to be autogenerated or manually put in?