Method

GcrCollectionget_objects

Declaration [src]

GList*
gcr_collection_get_objects (
  GcrCollection* self
)

Description [src]

Get a list of the objects in this collection.

Return value

Returns: A list of GObject*
 

A list of the objects in this collection, which should be freed with g_list_free()

 The caller of the method takes ownership of the data container, but not the data inside it.