Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • A at-spi2-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • at-spi2-core
  • Issues
  • #75
Closed
Open
Issue created Jul 01, 2022 by Federico Mena Quintero@federicoMaintainer

Audit C code to make sure XML files are in sync

This is a subtask of #73.

See also #74, which is probably involved enough to be its own task.

Go through the C code of the hand-written marshalers to ensure that DBus signatures match the XML. At the same time #69 can probably be fixed; going through the code is a good opportunity to document the interfaces.

  • Check signatures.
  • Check casing of property names, matches the C code; properties are case-sensitive.
  • Check casing of method names matches the C code; method names are case-sensitive.
  • Check casing of signal names matches the C code; signal names are case-sensitive.
  • Give argument names to unnamed arguments.
Edited Jul 01, 2022 by Federico Mena Quintero
Assignee
Assign to
Time tracking