Method
CamelObjectBagpeek
Declaration [src]
gpointer
camel_object_bag_peek (
CamelObjectBag* bag,
gconstpointer key
)
Description [src]
Returns the object for key in bag, ignoring any reservations. If it
isn’t committed, then it isn’t considered. This should only be used
where reliable transactional-based state is not required.
Unlink other “peek” operations, the caller owns the returned object reference. Use g_object_unref () to unreference it.