summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-29 15:45:27 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-29 15:55:21 +0200
commit6c60e63821be453089110b30208f214a98cc51f8 (patch)
treede9fcdc108071954b2feefffe15cf399ff4bd7e4
parentc7da17f6d08eee0d308eb12e5755da0543371a3d (diff)
downloadtelepathy-glib-6c60e63821be453089110b30208f214a98cc51f8.tar.gz
logger: annotate tpl_debug_set_flags()
-rw-r--r--telepathy-logger/debug.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/telepathy-logger/debug.c b/telepathy-logger/debug.c
index 10f9bb4c2..3639f301d 100644
--- a/telepathy-logger/debug.c
+++ b/telepathy-logger/debug.c
@@ -41,6 +41,18 @@ static GDebugKey keys[] = {
{ 0, },
};
+/**
+ * tpl_debug_set_flags:
+ * @flags_string: (nullable): The flags to set, comma-separated.
+ * If %NULL or empty, no additional flags are set.
+ *
+ * Set the debug flags indicated by flags_string, in addition to any
+ * already set.
+ *
+ * The parsing matches that of g_parse_debug_string().
+ *
+ * Since: UNRELEASED
+ */
void
tpl_debug_set_flags (const gchar *flags_string)
{