summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-12-18 18:09:09 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-12-18 18:09:09 +0000
commitbfc6789e79f56e80574b7b78380277e256498095 (patch)
tree93aa660746387809e29c7afe1f9ef5ead9a73c83 /telepathy-glib/account.h
parent9b44e18f87cee6580a1f2e99fa216b3d9d36073a (diff)
downloadtelepathy-glib-bfc6789e79f56e80574b7b78380277e256498095.tar.gz
various: warn about unused results that would indicate an obvious leak
Diffstat (limited to 'telepathy-glib/account.h')
-rw-r--r--telepathy-glib/account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account.h b/telepathy-glib/account.h
index b9d9feb25..4291bc42c 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -72,7 +72,7 @@ GType tp_account_get_type (void);
GQuark tp_account_get_feature_quark_core (void) G_GNUC_CONST;
TpAccount *tp_account_new (TpDBusDaemon *bus_daemon, const gchar *object_path,
- GError **error);
+ GError **error) G_GNUC_WARN_UNUSED_RESULT;
gboolean tp_account_parse_object_path (const gchar *object_path,
gchar **cm, gchar **protocol, gchar **account_id, GError **error);