[folks] core: Make PotentialMatch._inspect_im_addresses() private
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] core: Make PotentialMatch._inspect_im_addresses() private
- Date: Mon, 26 Mar 2012 10:36:57 +0000 (UTC)
commit 01bb4e28b7760c105867c885f546d20e70c8e34e
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Mar 24 18:56:43 2012 +0000
core: Make PotentialMatch._inspect_im_addresses() private
It was never meant to be public, and nobody should've been using it.
Consequently, let's pretend this isn't an API break.
folks/potential-match.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/folks/potential-match.vala b/folks/potential-match.vala
index 0760d8a..a0756c6 100644
--- a/folks/potential-match.vala
+++ b/folks/potential-match.vala
@@ -247,7 +247,7 @@ public class Folks.PotentialMatch : Object
*
* @since 0.5.0
*/
- public void _inspect_im_addresses ()
+ private void _inspect_im_addresses ()
{
var addrs = new HashSet<string> ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]