notify_complete
void notify_complete(struct notifier_ctx *, const char *, ...)
notify_complete(notifier, NULL);
notify_complete(notifier, "User presence confirmed");
notify_complete(notifier, "User presence confirmed");
notify_complete(notifier, NULL);
notify_complete(notifier, r == 0 ? "User presence confirmed" : NULL);