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 704
    • Issues 704
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 37
    • Merge Requests 37
  • 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
  • #340

Closed
Open
Opened Nov 23, 2012 by bugzilla-migration@bugzilla-migrationReporter

DBusProxy.call_with_unix_fd_list is unusable

Submitted by Michael Terry @mterry

Link to original bug (#688907)

Description

DBusProxy.call_with_unix_fd_list (and I assume its sister function DBusConnection.call_with_unix_fd_list?) do not generate code that works.

Specifically, I see it generate code like: <GVariant*> = g_dbus_proxy_call_with_unix_fd_list_finish (<GDBusProxy*>, <GAsyncResult*>, <GUnixFDList**>, <GError**>);

But it should be generating code like: <GVariant*> = g_dbus_proxy_call_with_unix_fd_list_finish (<GDBusProxy*>, <GUnixFDList**>, <GAsyncResult*>, <GError**>);

(That is, the result and fd list arguments should be swapped.)

This obviously results in a build warning and runtime failure.

Version: 0.18.x

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
0.48
Milestone
0.48
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/vala#340