bonobo-property

Name

bonobo-property -- 

Synopsis



PortableServer_Servant bonobo_property_servant_new
                                            (PortableServer_POA adapter,
                                             BonoboPropertyBag *pb,
                                             char *property_name);
void        bonobo_property_servant_destroy (PortableServer_Servant servant);
typedef     BonoboProperty;

Description

Details

bonobo_property_servant_new ()

PortableServer_Servant bonobo_property_servant_new
                                            (PortableServer_POA adapter,
                                             BonoboPropertyBag *pb,
                                             char *property_name);

adapter : 
pb : 
property_name : 
Returns : 


bonobo_property_servant_destroy ()

void        bonobo_property_servant_destroy (PortableServer_Servant 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;

See Also

BonoboPropertyBag, BonoboPropertyControl