<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Required glib version is too low"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97432#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Required glib version is too low"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97432">bug 97432</a>
              from <span class="vcard"><a class="email" href="mailto:jason@aquaticape.us" title="Jason Crain <jason@aquaticape.us>"> <span class="fn">Jason Crain</span></a>
</span></b>
        <pre>A typecast would fix it.  Changing "G_PARAM_READWRITE" to "(GParamFlags)
G_PARAM_READWRITE".

Before glib 2.42, instead of being a member of typedef enum GParamFlags,
G_PARAM_READWRITE was #define'd as "(G_PARAM_READABLE | G_PARAM_WRITABLE)".  C
is fine with this, but C++ complains with its stricter rules.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>