Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
vala
vala
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 703
    • Issues 703
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 38
    • Merge Requests 38
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • GNOME
  • valavala
  • Issues
  • #253

Closed
Open
Opened Nov 22, 2011 by bugzilla-migration@bugzilla-migrationReporter

g_io_error_from_errno() generates wrong C code which doesn't compile.

Submitted by Hong Jen Yee

Link to original bug (#664530)

Description

g_io_error_from_errno() returns an unowned IOError according to gio-2.0.vapi. However, this generates wrong C code which doesn't compile. In C, g_io_error_from_errno() returns a numeric id of the error. Then generated code pass the numeric value to a GError pointer, which is completely wrong.

Depends on

  • #231 (closed)
Edited Jul 05, 2018 by Rico Tzschichholz
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/vala#253