summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-dispatch-operation.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/channel-dispatch-operation.h
parent9b44e18f87cee6580a1f2e99fa216b3d9d36073a (diff)
downloadtelepathy-glib-bfc6789e79f56e80574b7b78380277e256498095.tar.gz
various: warn about unused results that would indicate an obvious leak
Diffstat (limited to 'telepathy-glib/channel-dispatch-operation.h')
-rw-r--r--telepathy-glib/channel-dispatch-operation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/channel-dispatch-operation.h b/telepathy-glib/channel-dispatch-operation.h
index f9bc58532..2518b20f0 100644
--- a/telepathy-glib/channel-dispatch-operation.h
+++ b/telepathy-glib/channel-dispatch-operation.h
@@ -69,7 +69,8 @@ GType tp_channel_dispatch_operation_get_type (void);
TpChannelDispatchOperation *tp_channel_dispatch_operation_new (
TpDBusDaemon *bus_daemon, const gchar *object_path,
- GHashTable *immutable_properties, GError **error);
+ GHashTable *immutable_properties, GError **error)
+ G_GNUC_WARN_UNUSED_RESULT;
void tp_channel_dispatch_operation_init_known_interfaces (void);