Method
GckBuilderadd_date
Declaration [src]
void
gck_builder_add_date (
  GckBuilder* builder,
  gulong attr_type,
  const GDate* value
)
Description [src]
Add a new attribute to the builder for the date value.
Unconditionally adds a new attribute, even if one with the same attr_type
already exists.
Parameters
- attr_type
- 
            Type: gulongThe new attribute type. 
- value
- 
            Type: GDateThe attribute value. The data is owned by the caller of the method.