Method

GcrSimpleCollectionremove

Declaration [src]

void
gcr_simple_collection_remove (
  GcrSimpleCollection* self,
  GObject* object
)

Description [src]

Remove an object from the collection.

Parameters

object GObject
 

The object to remove from the collection.

 The data is owned by the caller of the function.