Skip to content
  • W. Michael Petullo's avatar
    Fix mismatched DMAPMetaDataMap struct typedef · 97301599
    W. Michael Petullo authored
    
    
    A mismatched struct typedef in dmap-share.h confuses GObject introspection
    into producing an error when the original struct is defined. The typedef
    of DMAPMetaDataMap asks for struct _DMAPMetaDataMap, but the actual
    struct definition says struct DMAPMetaDataMap. gir will complain about
    namespace conflicts and abort a jhbuild build as a result.
    
    Thanks to Pietro Gagliardi and gregier in irc.gimp.net/#gtk+ who helped
    Pietro.
    
    Signed-off-by: default avatarW. Michael Petullo <mike@flyn.org>
    97301599