<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#c64">Comment # 64</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:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
        <pre>(In reply to Masamichi Hosoda from <a href="show_bug.cgi?id=97262#c63">comment #63</a>)
<span class="quote">> But, I think that there is a case that the serial (appeared) order in PDF is
> necessary.
> In this case, both GTree and GHashTable cannot be used since the serial
> order is not preserved.</span >

Poppler Dict objects are sorted and PDF Name trees are required to be sorted.
The code in Catalog.cc also sorts the name tree as I think there was a buggy
PDF that did not sort the name tree. As a result, the names will always be
sorted.

I think GTree is best as it has the advantage of both sorted order and fast
lookup.</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>