Method
GckAttributesfind
Declaration [src]
const GckAttribute*
gck_attributes_find (
GckAttributes* attrs,
gulong attr_type
)
Return value
Type: GckAttribute
The first attribute found with the specified type,
or NULL
.
The returned data is owned by the instance. |