Method

GcrSimpleCollectionadd

Declaration [src]

void
gcr_simple_collection_add (
  GcrSimpleCollection* self,
  GObject* object
)

Description [src]

Add an object to this collection.

Parameters

object GObject*
 

The object to add.

 The data is owned by the caller of the function.