Added Annotations

This commit is contained in:
N.Pranav Krishna 2023-06-27 16:49:43 +00:00 committed by Emmanuele Bassi
parent 0990106501
commit b963bcf8c5

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.
*
* Gets the interface vtable for the D-Bus interface implemented by
* @interface_. The returned function pointers should expect @interface_
* 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
*/