http://bugs.freedesktop.org/show_bug.cgi?id=17243
Will Thompson <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Priority|medium |low
--- Comment #1 from Will Thompson <[EMAIL PROTECTED]> 2008-10-13 04:30:06 PST
---
We could work around gtk-doc expanding the #define by replacing:
#define TP_UNKNOWN_CONNECTION_STATUS ((TpConnectionStatus) -1)
with something like:
enum { _TP_UNKNOWN_CONNECTION_STATUS = -1 };
#define TP_UNKNOWN_CONNECTION_STATUS ((TpConnectionStatus)
_TP_UNKNOWN_CONNECTION_STATUS)
if we were so inclined.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy