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

Documentation does not reflect the real state of affairs #99

Closed Centrix14 closed 2 years ago

Centrix14 commented 2 years ago

Hello, I wanted to inform you that the documentation, apparently, does not reflect the real state of affairs in the project.

Take the gtk-builder family of functions as an example: the documentation contains a mention and description of the function gtk-builder-new-from-file, however, when using it, I get an error that it is not defined. Well, maybe I'm stupid, you ask? So it is. But here's the thing: if you just search the repository for a function definition, then there is nothing but demos and documentation there. This function does not exist! The situation is the same with the gtk-builder-object function: it is in the documentation, but not in reality.

I don't know how many more "virtual" functions there are, but it seems to me that something needs to be done, otherwise it turns out that the documentation is deceiving users.

Centrix14 commented 2 years ago

I was wrong, sorry for the noise.