Re: gtkdoc-scan make interfaces public

2016-09-26 Thread Matthias Clasen
On Wed, Jun 1, 2016 at 3:40 AM, Joël Krähemann wrote: > Hi > > I want to generate an API reference of my libraries. How to tell > gtkdoc-scan to make interfaces public? Currently interfaces don't have > cross references. I figured out how I can modify gtkdoc-scan to do >

GtkTreeView and selected column

2016-09-26 Thread Franco Broi
Hi I have a bunch of toggles in a TreeView with their state bound to entries in a model, what's the best way to find out which model column to modify in my toggled callback? I'm passing the TreeViewColumn in the userdata but can't find a way to get back the attribute that binds the toggle state