summaryrefslogtreecommitdiff
path: root/gir/gio-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-10-17 10:50:40 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-10-17 10:50:40 +0200
commit41b074ba44bb29b405b993b2f4c72b1a66c007c9 (patch)
tree8d6ad7a6bb1147a6dbdb478ef76239b0758d21dd /gir/gio-2.0.c
parent8bbd0c3849997d41b653e12a292b43ad59c4d9ca (diff)
downloadgobject-introspection-41b074ba44bb29b405b993b2f4c72b1a66c007c9.tar.gz
gir: Update annotations from GLib git master
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.
*