[Poppler-bugs] [Bug 97262] Enumerate PDF named destinations
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 20 16:31:50 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=97262
--- Comment #52 from Carlos Garcia Campos <carlosgc at gnome.org> ---
(In reply to Masamichi Hosoda from comment #50)
> (In reply to Carlos Garcia Campos from comment #48)
> > (In reply to Adrian Johnson from comment #35)
> > > Carlos, do you have an opinion on whether to return a GList of names or
> > > binary tree of names/LinkDests?
> >
> > I guess we could return a GTree, but I'm not sure I understand exactly what
> > we want. Do we need the list to be in a specific order? Do they have an
> > order in the PDF document that we should respect or alphabetical is what
> > want?
>
> I don't matter either GHash or GTree.
> I'd like either of the followings:
> GTree with GBytes keys and PopplerDest value
> GHash with GBytes keys and PopplerDest value
>
That doesn't answer the questions, Do we need the list to be in a specific
order? Because if the order doesn't matter it's probably easier to use
GHashTable, otherwise I guess we need a GTree.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20160920/a7649360/attachment.html>
More information about the Poppler-bugs
mailing list