:right-sidebar: True DBusPropertyInfo =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.26 .. class:: DBusPropertyInfo(*args, **kwargs) :no-contents-entry: Information about a D-Bus property on a D-Bus interface. Fields ------ .. rst-class:: interim-class .. class:: DBusPropertyInfo :no-index: .. attribute:: annotations A pointer to a :const:`None`-terminated array of pointers to :obj:`~gi.repository.Gio.DBusAnnotationInfo` structures or :const:`None` if there are no annotations. .. attribute:: flags Access control flags for the property. .. attribute:: name The name of the D-Bus property, e.g. "SupportedFilesystems". .. attribute:: ref_count The reference count or -1 if statically allocated. .. attribute:: signature The D-Bus signature of the property (a single complete type).