summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@coaxion.net>2019-10-22 07:48:13 +0000
committerSebastian Dröge <slomo@coaxion.net>2019-10-22 07:48:13 +0000
commit611ea6e8053c03aaaa81163ad2e3b2f783d18b10 (patch)
treebf5625b90af0c51b8a3bebe8aa36c20381cc9b6c
parent9c7a8c76d0d7a95fa2666d19113f7b20a55d6bf3 (diff)
parentb649946c00a6bb7fe8b8f04721459c7d9aa029ac (diff)
downloadglib-611ea6e8053c03aaaa81163ad2e3b2f783d18b10.tar.gz
Merge branch '1836-dbus-connection-docs' into 'master'
gdbusconnection: Clarify nullability in a documentation comment Closes #1836 See merge request GNOME/glib!1003
-rw-r--r--gio/gdbusconnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdbusconnection.h b/gio/gdbusconnection.h
index c37363c0d..f7f08a3cc 100644
--- a/gio/gdbusconnection.h
+++ b/gio/gdbusconnection.h
@@ -489,7 +489,7 @@ typedef GDBusInterfaceInfo ** (*GDBusSubtreeIntrospectFunc) (GDBusConnection
* @object_path: The object path that was registered with g_dbus_connection_register_subtree().
* @interface_name: The D-Bus interface name that the method call or property access is for.
* @node: A node that is a child of @object_path (relative to @object_path) or %NULL for the root of the subtree.
- * @out_user_data: (nullable) (not optional): Return location for user data to pass to functions in the returned #GDBusInterfaceVTable (never %NULL).
+ * @out_user_data: (nullable) (not optional): Return location for user data to pass to functions in the returned #GDBusInterfaceVTable.
* @user_data: The @user_data #gpointer passed to g_dbus_connection_register_subtree().
*
* The type of the @dispatch function in #GDBusSubtreeVTable.