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

laguage-names.c: Windows: Look for iso-codes dynamically

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Chun-wei Fan requested to merge win32-dynamic-iso-code-path into main Jan 06, 2022
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

Hi,

We are currently using hard-coded paths to look for the iso-codes XML and translation files, which is likely not what we want to have on Windows as binaries are relocatable on Windows. So, this makes the paths for these dynamically constructed based on the GTK DLL location, using the internal APIs we have in GTK, on Windows.

With blessings, thank you!

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: win32-dynamic-iso-code-path