Method

GckBuilderset_date

Declaration [src]

void
gck_builder_set_date (
  GckBuilder* builder,
  gulong attr_type,
  const GDate* value
)

Description [src]

Set an attribute on the builder for the date value. If an attribute with attr_type already exists in the builder then it is changed to the new value, otherwise an attribute is added.

Parameters

attr_type gulong
 

The new attribute type.

value GDate
 

The attribute value.

 The data is owned by the caller of the function.