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
Returns: | GckAttribute |
The specified attribute. |
|
The data is owned by the instance. |