GNOME Bugzilla – Bug 645569
Add equal () to StructuredName
Last modified: 2011-03-30 13:39:17 UTC
Created attachment 184127 [details] [review] Add equal () method to StructuredName This convenience method allows to easily compare if 2 StructuredNames are the same. Its specially useful with the Tracker backend where updates to StructuredName happen in a very granular fashion.
Review of attachment 184127 [details] [review]: Looks good to me apart from the two documentation comments below. Don't forget to add API and bug fix entries to NEWS. ::: folks/name-details.vala @@ +167,2 @@ /** + * Whether to StructuredNames are the same. s/to/two/ StructuredNames should probably be {@link}ed.
Merged: commit 1c2765353e583dfaba53506fd6776372ef7dc149 Author: Raul Gutierrez Segales <raul.gutierrez.segales@collabora.co.uk> Date: Tue Mar 22 21:16:28 2011 +0000 Add equal method to StructuredName NEWS | 3 +++ folks/name-details.vala | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-)