summaryrefslogtreecommitdiff
path: root/lib/notifd/cli.vala
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-07 18:25:16 +0000
committerAylur <[email protected]>2024-10-07 18:25:16 +0000
commit2a3bb3af6fec942c36d20dbf502e8e91bd741bb5 (patch)
tree2ef5c0e2629a05f6d1dd471e2b8ec4244cd077af /lib/notifd/cli.vala
parentd39d76e01f6dd1a910338cec9b926c40518682bd (diff)
notifd: add doc comments
they are not included in the generated docs or gir yet
Diffstat (limited to 'lib/notifd/cli.vala')
-rw-r--r--lib/notifd/cli.vala2
1 files changed, 1 insertions, 1 deletions
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);