Method
GckAttributesfind_string
Declaration [src]
gboolean
gck_attributes_find_string (
GckAttributes* attrs,
gulong attr_type,
gchar** value
)
Description [src]
Find an attribute with the specified type in the array.
If the attribute is marked invalid then it will be treated as not found. The resulting string will be null-terminated, and must be freed by the caller using g_free().