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
> include it but isn't a satisfiable solution.

What do you mean by cross references ?

What is missing from e.g.
https://developer.gnome.org/gtk3/stable/GtkAppChooser.html ?
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

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 to the model.

Any help much appreciated.

Cheers,


___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list