Details
struct BonoboItemHandler
struct BonoboItemHandler; |
BonoboItemHandlerClass
typedef struct {
BonoboXObjectClass parent_class;
POA_Bonobo_ItemContainer__epv epv;
} BonoboItemHandlerClass; |
BonoboItemOption
typedef struct {
char *key;
char *value;
} BonoboItemOption; |
bonobo_item_option_parse ()
GSList* bonobo_item_option_parse (const char *option_string); |
bonobo_item_options_free ()
void bonobo_item_options_free (GSList *options); |
Use this to release a list returned by bonobo_item_option_parse()
bonobo_item_handler_new ()
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.
bonobo_item_handler_construct ()
BonoboItemHandler* bonobo_item_handler_construct
(BonoboItemHandler *handler,
BonoboItemHandlerEnumObjectsFn enum_objects,
BonoboItemHandlerGetObjectFn get_object,
gpointer user_data); |
Constructs the container Gtk object using the provided CORBA
object.