| Top |
BonoboItemContainer *
bonobo_item_container_new (void);
Creates a new BonoboItemContainer object. These are used to hold client sites.
void bonobo_item_container_add (BonoboItemContainer *container,const char *name,BonoboObject *object);
Adds the object
to the list of objects managed by this
container
void bonobo_item_container_remove_by_name (BonoboItemContainer *container,const char *name);
Removes the named object from the container
“get-object” signalBonoboUnknown* user_function (BonoboItemContainer *bonoboitemcontainer, char *arg1, gboolean arg2, BonoboCorbaException *arg3, gpointer user_data)
Flags: Run Last