On Sun, 2015-05-10 at 09:23 +0200, Christoph Brill wrote: > 1.) Regenerate the method.defs files > I'm using h2def.py from glibmm on the sources of gtksourceview 3.12.3. > So far I managed to regenerate the methods using the following > command: > > > $ ../glibmm/tools/defs_gen/h2def.py ../gtksourceview/gtksourceview/ > > gtksourceview/src/gtksourceview_methods.defs > > > > 2.) Regenerate the signals.defs files > From my understanding this contains the signals and properties, but I > have no clue on how to generate this. Any hints welcome!
The more active *mm projects now have helpful little gen_scripts/*.sh scripts to make this easier: https://git.gnome.org/browse/gtkmm/tree/tools/gen_scripts You'll probably want to create them for gtksourceiewmm too. Nobody will mind if you need to "git mv" some stuff around to make it more consistent, as long as you update the build flies appropriately where necessary. -- Murray Cumming [email protected] www.murrayc.com _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
