[Telepathy] [Bug 17243] TP_UNKNOWN_CONNECTION_STATUS is expanded in documentation

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 13 04:30:11 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=17243


Will Thompson <will.thompson at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
           Priority|medium                      |low




--- Comment #1 from Will Thompson <will.thompson at collabora.co.uk>  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.


More information about the Telepathy mailing list