summaryrefslogtreecommitdiff
path: root/telepathy-glib/gnio-util.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-01-27 13:06:28 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-23 09:53:36 +1100
commit90b07486484da809693eac41820739deb6d69682 (patch)
tree6d55f1769a45f4f943fc60c0b1f2381e496c5376 /telepathy-glib/gnio-util.h
parent4308133999ae411ee4d178d938db344f131007ed (diff)
downloadtelepathy-glib-90b07486484da809693eac41820739deb6d69682.tar.gz
Annotate functions with G_GNUC_WARN_UNUSED_RESULT
Diffstat (limited to 'telepathy-glib/gnio-util.h')
-rw-r--r--telepathy-glib/gnio-util.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/telepathy-glib/gnio-util.h b/telepathy-glib/gnio-util.h
index 5096ab8bc..a20dc07d7 100644
--- a/telepathy-glib/gnio-util.h
+++ b/telepathy-glib/gnio-util.h
@@ -29,9 +29,11 @@
G_BEGIN_DECLS
GSocketAddress *tp_g_socket_address_from_variant (TpSocketAddressType type,
- const GValue *variant);
+ const GValue *variant)
+ G_GNUC_WARN_UNUSED_RESULT;
GValue *tp_address_variant_from_g_socket_address (GSocketAddress *address,
- TpSocketAddressType *type);
+ TpSocketAddressType *type)
+ G_GNUC_WARN_UNUSED_RESULT;
G_END_DECLS