Struct
GioDBusPropertyInfo
since: 2.26
Description [src]
struct GDBusPropertyInfo {
  gint ref_count;
  gchar* name;
  gchar* signature;
  GDBusPropertyInfoFlags flags;
  GDBusAnnotationInfo* annotations[];
}
Information about a D-Bus property on a D-Bus interface.
Structure members
- ref_count:- gint
- The reference count or -1 if statically allocated. 
- name:- gchar*
- The name of the D-Bus property, e.g. “SupportedFilesystems”. 
- signature:- gchar*
- The D-Bus signature of the property (a single complete type). 
- flags:- GDBusPropertyInfoFlags
- Access control flags for the property. 
- annotations:- GDBusAnnotationInfo
- A pointer to a - NULL-terminated array of pointers to- GDBusAnnotationInfostructures or- NULLif there are no annotations.
Available since: 2.26
Instance methods
g_dbus_property_info_ref
If info is statically allocated does nothing. Otherwise increases
the reference count.
since: 2.26
g_dbus_property_info_unref
If info is statically allocated, does nothing. Otherwise decreases
the reference count of info. When its reference count drops to 0,
the memory used is freed.
since: 2.26