Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P
poppler
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 614
    • Issues 614
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 39
    • Merge Requests 39
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poppler
  • poppler
  • Issues
  • #33

Closed
Open
Opened Jan 30, 2012 by Bugzilla Migration User@bugzilla-migration

Various minor introspection improvements

Submitted by Evan Nemerson

Assigned to poppler-bugs

Link to original bug (#45384)

Description

I noticed a few issues while working on the Vala bindings:

  1. Poppler.ActionLayer.layers is missing an element-type annotation
  2. Poppler.ActionOCGState.state_list is missing an element-type annotation
  3. PopplerAttachmentClass is exposed publicly when it probably shouldn't be

The first two are relatively straightforward; simply add the annotations. The third is a little more complicated. Removing the struct from the public headers is technically an API break, but it's quite unlikely that anyone is actually using the struct and it wasn't documented so IMHO it's okay to remove it.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: poppler/poppler#33