From 2f010f5618345a8bb81ad91f432fedeb122ec1bc Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 20 Dec 2024 12:25:22 +0000 Subject: [PATCH] gunixmounts: Fix typo in deprecation documentation Signed-off-by: Philip Withnall --- gio/gunixmounts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index 499123548..57ebb93e1 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -2187,7 +2187,7 @@ g_unix_mount_point_at (const char *mount_path, * * Returns: %TRUE if the mounts have changed since @time. * - * Deprecated: 2.84: Use g_unix_mount_entry_free() instead. + * Deprecated: 2.84: Use g_unix_mount_entries_changed_since() instead. **/ gboolean g_unix_mounts_changed_since (guint64 time)