Function

GcrParsedunref

Declaration [src]

void
gcr_parsed_unref (
  gpointer parsed
)

Description [src]

Unreferences a parsed item which was referenced with gcr_parsed_ref()

Parameters

parsed gpointer
 

A parsed item.

 The argument can be NULL.
 The data is owned by the caller of the function.