方法

GioDBusInterfaceSkeletonget_vtable

since: 2.30

声明 [源代码]

GDBusInterfaceVTable*
g_dbus_interface_skeleton_get_vtable (
  GDBusInterfaceSkeleton* interface_
)

描述 [源代码]

获取由interface_实现的DBus接口的接口vtable。返回的函数指针应该期望将interface_本身作为用户数据传递。

自2.30可用

返回值

类型: GDBusInterfaceVTable

骨架实现的DBus接口的vtable。

返回的数据由实例拥有。