Method
GioDBusInterfaceSkeletonget_info
since: 2.30
Declaration [src]
GDBusInterfaceInfo*
g_dbus_interface_skeleton_get_info (
GDBusInterfaceSkeleton* interface_
)
Description [src]
Gets D-Bus introspection information for the D-Bus interface
implemented by interface_
.
Available since: 2.30
Return value
Type: GDBusInterfaceInfo
A GDBusInterfaceInfo
(never NULL
). Do not free.
The returned data is owned by the instance. |