Method
GckAttributeget_data
Declaration [src]
const guchar*
gck_attribute_get_data (
const GckAttribute* attr,
gsize* length
)
Description [src]
Get the raw value in the attribute.
This is useful from scripting languages. C callers will generally
access the GckAttribute
struct directly.
This function will NULL
if the attribute contains empty or invalid
data. The returned data must not be modified and is only valid
as long as this attribute
.