Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 857
    • Issues 857
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 56
    • Merge requests 56
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and 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
  • GNOMEGNOME
  • GLib
  • Merge requests
  • !3211

Add g_string_append_filename

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Matthias Clasen requested to merge g-string-append-filename into main Jan 17, 2023
  • Overview 7
  • Commits 4
  • Pipelines 1
  • Changes 5

GTK has a number of places where we call g_build_filename in a loop, to create temporary filenames.

In these cases, it is nicer to reuse a GString and avoid some allocations. This API makes that possible.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: g-string-append-filename