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

The documentations needs an update #93

Open hunar1997 opened 3 years ago

hunar1997 commented 3 years ago

I'm still learning cl-cffi-gtk and i've been struggling to get the items from a list store for weeks, I finally solved it by searching the source code and seeing that gtk-tree-view-iter-first which is mentioned here is renamed to gtk-tree-view-get-iter-first which is a better name

emacs was auto-completing gtk-tree-view-iter-first but after running it said that it's undefined

How is the documentation created? can you just auto generate them and fix this page

Thanks for you help :D