方法

GioDBusProxyget_interface_name

自 2.26 起可用

声明 [src]

const gchar*
g_dbus_proxy_get_interface_name (
  GDBusProxy* proxy
)

描述 [src]

获取代理 proxy 对应的 D-Bus 接口名称。

自 2.26 起可用

返回值

类型: const gchar*

proxy 拥有的字符串。不要释放。

返回的数据由实例拥有。
值是一个以 NUL 结尾的 UTF-8 字符串。