Add a color property and access to Buddy objects
This commit is contained in:
@@ -89,6 +89,9 @@ class Buddy(gobject.GObject):
|
||||
def is_owner(self):
|
||||
return self._properties['owner']
|
||||
|
||||
def get_color(self):
|
||||
return self._properties['color']
|
||||
|
||||
def get_icon(self):
|
||||
return self._buddy.getIcon()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user