Gio.DBusAnnotationInfo¶
record (struct)
Information about an annotation.
Methods¶
ref¶
If info is statically allocated does nothing. Otherwise increases
the reference count.
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.
Static functions¶
lookup¶
Looks up the value of an annotation.
The cost of this function is O(n) in number of annotations.
Parameters:
annotations— ANone-terminated array of annotations orNone.name— The name of the annotation to look up.