summaryrefslogtreecommitdiff
path: root/gir/gio-2.0.c
diff options
context:
space:
mode:
Diffstat (limited to 'gir/gio-2.0.c')
-rw-r--r--gir/gio-2.0.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index cec75a18..9b692a90 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -2674,6 +2674,9 @@
*
* The object that handles DNS resolution. Use g_resolver_get_default()
* to get the default resolver.
+ *
+ * This is an abstract type; subclasses of it implement different resolvers for
+ * different platforms and situations.
*/
@@ -40901,6 +40904,20 @@
/**
+ * g_unix_mount_for: (skip)
+ * @file_path: file path on some unix mount.
+ * @time_read: (out) (allow-none): guint64 to contain a timestamp.
+ *
+ * Gets a #GUnixMountEntry for a given file path. If @time_read
+ * is set, it will be filled with a unix timestamp for checking
+ * if the mounts have changed since with g_unix_mounts_changed_since().
+ *
+ * Returns: (transfer full): a #GUnixMountEntry.
+ * Since: 2.52
+ */
+
+
+/**
* g_unix_mount_free:
* @mount_entry: a #GUnixMountEntry.
*