Re: Cross platform development

2017-03-18 Thread Tomas Hlavaty
"pelzflorian (Florian Pelz)" writes: > On 03/18/2017 08:41 AM, Tomas Hlavaty wrote: >> nixos already supports cross-compilation using mingw out-of-the box. > I did not know. Sounds interesting. It also creates an $out directory with bin dir and symlinks for all dependenci

questions about introspection

2015-08-25 Thread Tomas Hlavaty
Hi, 1) I have a pointer to gobject (say OBJ) which I got by calling Gtk.Builder.get_object on a UI built from a glade file. From that OBJ, how can I get a GIBaseInfo pointer (say CLS) which I could then use for other things, e.g. to call g_object_info_find_method? There are G_OBJE