Top | ![]() |
![]() |
![]() |
![]() |
BonoboItemHandler * bonobo_item_handler_new (BonoboItemHandlerEnumObjectsFn enum_objects
,BonoboItemHandlerGetObjectFn get_object
,gpointer user_data
);
Creates a new BonoboItemHandler object. These are used to hold client sites.
BonoboItemHandler * bonobo_item_handler_new_closure (GClosure *enum_objects
,GClosure *get_object
);
Creates a new BonoboItemHandler object. These are used to hold client sites.
BonoboItemHandler * bonobo_item_handler_construct (BonoboItemHandler *handler
,GClosure *enum_objects
,GClosure *get_object
);
Constructs the container
BonoboObject using the provided closures
for the actual implementation.
void
bonobo_item_options_free (GSList *options
);
Use this to release a list returned by bonobo_item_option_parse()
options |
a GSList of BonoboItemOption structures that was returned by |