Re: Library introspection

2014-06-20 Thread Lionel Landwerlin
Have you tried to play with the --identifier-prefix= and --symbol-prefix= options for g-ir-scanner? something like : --identifier-prefix=DMAP --identifier-prefix=DAAP --identifier-prefix=DPAP --symbol-prefix=dmap --symbol-prefix=daap --symbol-prefix=dpap Hopefully, the subnames don't clash. - L

Library introspection

2014-06-20 Thread W. Michael Petullo
I am the maintainer of libdmapsharing, and I would like to make my library available to languages other than C using GObject introspection. Libdmapsharing allows programs to interact using iTunes' (and iPhoto's, etc.) DMAP protocol. I am afraid that I may have a problem with the naming of my libra