Skip to content

dmap: use X_IS... rather than IS_X...

W. Michael Petullo requested to merge mikep/grilo-plugins:libdmapsharing4 into master

The libdmapsharing library mistakenly exported IS_DMAP... symbols, whereas GObject introspection expects DMAP_IS... The library has since fixed this, and this commit modifies grilo-plugins to follow suit.

Signed-off-by: W. Michael Petullo mike@flyn.org

Merge request reports