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

The documentations needs an update

hunar1997 opened this issue · comments

commented

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