telepathy-glib: future-account: add warn_unused_result attribute for create_account_finish
Jonny Lamb
jonny at kemper.freedesktop.org
Thu May 10 07:41:21 PDT 2012
Module: telepathy-glib
Branch: master
Commit: b79e36c1d65a59a44de20264224b5bc05a2934c1
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=b79e36c1d65a59a44de20264224b5bc05a2934c1
Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date: Wed May 9 10:41:23 2012 +0100
future-account: add warn_unused_result attribute for create_account_finish
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
telepathy-glib/future-account.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/future-account.h b/telepathy-glib/future-account.h
index 56dcd2a..b8e1757 100644
--- a/telepathy-glib/future-account.h
+++ b/telepathy-glib/future-account.h
@@ -140,7 +140,7 @@ void tp_future_account_create_account_async (TpFutureAccount *self,
_TP_AVAILABLE_IN_0_20
TpAccount * tp_future_account_create_account_finish (TpFutureAccount *self,
GAsyncResult *result,
- GError **error);
+ GError **error) G_GNUC_WARN_UNUSED_RESULT;
G_END_DECLS
More information about the telepathy-commits
mailing list