Re: state of the gtk3.x branch

Jacques Garrigue <[email protected]> Thu, 28 Feb 2013 08:48:30 +0900
Newsgroups gmane.comp.lang.ocaml.lib.gtk
Message-ID <[email protected]>
On 2013/02/11, at 17:58, Maxence Guesdon <[email protected]> wrote:

> Hello,
> 
> In branch gtk3.x, I added generation of code for "bitfield"
> descriptions of gir files, handling them as enumerations.
> 
> Now I'd like to handle "callback" descriptions but I don't know what
> code should be generated from these descriptions.
> 
> Jacques (or someone else), can you giv eme some hints about this ?

Sorry for the slow answer: I marked your mail as important, and
then completely forgot about it…

I've just got a look at gir files, and it seems that callbacks describe
internal fields of widget classes, so there should be nothing to
generate (we don't fiddle with those).
Or do you have any concrete example of callback used in another
context?

	Jacques