Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gstreamer
gstreamer
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 409
    • Issues 409
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 83
    • Merge Requests 83
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gstreamergstreamer
  • Merge Requests
  • !724

Open
Opened Dec 23, 2020 by Chris White@cxw42Contributor
  • Report abuse
Report abuse

gir: GValue parameters carrying types are now inout (#638)

  • Overview 8
  • Commits 1
  • Pipelines 2
  • Changes 9

Regularize gir annotations on GValue parameters:

  • (out caller-allocates) marks GValue parameters that must not be initialized before calling the function
  • (inout) marks GValue parameters that must be initialized before calling the function. These parameters must be initialized with a specific type, except where noted.

Related to downstream https://gitlab.gnome.org/GNOME/vala/-/issues/1014

Fixes #638.

@slomo I added (transfer none) where I thought it made sense, based on #638 (comment 725993) . Let me know what you think!

Thanks for considering this MR!

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: gstreamer/gstreamer!724
Source branch: issue638