Details
bonobo_property_servant_new ()
PortableServer_Servant bonobo_property_servant_new
(PortableServer_POA adapter,
BonoboPropertyBag *pb,
char *property_name); |
bonobo_property_servant_destroy ()
void bonobo_property_servant_destroy (PortableServer_Servant servant); |
BonoboProperty
typedef struct {
char *name;
int idx;
BonoboArgType type;
BonoboArg *default_value;
char *docstring;
BonoboPropertyFlags flags;
BonoboPropertyGetFn get_prop;
BonoboPropertySetFn set_prop;
gpointer user_data;
GSList *listeners;
} BonoboProperty; |