summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-properties-mixin.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/dbus-properties-mixin.h
parent9b44e18f87cee6580a1f2e99fa216b3d9d36073a (diff)
downloadtelepathy-glib-bfc6789e79f56e80574b7b78380277e256498095.tar.gz
various: warn about unused results that would indicate an obvious leak
Diffstat (limited to 'telepathy-glib/dbus-properties-mixin.h')
-rw-r--r--telepathy-glib/dbus-properties-mixin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/dbus-properties-mixin.h b/telepathy-glib/dbus-properties-mixin.h
index 80962a933..2872a3e3d 100644
--- a/telepathy-glib/dbus-properties-mixin.h
+++ b/telepathy-glib/dbus-properties-mixin.h
@@ -127,7 +127,8 @@ gboolean tp_dbus_properties_mixin_get (GObject *self,
GHashTable *tp_dbus_properties_mixin_make_properties_hash (
GObject *object, const gchar *first_interface,
- const gchar *first_property, ...) G_GNUC_NULL_TERMINATED;
+ const gchar *first_property, ...)
+ G_GNUC_NULL_TERMINATED G_GNUC_WARN_UNUSED_RESULT;
G_END_DECLS