Add get_id() function to match activity.Activity's get_id() function; sort-of interface
This commit is contained in:
parent
d353bd5ed1
commit
193c2ed4cd
@ -199,6 +199,13 @@ class ActivityHost(dbus.service.Object):
|
|||||||
del self
|
del self
|
||||||
|
|
||||||
def get_host_activity_id(self):
|
def get_host_activity_id(self):
|
||||||
|
"""Real function that the shell should use for getting the
|
||||||
|
activity's ID."""
|
||||||
|
return self.activity_id
|
||||||
|
|
||||||
|
def get_id(self):
|
||||||
|
"""Interface-type function to match activity.Activity's
|
||||||
|
get_id() function."""
|
||||||
return self.activity_id
|
return self.activity_id
|
||||||
|
|
||||||
def get_object_path(self):
|
def get_object_path(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user