[Telepathy-commits] [telepathy-glib/master] TpConnectionManager: replace "unsigned" with "unsigned int" in public struct
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Oct 15 03:45:48 PDT 2008
gtkdoc doesn't understand the former, but does understand the latter.
---
telepathy-glib/connection-manager.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index d7b498c..85d1581 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -88,8 +88,8 @@ struct _TpConnectionManager {
const TpConnectionManagerProtocol * const *protocols;
/* These are really booleans, but gboolean is signed. Thanks, GLib */
- unsigned running:1;
- unsigned always_introspect:1;
+ unsigned int running:1;
+ unsigned int always_introspect:1;
TpCMInfoSource info_source:2;
guint reserved_flags:28;
--
1.5.6.5
More information about the Telepathy-commits
mailing list