Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 880
    • Issues 880
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 43
    • Merge requests 43
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • GLib
  • Merge requests
  • !2205

GWin32RegistryKey / GWin32AppInfo registry watch fixes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged LRN requested to merge lrn/glib:regwatch-appinfo-fixes into main Jul 31, 2021
  • Overview 0
  • Commits 3
  • Pipelines 1
  • Changes 2

This MR fixes some issues with the registry watching function and the way it's used by GWin32AppInfo.

Changes:

  • REGKEY: Handle STATUS_SUCCESS return value from the OS watch function as if it were STATUS_PENDING
  • REGKEY: Ensure that the watch can be renewed from inside the watch callback itself
  • APPINFO: Renew the watch from inside the watch callback itself
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: regwatch-appinfo-fixes