On Tue, Jul 21, 2009 at 6:27 AM, Andrea Grandi<[email protected]> wrote: > Hi all, > > I cannot understand one particular thing about python-mafw > overrides.... I see that mafw_registry_get_instance() is overridden, > because it returns a particular object (MafwRegistry), but for > example mafw_registry_get_extension_by_uuid() is not overridden and it > returns a custom object too (MafwExtension). > > The override is just missing or there is something else different > between the structure of these two methods?
mafw_registry_get_instance() is overriden only because it always returns the same object and thus become a static method on the python side. Regards, -- Anderson Lizardo OpenBossa Labs - INdT Manaus - Brazil _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
