From 306e64998c1bf1fb997c1098ae92d6edfef31cd2 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 23 Oct 2024 20:37:32 +0000 Subject: docs: astal3 and io comments --- lib/astal/io/file.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/astal/io/file.vala') diff --git a/lib/astal/io/file.vala b/lib/astal/io/file.vala index e57f449..57b6dc0 100644 --- a/lib/astal/io/file.vala +++ b/lib/astal/io/file.vala @@ -48,7 +48,7 @@ public async void write_file_async(string path, string content) throws Error { /** * Monitor a file for changes. If the path is a directory, monitor it recursively. * The callback will be called passed two parameters: the path of the file - * that changed and an [enum@GLib.FileMonitorEvent] indicating the reason. + * that changed and an [enum@Gio.FileMonitorEvent] indicating the reason. */ public FileMonitor? monitor_file(string path, Closure callback) { try { -- cgit v1.2.3