Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • xfdesktop xfdesktop
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 50
    • Issues 50
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • XfceXfce
  • xfdesktopxfdesktop
  • Merge requests
  • !39

cleanup various kinds of properties

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Enrico Weigelt requested to merge metux/xfdesktop:submit/cleanup-properties into master Sep 19, 2022
  • Overview 0
  • Commits 3
  • Pipelines 10
  • Changes 5

We have several kinds of properties (GObject properties, xfconf settings, etc) that often sound similar, but are actually entirely separate domains. Sometimes we already have define's for them, sometimes those aren't used everywhere, sometimes scattered across several places, etc.

This patch queue gives this a bit cleanup, separate prefixes, consolidating definitions in once place, etc, in order to make the code a bit easier to read / understand. Mostly just preprocessor-visible changes, shouldn't change the compile output much.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: submit/cleanup-properties