Function
EDataServergdata_tasklist_add_id
since: 3.46
Declaration [src]
void
e_gdata_tasklist_add_id (
JsonBuilder* builder,
const gchar* value
)
Description [src]
Adds a TaskList::id property value into the builder, which
should have started an object member.
Available since: 3.46
Parameters
builder-
Type:
JsonBuilderA
JsonBuilderwith a started object member.The data is owned by the caller of the function. value-
Type:
const gchar*A TaskList::id property value.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.