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

Documentation does not reflect the real state of affairs

Centrix14 opened this issue · comments

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.

I was wrong, sorry for the noise.