Method

CamelObjectBagremove

Declaration [src]

void
camel_object_bag_remove (
  CamelObjectBag* bag,
  gpointer object
)

Description [src]

Removes object from bag.

Parameters

object

Type: gpointer

A GObject.

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