[next] telepathy-glib: debug: @flags_string and @ignored are (nullable)

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


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

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed May 28 11:43:16 2014 +0200

debug: @flags_string and @ignored are (nullable)

---

 telepathy-glib/debug.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/telepathy-glib/debug.c b/telepathy-glib/debug.c
index f8ffc66..0bb6316 100644
--- a/telepathy-glib/debug.c
+++ b/telepathy-glib/debug.c
@@ -146,8 +146,8 @@ static DebugKeyToDomain key_to_domain[] = {
 
 /**
  * tp_debug_set_flags:
- * @flags_string: The flags to set, comma-separated. If %NULL or empty,
- *  no additional flags are set.
+ * @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.
@@ -345,7 +345,7 @@ tp_debug_divert_messages (const gchar *filename)
  * @log_domain: the message's log domain
  * @log_level: the log level of the message
  * @message: the message to process
- * @ignored: not used
+ * @ignored: (nullable): not used
  *
  * A #GLogFunc that prepends the UTC time (currently in ISO 8601 format,
  * with microsecond resolution) to the message, then calls



More information about the telepathy-commits mailing list