onCloseNotification send reply
This commit is contained in:
parent
a9360ad3d9
commit
773cc6e7b4
@ -236,6 +236,8 @@ static void onCloseNotification(GDBusConnection *connection,
|
|||||||
guint32 id;
|
guint32 id;
|
||||||
g_variant_get(parameters, "(u)", &id);
|
g_variant_get(parameters, "(u)", &id);
|
||||||
close_notification_by_id(id, 3);
|
close_notification_by_id(id, 3);
|
||||||
|
g_dbus_method_invocation_return_value(invocation, NULL);
|
||||||
|
g_dbus_connection_flush(connection, NULL, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void onGetServerInformation(GDBusConnection *connection,
|
static void onGetServerInformation(GDBusConnection *connection,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user