TelepathyGLib.DBusPropertiesMixinIfaceInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
dbus_interface |
r/w |
Quark representing the interface’s name |
|
props |
r/w |
Array of property descriptions, terminated by one with name == |
Methods¶
None
Details¶
- class TelepathyGLib.DBusPropertiesMixinIfaceInfo¶
Semi-abstract description of an interface. Each service GInterface that has properties must have one of these attached to it via
TelepathyGLib.svc_interface_set_dbus_properties_info
() in its base_init function; service GInterfaces that do not have properties may have one of these with no properties.This structure must either be statically allocated, or duplicated and never freed, so it always remains valid.
In addition to the documented members, there are two private pointers for future expansion, which must always be initialized to
None
.New in version 0.7.3.