[next] telepathy-glib: logger: annotate tpl_debug_set_flags()

Simon McVittie smcv at kemper.freedesktop.org
Wed Sep 17 05:22:52 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 6c60e63821be453089110b30208f214a98cc51f8
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=6c60e63821be453089110b30208f214a98cc51f8

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu May 29 15:45:27 2014 +0200

logger: annotate tpl_debug_set_flags()

---

 telepathy-logger/debug.c |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/telepathy-logger/debug.c b/telepathy-logger/debug.c
index 10f9bb4..3639f30 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)
 {



More information about the telepathy-commits mailing list