[next] telepathy-glib: tp_handle_type_to_string: add TP_ENTITY_TYPE_SELF to the switch

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Thu Feb 13 16:06:09 CET 2014


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

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu Feb 13 13:18:57 2014 +0100

tp_handle_type_to_string: add TP_ENTITY_TYPE_SELF to the switch

---

 telepathy-glib/handle.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/telepathy-glib/handle.c b/telepathy-glib/handle.c
index a29fc8a..3f8f596 100644
--- a/telepathy-glib/handle.c
+++ b/telepathy-glib/handle.c
@@ -44,6 +44,8 @@ tp_handle_type_to_string (TpEntityType type)
       return "contact";
     case TP_ENTITY_TYPE_ROOM:
       return "room";
+    case TP_ENTITY_TYPE_SELF:
+      return "self";
     }
 
   return "(invalid handle type)";



More information about the telepathy-commits mailing list