信号

GioDBusObjectSkeleton::authorize-method

自:2.30

声明

gboolean
authorize_method (
  GDBusObjectSkeleton* self,
  GDBusInterfaceSkeleton* interface,
  GDBusMethodInvocation* invocation,
  gpointer user_data
)

描述 [源代码]

当远程调用者调用一个方法时发出,用于确定方法调用是否授权。

此信号类似于 GDBusInterfaceSkeletonGDBusInterfaceSkeleton::g-authorize-method 信号,但它用于封装对象。

默认类处理程序只是返回 TRUE

默认处理程序

在调用 g_signal_connect() 添加的处理程序之后调用默认处理程序。

自:2.30

参数

接口

类型: GDBusInterfaceSkeleton

invocation 提供的 GDBusInterfaceSkeleton

数据由函数的调用者拥有。
invocation

类型: GDBusMethodInvocation

一个 GDBusMethodInvocation

数据由函数的调用者拥有。

返回值

类型: gboolean

TRUE 如果调用被授权,否则 FALSE