diff options
author | Aylur <[email protected]> | 2024-10-22 22:27:42 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-23 01:31:01 +0200 |
commit | 02fdcbe57155bd62c632a75e08087177b7c66eb9 (patch) | |
tree | b2c7028ad044e1de3b3d695b346186ef4e42595f /lib/apps/application.vala | |
parent | 9a6c776f8fb145a602bcfe9046955d0d2f268416 (diff) |
docs: fixup notifd and apps
Diffstat (limited to 'lib/apps/application.vala')
-rw-r--r-- | lib/apps/application.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/apps/application.vala b/lib/apps/application.vala index 7e20b06..ea22e7a 100644 --- a/lib/apps/application.vala +++ b/lib/apps/application.vala @@ -5,7 +5,7 @@ public class AstalApps.Application : Object { public DesktopAppInfo app { get; construct set; } /** - * The number of times [[email protected]] was called on this Application. + * The number of times [[email protected]] was called on this Application. */ public int frequency { get; set; default = 0; } @@ -32,7 +32,7 @@ public class AstalApps.Application : Object { /** * `Exec` field from the desktop file. - * Note that if you want to launch this Application you should use the [[email protected]] method. + * Note that if you want to launch this Application you should use the [[email protected]] method. */ public string executable { owned get { return app.get_string("Exec"); } } |