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