[Poppler-bugs] [Bug 16770] support for digital signatures
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jan 8 14:45:43 PST 2016
https://bugs.freedesktop.org/show_bug.cgi?id=16770
--- Comment #115 from Adrian Johnson <ajohnson at redneon.com> ---
(In reply to Albert Astals Cid from comment #114)
> I'm not very convinced by the naming of
> GBool isInteger() { return type == objInt || type == objInt64; }
> what do you think of
> isIntOrInt64() ?
I prefer a single word instead of isXXXorYYY() but I can appreciate that
isInteger() could easily be confused with isInt(). I'll change it to
isIntOrInt64().
I'll also add a corresponding getIntOrInt64() and replace the
"xxx.isInt64() ? xxx.getInt64() : xxx.getInt()" expressions with a single
getter.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20160108/35f7aa0b/attachment.html>
More information about the Poppler-bugs
mailing list