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 gulong
 

The new attribute type.

value GDate
 

The attribute value.

 The data is owned by the caller of the function.