<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Enumerate PDF named destinations"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97262#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Enumerate PDF named destinations"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97262">bug 97262</a>
              from <span class="vcard"><a class="email" href="mailto:trueroad@trueroad.jp" title="Masamichi Hosoda <trueroad@trueroad.jp>"> <span class="fn">Masamichi Hosoda</span></a>
</span></b>
        <pre>Does the core "frontend" contain `poppler/Catalog.h`?

class `Catalog` has `destNameTree` and `getDestNameTree ()` but they are
"private" member.
So they can not be accessed from outside the class `Catalog`.

I've tried to access the private members by ugly tricky way.
<a href="https://github.com/trueroad/extractpdfmark">https://github.com/trueroad/extractpdfmark</a>

It could iterate all named dest.
But it uses ugly tricky way.

Is there another way?
Or, would you accept the patch which changes the private members to public?</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>