Rework to not use protected API

This commit is contained in:
Marco Pesenti Gritti
2006-08-07 11:08:10 +02:00
parent 167dbec0f5
commit d919848324
4 changed files with 11 additions and 6 deletions
+3
View File
@@ -125,6 +125,9 @@ class PresenceService(gobject.GObject):
def _activity_disappeared_cb(self, object_path):
gobject.idle_add(self._emit_activity_disappeared_signal, object_path)
def get(self, object_path):
return self._new_object(object_path)
def get_services(self):
resp = self._ps.getServices()
servs = []