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 655921 - Change RoleDetails.roles to support vCard-like arbitrary parameters
Change RoleDetails.roles to support vCard-like arbitrary parameters
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: libfolks
git master
Other Linux
: Normal normal
: folks-0.6.0
Assigned To: folks-maint
folks-maint
Depends on:
Blocks: 653684 655911
 
 
Reported: 2011-08-03 17:33 UTC by Travis Reitter
Modified: 2011-08-12 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Travis Reitter 2011-08-03 17:33:41 UTC
Proposed API changes:
-  public abstract Set<Role> roles { get; set; }
-  public abstract Set<RoleFieldDetails> roles { get; set; }

-  public static bool equal (Role a, Roleb)
+  public override bool equal (AbstractFieldDetails<RoleFieldDetails> that)

-  public static uint hash (Role r)
+  public override uint hash ()
Comment 1 Travis Reitter 2011-08-12 16:03:01 UTC
commit b3c63593fde17fbed7e5b57432e755123bc3a59b
Author: Travis Reitter <travis.reitter@collabora.co.uk>
Date:   Thu Aug 11 13:23:01 2011 +0200

    Support vCard-like parameters for Roles
    
    Closes: bug#655921 - Change RoleDetails.roles to support vCard-like arbitrar