bonobo-property-types

Name

bonobo-property-types -- 

Synopsis



CORBA_any*  bonobo_property_marshal_boolean (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);
CORBA_any*  bonobo_property_marshal_string  (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);
CORBA_any*  bonobo_property_marshal_short   (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);
CORBA_any*  bonobo_property_marshal_ushort  (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);
CORBA_any*  bonobo_property_marshal_long    (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);
CORBA_any*  bonobo_property_marshal_ulong   (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);
CORBA_any*  bonobo_property_marshal_float   (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);
CORBA_any*  bonobo_property_marshal_double  (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);
gpointer    bonobo_property_demarshal_boolean
                                            (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);
gpointer    bonobo_property_demarshal_string
                                            (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);
gpointer    bonobo_property_demarshal_short (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);
gpointer    bonobo_property_demarshal_ushort
                                            (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);
gpointer    bonobo_property_demarshal_long  (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);
gpointer    bonobo_property_demarshal_ulong (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);
gpointer    bonobo_property_demarshal_float (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);
gpointer    bonobo_property_demarshal_double
                                            (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);
gboolean    bonobo_property_compare_boolean (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);
gboolean    bonobo_property_compare_string  (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);
gboolean    bonobo_property_compare_short   (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);
gboolean    bonobo_property_compare_ushort  (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);
gboolean    bonobo_property_compare_long    (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);
gboolean    bonobo_property_compare_ulong   (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);
gboolean    bonobo_property_compare_float   (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);
gboolean    bonobo_property_compare_double  (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);
void        bonobo_property_generic_releaser
                                            (const char *type,
                                             gpointer value,
                                             gpointer user_data);

Description

Details

bonobo_property_marshal_boolean ()

CORBA_any*  bonobo_property_marshal_boolean (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);

type : 
value : 
user_data : 
Returns : 


bonobo_property_marshal_string ()

CORBA_any*  bonobo_property_marshal_string  (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);

type : 
value : 
user_data : 
Returns : 


bonobo_property_marshal_short ()

CORBA_any*  bonobo_property_marshal_short   (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);

type : 
value : 
user_data : 
Returns : 


bonobo_property_marshal_ushort ()

CORBA_any*  bonobo_property_marshal_ushort  (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);

type : 
value : 
user_data : 
Returns : 


bonobo_property_marshal_long ()

CORBA_any*  bonobo_property_marshal_long    (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);

type : 
value : 
user_data : 
Returns : 


bonobo_property_marshal_ulong ()

CORBA_any*  bonobo_property_marshal_ulong   (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);

type : 
value : 
user_data : 
Returns : 


bonobo_property_marshal_float ()

CORBA_any*  bonobo_property_marshal_float   (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);

type : 
value : 
user_data : 
Returns : 


bonobo_property_marshal_double ()

CORBA_any*  bonobo_property_marshal_double  (const char *type,
                                             gconstpointer value,
                                             gpointer user_data);

type : 
value : 
user_data : 
Returns : 


bonobo_property_demarshal_boolean ()

gpointer    bonobo_property_demarshal_boolean
                                            (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);

type : 
any : 
user_data : 
Returns : 


bonobo_property_demarshal_string ()

gpointer    bonobo_property_demarshal_string
                                            (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);

type : 
any : 
user_data : 
Returns : 


bonobo_property_demarshal_short ()

gpointer    bonobo_property_demarshal_short (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);

type : 
any : 
user_data : 
Returns : 


bonobo_property_demarshal_ushort ()

gpointer    bonobo_property_demarshal_ushort
                                            (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);

type : 
any : 
user_data : 
Returns : 


bonobo_property_demarshal_long ()

gpointer    bonobo_property_demarshal_long  (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);

type : 
any : 
user_data : 
Returns : 


bonobo_property_demarshal_ulong ()

gpointer    bonobo_property_demarshal_ulong (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);

type : 
any : 
user_data : 
Returns : 


bonobo_property_demarshal_float ()

gpointer    bonobo_property_demarshal_float (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);

type : 
any : 
user_data : 
Returns : 


bonobo_property_demarshal_double ()

gpointer    bonobo_property_demarshal_double
                                            (const char *type,
                                             const CORBA_any *any,
                                             gpointer user_data);

type : 
any : 
user_data : 
Returns : 


bonobo_property_compare_boolean ()

gboolean    bonobo_property_compare_boolean (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);

type : 
value1 : 
value2 : 
user_data : 
Returns : 


bonobo_property_compare_string ()

gboolean    bonobo_property_compare_string  (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);

type : 
value1 : 
value2 : 
user_data : 
Returns : 


bonobo_property_compare_short ()

gboolean    bonobo_property_compare_short   (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);

type : 
value1 : 
value2 : 
user_data : 
Returns : 


bonobo_property_compare_ushort ()

gboolean    bonobo_property_compare_ushort  (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);

type : 
value1 : 
value2 : 
user_data : 
Returns : 


bonobo_property_compare_long ()

gboolean    bonobo_property_compare_long    (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);

type : 
value1 : 
value2 : 
user_data : 
Returns : 


bonobo_property_compare_ulong ()

gboolean    bonobo_property_compare_ulong   (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);

type : 
value1 : 
value2 : 
user_data : 
Returns : 


bonobo_property_compare_float ()

gboolean    bonobo_property_compare_float   (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);

type : 
value1 : 
value2 : 
user_data : 
Returns : 


bonobo_property_compare_double ()

gboolean    bonobo_property_compare_double  (const char *type,
                                             gpointer value1,
                                             gpointer value2,
                                             gpointer user_data);

type : 
value1 : 
value2 : 
user_data : 
Returns : 


bonobo_property_generic_releaser ()

void        bonobo_property_generic_releaser
                                            (const char *type,
                                             gpointer value,
                                             gpointer user_data);

type : 
value : 
user_data :