方法
GioDBusMethodInvocationget_interface_name
since: 2.26
声明 [src]
const gchar*
g_dbus_method_invocation_get_interface_name (
GDBusMethodInvocation* invocation
)
描述 [src]
获取方法被调用时的D-Bus接口名称。
如果发送方没有指定,则可以返回NULL
。有关此情况何时发生以及如何处理的相关信息,请参阅GDBusInterfaceMethodCallFunc
或D-Bus规范。
如果该方法调用是属性获取、设置或获取全部调用,并且已重定向到方法调用处理程序,则将返回“org.freedesktop.DBus.Properties”。有关更多详细信息,请参阅GDBusInterfaceVTable
。
自2.26起可用