crategus / cl-cffi-gtk

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

BUG: gtk-text-tag-table-add return value should be :boolean #61

Closed stacksmith closed 4 years ago

stacksmith commented 5 years ago

It is erroneously void. This makes it impossible to tell if the tag has been successfully added

crategus commented 4 years ago

Thank you for reporting the error. The error is corrected.