结构体
GioDBusSignalInfo
自:2.26
描述 [src]
struct GDBusSignalInfo {
gint ref_count;
gchar* name;
GDBusArgInfo** args;
GDBusAnnotationInfo** annotations;
}
关于 D-Bus 接口上信号的详细信息。
结构体成员
ref_count引用计数,如果是静态分配则为 -1。
nameD-Bus 信号名称,例如,“NameOwnerChanged”。
args指向
NULL结束的GDBusArgInfo结构体指针数组的指针,如果没有参数则为NULL。annotations指向
NULL结束的GDBusAnnotationInfo结构体指针数组的指针,如果没有注释则为NULL。
可用自:2.26