Method
GckAttributesat
Declaration [src]
const GckAttribute*
gck_attributes_at (
GckAttributes* attrs,
guint index
)
Description [src]
Get attribute at the specified index in the attribute array.
Use gck_attributes_count()
to determine how many attributes are
in the array.
Return value
Type: GckAttribute
The specified attribute.
The returned data is owned by the instance. |