Re: mm-projects and gobject-introspection

2014-10-02 Thread Murray Cumming
Please use git.gnome.org. Feel free to create a branch of glibmm or gtkmm or whatever if it helps. Murray On Thu, 2014-10-02 at 18:21 +0200, Marcin Kolny wrote: > One more question (for maintainers, I think); should I keep my code on > a git.gnome.org server in separated branch or somewhere else

Re: mm-projects and gobject-introspection

2014-10-02 Thread Marcin Kolny
One more question (for maintainers, I think); should I keep my code on a git.gnome.org server in separated branch or somewhere else, e.g. on my github? 2014-10-01 10:50 GMT+02:00 Marcin Kolny : > Hi guys, > Thanks for your reply. Of course, I know that we cannot use typelibs, and > actually I ju

Re: mm-projects and gobject-introspection

2014-10-01 Thread Marcin Kolny
Hi guys, Thanks for your reply. Of course, I know that we cannot use typelibs, and actually I just wanted, as a first step, parse gir files and generate .defs. gmmproc-refactor branch will be very useful for me, but I'm afraid, that I can't just continue this branch because of lot of changes meanw

Re: mm-projects and gobject-introspection

2014-10-01 Thread Juan Rafael García Blanco
I wasn't aware of that branch. We should start from there, or borrow some code. Thank you! Best regards, Juan. On Wed, Oct 1, 2014 at 10:16 AM, Kjell Ahlstedt wrote: > Have you seen glibmm's gmmproc-refactor branch in the git repository ( > https://git.gnome.org/browse/glibmm/?h=gmmproc-refact

Re: mm-projects and gobject-introspection

2014-10-01 Thread Kjell Ahlstedt
Have you seen glibmm's gmmproc-refactor branch in the git repository (https://git.gnome.org/browse/glibmm/?h=gmmproc-refactor)? Krzesimir Nowak has started a complete rewrite of gmmproc, using gobject-introspection, I think. Nothing has been added to that branch since July 2012. Still, it might

Re: mm-projects and gobject-introspection

2014-09-30 Thread Juan Rafael García Blanco
Hi, I did try to generate C++ bindings for gobject-introspected libraries. However, all I achieved before losing interest was a gir parser written in python (you can see advertisement of this in the list's archives). I don't understand what you mean by 'why don't we use it in mm projects instead