diff options
author | Aylur <[email protected]> | 2024-10-07 18:25:16 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-07 18:25:16 +0000 |
commit | 2a3bb3af6fec942c36d20dbf502e8e91bd741bb5 (patch) | |
tree | 2ef5c0e2629a05f6d1dd471e2b8ec4244cd077af /lib/notifd/cli.vala | |
parent | d39d76e01f6dd1a910338cec9b926c40518682bd (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.vala | 2 |
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); |