From 2a3bb3af6fec942c36d20dbf502e8e91bd741bb5 Mon Sep 17 00:00:00 2001 From: Aylur Date: Mon, 7 Oct 2024 18:25:16 +0000 Subject: notifd: add doc comments they are not included in the generated docs or gir yet --- lib/notifd/cli.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/notifd/cli.vala') diff --git a/lib/notifd/cli.vala b/lib/notifd/cli.vala index afce774..ab1ddef 100644 --- a/lib/notifd/cli.vala +++ b/lib/notifd/cli.vala @@ -47,7 +47,7 @@ int main(string[] argv) { return 0; } - var notifd = new AstalNotifd.Notifd(); + var notifd = AstalNotifd.get_default(); if (version) { print(AstalNotifd.VERSION); -- cgit v1.2.3