summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-message.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-03 12:13:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-03 12:35:58 +0100
commit59e580c564711b194d3c0c8004cf8db195f06428 (patch)
tree557249305359a52023dd567fce571cdd53b027ac /telepathy-glib/debug-message.h
parentf524ee716e4e2fdb959c1dd28210a3a8dfc6cbfe (diff)
downloadtelepathy-glib-59e580c564711b194d3c0c8004cf8db195f06428.tar.gz
Version-annotate recent API
Diffstat (limited to 'telepathy-glib/debug-message.h')
-rw-r--r--telepathy-glib/debug-message.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/telepathy-glib/debug-message.h b/telepathy-glib/debug-message.h
index b556002e4..3aad8fd1a 100644
--- a/telepathy-glib/debug-message.h
+++ b/telepathy-glib/debug-message.h
@@ -23,6 +23,7 @@
#define __TP_DEBUG_MESSAGE_H__
#include <glib-object.h>
+#include <telepathy-glib/defs.h>
G_BEGIN_DECLS
@@ -41,6 +42,7 @@ struct _TpDebugMessage {
TpDebugMessagePriv *priv;
};
+_TP_AVAILABLE_IN_0_20
GType tp_debug_message_get_type (void);
/* TYPE MACROS */
@@ -65,10 +67,15 @@ GType tp_debug_message_get_type (void);
TP_TYPE_DEBUG_MESSAGE, \
TpDebugMessageClass))
+_TP_AVAILABLE_IN_0_20
GDateTime * tp_debug_message_get_time (TpDebugMessage *self);
+_TP_AVAILABLE_IN_0_20
const gchar * tp_debug_message_get_domain (TpDebugMessage *self);
+_TP_AVAILABLE_IN_0_20
const gchar * tp_debug_message_get_category (TpDebugMessage *self);
+_TP_AVAILABLE_IN_0_20
GLogLevelFlags tp_debug_message_get_level (TpDebugMessage *self);
+_TP_AVAILABLE_IN_0_20
const gchar * tp_debug_message_get_message (TpDebugMessage *self);
G_END_DECLS