summaryrefslogtreecommitdiff
path: root/bus/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/driver.c')
-rw-r--r--bus/driver.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/bus/driver.c b/bus/driver.c
index ef1b957f..8ea2955b 100644
--- a/bus/driver.c
+++ b/bus/driver.c
@@ -2737,6 +2737,8 @@ static InterfaceHandler interface_handlers[] = {
" </signal>\n"
" <signal name=\"NameAcquired\">\n"
" <arg type=\"s\"/>\n"
+ " </signal>\n"
+ " <signal name=\"ActivatableServicesChanged\">\n"
" </signal>\n",
/* Not in the Interfaces property because if you can get the properties
* of the o.fd.DBus interface, then you certainly have the o.fd.DBus
@@ -3158,6 +3160,12 @@ features_getter (BusContext *context,
&arr_iter))
return FALSE;
+ s = "ActivatableServicesChanged";
+
+ if (!dbus_message_iter_append_basic (&arr_iter, DBUS_TYPE_STRING, &s))
+ goto abandon;
+
+
if (bus_apparmor_enabled ())
{
s = "AppArmor";