方法

GioDBusInterfaceSkeletonget_properties

从:2.30

声明 [源代码]

GVariant*
g_dbus_interface_skeleton_get_properties (
  GDBusInterfaceSkeleton* interface_
)

描述 [源代码]

获取接口interface_的 所有 D-Bus 属性。

从:2.30

返回值

类型: GVariant

返回一个类型为 [‘a{sv}’][G-VARIANT-TYPE-VARDICT:CAPS] 的 GVariant。使用 g_variant_unref() 释放。

方法的调用者负责获取的返回数据,并释放它。