summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0f8b134f..4d98f216 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -2999,6 +2999,15 @@
/**
+ * GSocketService:active:
+ *
+ * Whether the service is currently accepting connections.
+ *
+ * Since: 2.46
+ */
+
+
+/**
* GSrvTarget:
*
* A single target host/port that a network service is running on.
@@ -34743,6 +34752,9 @@
* On success, the returned #GSocket takes ownership of @fd. On failure, the
* caller must close @fd themselves.
*
+ * Since GLib 2.46, it is no longer a fatal error to call this on a non-socket
+ * descriptor. Instead, a GError will be set with code %G_IO_ERROR_FAILED
+ *
* Returns: a #GSocket or %NULL on error.
* Free the returned object with g_object_unref().
* Since: 2.22