Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • 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 7
    • Merge requests 7
  • 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
  • !73

simplify xfconf access

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Enrico Weigelt requested to merge metux/xfdesktop:submit/xfconf-cleanup into master Oct 31, 2022
  • Overview 0
  • Commits 5
  • Pipelines 5
  • Changes 6
  1. xfconf_channel_get() always returns a valid object, so we don't need any extra care for the NULL case.

  2. move control of channel retrieval into one cental place - icon view should not have to do this on its own, desktop object is the master and thus should be in control.

Reducing complexity and making the code easier to understand.

Edited Oct 31, 2022 by Enrico Weigelt
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: submit/xfconf-cleanup