diff options
author | Aylur <[email protected]> | 2024-10-25 14:09:04 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-25 14:09:04 +0000 |
commit | e8715aec5e05e0438192e611afea2fe6f10cb80f (patch) | |
tree | 2ff8bd9000829022b1438dd0d84035955df68298 /lib/apps | |
parent | d6bdcff12256ef1ff8c906c90ebf3c72b58209af (diff) |
docs: battery doc comments
Diffstat (limited to 'lib/apps')
-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 c137183..0a2f73c 100644 --- a/lib/apps/application.vala +++ b/lib/apps/application.vala @@ -25,8 +25,8 @@ public class AstalApps.Application : Object { public string description { get { return app.get_description(); } } /** - * The StartupWMClass field from the desktop file. - * This represents the WM_CLASS property of the main window of the application. + * `StartupWMClass` field from the desktop file. + * This represents the `WM_CLASS` property of the main window of the application. */ public string wm_class { get { return app.get_startup_wm_class(); } } |