<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - daemon shouldn't depend on libpulse"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55180#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - daemon shouldn't depend on libpulse"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55180">bug 55180</a>
              from <span class="vcard"><a class="email" href="mailto:pierre-bugzilla@ossman.eu" title="Pierre Ossman <pierre-bugzilla@ossman.eu>"> <span class="fn">Pierre Ossman</span></a>
</span></b>
        <pre>Applications are already linking against libpulsecommon (via libpulse), so they
are already seeing everything that's in there. So this patch does not make
anything visible that wasn't already.

I'm afraid the only way to hide symbols is to not export them at all. Which
would mean they would have to be inside libpulse. But that also means that the
server also could not access them either, so it would have to have a separate
copy in libpulsecore. I'm not opposed to that model though, and it probably
wouldn't require that much work.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>