Gio.DBusPropertyInfo¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| annotations | [ Gio.DBusAnnotationInfo] | r/w | A pointer to a None-terminated array of pointers toGio.DBusAnnotationInfostructures orNoneif there are no annotations. | 
| flags | Gio.DBusPropertyInfoFlags | r/w | Access control flags for the property. | 
| name | str | r/w | The name of the D-Bus property, e.g. “SupportedFilesystems”. | 
| ref_count | int | r/w | The reference count or -1 if statically allocated. | 
| signature | str | r/w | The D-Bus signature of the property (a single complete type). | 
Details¶
- 
class Gio.DBusPropertyInfo¶
- Information about a D-Bus property on a D-Bus interface. - New in version 2.26. - 
ref()[source]¶
- Returns: - The same self. - Return type: - Gio.DBusPropertyInfo- If self is statically allocated does nothing. Otherwise increases the reference count. - New in version 2.26. 
 
-