summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-10 14:02:05 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-10 14:02:05 +0200
commit98d5459e3c93eb14ddb67a4b904375a9b382ee3a (patch)
tree3a7974a28c662a29815aeaddd16fb6d65ba0e06f /telepathy-glib/account-channel-request.h
parent6fbd2f01b066e11ed9a105c4bf02346198308c30 (diff)
downloadtelepathy-glib-98d5459e3c93eb14ddb67a4b904375a9b382ee3a.tar.gz
tp_account_channel_request_new has to G_GNUC_WARN_UNUSED_RESULT
Diffstat (limited to 'telepathy-glib/account-channel-request.h')
-rw-r--r--telepathy-glib/account-channel-request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account-channel-request.h b/telepathy-glib/account-channel-request.h
index e3ef3bd57..b79998167 100644
--- a/telepathy-glib/account-channel-request.h
+++ b/telepathy-glib/account-channel-request.h
@@ -58,7 +58,7 @@ GType tp_account_channel_request_get_type (void);
TpAccountChannelRequest * tp_account_channel_request_new (
TpAccount *account,
GHashTable *request,
- gint64 user_action_time);
+ gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
TpAccount * tp_account_channel_request_get_account (
TpAccountChannelRequest *self);