summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-06-15 20:06:41 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-06-15 20:06:41 +0200
commitfbea08467678f0c7fb4423940c08345cd3e0ace9 (patch)
tree5d087258af6eee3a7f90939c5daa3e348e481457
parent5a72f0f65c033252b00bd97c13379dd6b986ad6a (diff)
downloadgobject-introspection-fbea08467678f0c7fb4423940c08345cd3e0ace9.tar.gz
Update glib annotations (2.60.4)
-rw-r--r--gir/gio-2.0.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index dc40cf84..f120d7ce 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -7075,6 +7075,10 @@
* then attempt to connect to that host, handling the possibility of
* multiple IP addresses and multiple address families.
*
+ * The enumeration results of resolved addresses *may* be cached as long
+ * as this object is kept alive which may have unexpected results if
+ * alive for too long.
+ *
* See #GSocketConnectable for an example of using the connectable
* interface.
*/
@@ -42521,6 +42525,14 @@
*/
+/**
+ * inet_addresses_to_inet_socket_addresses:
+ * @addresses: (transfer full): #GList of #GInetAddress
+ *
+ * Returns: (transfer full): #GList of #GInetSocketAddress
+ */
+
+
/************************************************************/
/* THIS FILE IS GENERATED DO NOT EDIT */