summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-client.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-13 10:30:40 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-18 08:57:31 +0200
commitd68fbb41e865b6615cee62834b0c0aff0714637a (patch)
tree794a65c3d38c8d48e9fa882ecdf1134bb63ac33a /telepathy-glib/debug-client.h
parentf7217554dc69fa2682f3d88e7166b75686f4a4ff (diff)
downloadtelepathy-glib-d68fbb41e865b6615cee62834b0c0aff0714637a.tar.gz
debug-client: expose enabled as a property
Diffstat (limited to 'telepathy-glib/debug-client.h')
-rw-r--r--telepathy-glib/debug-client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/debug-client.h b/telepathy-glib/debug-client.h
index 8ac4e4f78..9a38b4b67 100644
--- a/telepathy-glib/debug-client.h
+++ b/telepathy-glib/debug-client.h
@@ -50,6 +50,8 @@ gboolean tp_debug_client_set_enabled_finish (
GAsyncResult *result,
GError **error);
+gboolean tp_debug_client_is_enabled (TpDebugClient *self);
+
/* Tedious GObject boilerplate */
GType tp_debug_client_get_type (void);