[Rhythmbox-devel] Libdmapsharing API change

2017-11-18 Thread W. Michael Petullo
I am planning to ship a new version of libdmapsharing which breaks the library's API. This version will have a new soname. The primary reason for this is to better support GObject introspection. When would be a good time to port the DMAP plugin in Rhythmbox to this new API? If I were to submit a p

Re: [Rhythmbox-devel] Libdmapsharing API change?

2010-12-15 Thread Jonathan Matthew
On Wed, Dec 15, 2010 at 3:31 AM, W. Michael Petullo wrote: > I have been experimenting with libdmapsharing and Vala. What I have found > is that there are some symbol name changes to libdmapsharing that would > facilitate the use of libdmapsharing from Vala. For example, > libdmapsharing uses "TYP

Re: [Rhythmbox-devel] Libdmapsharing API change?

2010-12-15 Thread Christophe Fergeau
2010/12/14 W. Michael Petullo : > I have been experimenting with libdmapsharing and Vala. What I have found > is that there are some symbol name changes to libdmapsharing that would > facilitate the use of libdmapsharing from Vala. For example, > libdmapsharing uses "TYPE_DMAP_DB," where the GObjec

[Rhythmbox-devel] Libdmapsharing API change?

2010-12-14 Thread W. Michael Petullo
I have been experimenting with libdmapsharing and Vala. What I have found is that there are some symbol name changes to libdmapsharing that would facilitate the use of libdmapsharing from Vala. For example, libdmapsharing uses "TYPE_DMAP_DB," where the GObject convention is actually "DMAP_TYPE_DB."