Le samedi 11 juin 2011 à 17:42 -0400, Mystilleef a écrit : > Hi, > > Where are the FEATURE constants (e.g TP_ACCOUNT_MANAGER_FEATURE_CORE) > located in PyGI tp-glib?
Macros are not imported in the g-i, sadly. So you need to call the function that returns the feature quark: TelepathyGLib.AccountManager.get_feature_quark_core() Regards, Xavier Claessens _______________________________________________ telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
