summaryrefslogtreecommitdiff
path: root/telepathy-glib/util.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2009-07-10 14:30:09 +0100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-23 09:53:34 +1100
commitbb6fb3cf61bb34fdae4db22eb6635e21b572666f (patch)
tree003b5aaad32a930f144693ae284ab357885d9c95 /telepathy-glib/util.h
parent04fdd52630e235372192843485f94de88493ca75 (diff)
downloadtelepathy-glib-bb6fb3cf61bb34fdae4db22eb6635e21b572666f.tar.gz
Initial version of tp_address_variant_from_g_socket_address()
Diffstat (limited to 'telepathy-glib/util.h')
-rw-r--r--telepathy-glib/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/util.h b/telepathy-glib/util.h
index d17504f0a..9b1b06447 100644
--- a/telepathy-glib/util.h
+++ b/telepathy-glib/util.h
@@ -91,6 +91,8 @@ GValueArray *tp_value_array_build (gsize length,
GSocketAddress *tp_g_socket_address_from_variant (TpSocketAddressType type,
const GValue *variant);
+GValue *tp_address_variant_from_g_socket_address (GSocketAddress *address,
+ TpSocketAddressType *type);
G_END_DECLS