Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Settings Settings
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 934
    • Issues 934
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 62
    • Merge requests 62
  • 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
  • SettingsSettings
  • Merge requests
  • !1797

Consistently use signal handlers in swapped form

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Robert Ancell requested to merge robert.ancell/gnome-control-center:swapped-handlers into main May 26, 2023
  • Overview 1
  • Commits 16
  • Pipelines 8
  • Changes 51

Consistently connect signal handlers in swapped form, so they look like standard methods. This makes the code less confusing to those that don't understand the quirks of the GObject signal system and less likely to make mistakes with incorrect argument (which are not checked at compile time).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: swapped-handlers