[Telepathy] [Bug 18040] tp_list_connection_managers() (and others?) use const on complex types.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 14 09:29:23 PDT 2008


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





--- Comment #5 from Murray Cumming <murrayc at murrayc.com>  2008-10-14 09:29:22 PST ---
Xavier, that doesn't add much (even when we correct your syntax).

I was thinking more of

typedef TpConnectionManager* TpConnectionManagerPtr;
const TpConnectionManagerPtr* connection_managers;

It's not pretty, but pointer-to-pointer never is (a GList would be better), but
it is at least more readable.


-- 
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