summaryrefslogtreecommitdiff
path: root/telepathy-glib/util.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2009-07-10 15:15:46 +0100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-23 09:53:34 +1100
commit4bbd60fcfbe6ff924158f58f530bfc6874b27ece (patch)
tree82948609ebc413b085badf89ef8d16a736247d22 /telepathy-glib/util.h
parentbb6fb3cf61bb34fdae4db22eb6635e21b572666f (diff)
downloadtelepathy-glib-4bbd60fcfbe6ff924158f58f530bfc6874b27ece.tar.gz
Move API to gnio-util, set hard requirement for GIO
Diffstat (limited to 'telepathy-glib/util.h')
-rw-r--r--telepathy-glib/util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/telepathy-glib/util.h b/telepathy-glib/util.h
index 9b1b06447..5175bb04c 100644
--- a/telepathy-glib/util.h
+++ b/telepathy-glib/util.h
@@ -25,9 +25,7 @@
#define __TP_IN_UTIL_H__
#include <glib-object.h>
-#include <gio/gio.h>
-#include <telepathy-glib/enums.h>
#include <telepathy-glib/verify.h>
#define tp_verify_statement(R) ((void) tp_verify_true (R))
@@ -89,11 +87,6 @@ GValueArray *tp_value_array_build (gsize length,
GType type,
...) G_GNUC_WARN_UNUSED_RESULT;
-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
#undef __TP_IN_UTIL_H__