Merge branch 'main' into 'main'

Added Annotations

Closes #2993

See merge request GNOME/glib!3476
This commit is contained in:
Emmanuele Bassi 2023-06-27 16:49:43 +00:00
commit 4a7409a0ac

View File

@ -336,14 +336,14 @@ g_dbus_interface_skeleton_get_info (GDBusInterfaceSkeleton *interface_)
} }
/** /**
* g_dbus_interface_skeleton_get_vtable: (skip) * g_dbus_interface_skeleton_get_vtable:
* @interface_: A #GDBusInterfaceSkeleton. * @interface_: A #GDBusInterfaceSkeleton.
* *
* Gets the interface vtable for the D-Bus interface implemented by * Gets the interface vtable for the D-Bus interface implemented by
* @interface_. The returned function pointers should expect @interface_ * @interface_. The returned function pointers should expect @interface_
* itself to be passed as @user_data. * itself to be passed as @user_data.
* *
* Returns: A #GDBusInterfaceVTable (never %NULL). * Returns: (not nullable) (transfer none): the vtable of the D-Bus interface implemented by the skeleton
* *
* Since: 2.30 * Since: 2.30
*/ */