[Telepathy-commits] [telepathy-glib/master] TpProxy: use "unsigned int" in public struct, gtkdoc doesn't understand "unsigned"

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Oct 15 03:48:56 PDT 2008


---
 telepathy-glib/proxy.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/proxy.h b/telepathy-glib/proxy.h
index 83c3e05..2a1b7ad 100644
--- a/telepathy-glib/proxy.h
+++ b/telepathy-glib/proxy.h
@@ -74,7 +74,7 @@ struct _TpProxyClass {
 
     GQuark interface;
 
-    unsigned must_have_unique_name:1;
+    unsigned int must_have_unique_name:1;
     guint _reserved_flags:31;
 
     GCallback _reserved[4];
-- 
1.5.6.5




More information about the Telepathy-commits mailing list