You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 togtk-tree-view-get-iter-first
which is a better nameemacs was auto-completing
gtk-tree-view-iter-first
but after running it said that it's undefinedHow is the documentation created? can you just auto generate them and fix this page
Thanks for you help :D
The text was updated successfully, but these errors were encountered: