mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
Merge branch 'main' into 'main'
Added Annotations Closes #2993 See merge request GNOME/glib!3476
This commit is contained in:
commit
4a7409a0ac
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user