Function
GckAttributenew_empty
Declaration [src]
GckAttribute*
gck_attribute_new_empty (
gulong attr_type
)
Return value
Type: GckAttribute
The new attribute; when done with the attribute
use gck_attribute_free()
to free it.
The caller of the function takes ownership of the data, and is responsible for freeing it. |