方法

Gio DBusMethodInvocationget_sender

自:2.26

声明 [源代码]

const gchar*
g_dbus_method_invocation_get_sender (
  GDBusMethodInvocation* invocation
)

描述 [源代码]

获取调用该方法的总线名称。

如果调用者未指定,则为空,例如在对等连接中,此函数可以返回 NULL。

自:2.26

返回值

类型: const gchar*

一个字符串。请勿释放,由 invocation 拥有。

返回的数据由实例拥有。
返回值可以为 NULL。
该值是 NUL 结束的 UTF-8 字符串。