From 02fdcbe57155bd62c632a75e08087177b7c66eb9 Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 22 Oct 2024 22:27:42 +0000 Subject: docs: fixup notifd and apps --- lib/apps/application.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/apps/application.vala') 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 [func@AstalApps.Application.launch] was called on this Application. + * The number of times [method@AstalApps.Application.launch] 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 [func@AstalApps.Application.launch] method. + * Note that if you want to launch this Application you should use the [method@AstalApps.Application.launch] method. */ public string executable { owned get { return app.get_string("Exec"); } } -- cgit v1.2.3