After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 609261 - gnome-keyring-1.vapi: missing 'out' parameters
gnome-keyring-1.vapi: missing 'out' parameters
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-07 19:21 UTC by Simon Wenner
Modified: 2010-02-12 09:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnome-keyring vapi patch (6.95 KB, patch)
2010-02-07 19:21 UTC, Simon Wenner
none Details | Review

Description Simon Wenner 2010-02-07 19:21:03 UTC
Created attachment 153224 [details] [review]
gnome-keyring vapi patch

Some *_sync functions lack out parameters. A patch (including the regenerated vapi file) is attached.

Original bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552399
Comment 1 Evan Nemerson 2010-02-12 09:42:03 UTC
commit 9cb7008091a34d1824b3f481bfbe57651b6cfcfc
Author: Simon Wenner <simon@wenner.ch>
Date:   Thu Feb 11 13:32:35 2010 -0800

    gnome-keyring-1: Add out to some parameters of *_sync methods.
    
    Fixes bug 609261.