summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-client.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-13 14:35:09 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-18 08:57:32 +0200
commit8c1aa2f67d0013507da8c0205df1054e673c8552 (patch)
tree5e3dda7817e9b46dc1e2fd63869b5f64d51dab9e /telepathy-glib/debug-client.h
parent99341b830f11761fbf3c52b05e42564defbde7bd (diff)
downloadtelepathy-glib-8c1aa2f67d0013507da8c0205df1054e673c8552.tar.gz
Add tp_debug_client_get_messages_async()
Diffstat (limited to 'telepathy-glib/debug-client.h')
-rw-r--r--telepathy-glib/debug-client.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/telepathy-glib/debug-client.h b/telepathy-glib/debug-client.h
index 9a38b4b67..861be0370 100644
--- a/telepathy-glib/debug-client.h
+++ b/telepathy-glib/debug-client.h
@@ -23,6 +23,7 @@
#include <telepathy-glib/defs.h>
#include <telepathy-glib/proxy.h>
+#include <telepathy-glib/debug-message.h>
G_BEGIN_DECLS
@@ -74,6 +75,15 @@ GType tp_debug_client_get_type (void);
void tp_debug_client_init_known_interfaces (void);
+void tp_debug_client_get_messages_async (
+ TpDebugClient *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+GPtrArray * tp_debug_client_get_messages_finish (TpDebugClient *self,
+ GAsyncResult *result,
+ GError **error) G_GNUC_WARN_UNUSED_RESULT;
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-debug.h>