信号
GioDBusObjectManager::interface-added
自 2.30版开始
声明
void
interface_added (
GDBusObjectManager* self,
GDBusObject* object,
GDBusInterface* interface,
gpointer user_data
)
描述 [源码]
当 interface 被添加到 object 时发出。
此信号仅作为一种便利,以避免需要将信号连接到 manager 管理的所有对象。
默认处理程序 默认处理程序在通过 g_signal_connect() 添加的处理程序之后被调用。 |
自 2.30版开始可用 |
参数
object
-
类型:
GDBusObject
向其中添加 interface 的 GDBusObject。
数据由函数的调用者拥有。 interface
-
类型:
GDBusInterface
添加的 GDBusInterface。
数据由函数的调用者拥有。