summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-18 16:44:35 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-18 16:44:35 +0100
commit803ed1210ccbb52c5ed3a49923b40661c26f2f5a (patch)
tree97d2ff4581227d3e5d5d3e6da9a96abd0898303a
parent4740a7e1bfb78aa7a27758a691d684134d4c0843 (diff)
Fix @since line for IMable.normalise_im_address()
-rw-r--r--folks/imable.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/folks/imable.vala b/folks/imable.vala
index 0c4a899..8a2149e 100644
--- a/folks/imable.vala
+++ b/folks/imable.vala
@@ -60,7 +60,7 @@ public interface Folks.IMable : Object
* only one of which is canonical. In order to allow simple string comparisons
* of IM addresses to work, the IM addresses must be normalised beforehand.
*
- * @since 0.1.18
+ * @since 0.2.0
*/
public static string normalise_im_address (string im_address, string protocol)
{