They're not handled in the inherited do_set_property()/do_get_property(), so
won't work as properties, and there seems to be no need for them to be
properties at all.
This fixes the following assertion when importing buddy:
Warning: g_object_class_install_property: assertion `pspec->flags & G_PARAM_WRITABLE' failed
type_register(cls, namespace.get('__gtype_name__'))
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| activity.py | ||
| buddy.py | ||
| buddyiconcache.py | ||
| linklocal_plugin.py | ||
| Makefile.am | ||
| org.laptop.Sugar.Presence.service.in | ||
| presenceservice.py | ||
| pstest.py | ||
| psutils.py | ||
| server_plugin.py | ||
| sugar-presence-service | ||