Method

GcrUnionCollectionremove

Declaration [src]

void
gcr_union_collection_remove (
  GcrUnionCollection* self,
  GcrCollection* collection
)

Description [src]

Remove an object from the collection.

Parameters

collection GcrCollection
 

The collection whose objects to remove.

 The data is owned by the caller of the function.