gunixmounts: Fix typo in deprecation documentation

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-12-20 12:25:22 +00:00
parent bfeca8c13a
commit 2f010f5618
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -2187,7 +2187,7 @@ g_unix_mount_point_at (const char *mount_path,
* *
* Returns: %TRUE if the mounts have changed since @time. * 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 gboolean
g_unix_mounts_changed_since (guint64 time) g_unix_mounts_changed_since (guint64 time)