Re: Query wrong GtkAccelLabel property type.



On Fri, 23 Nov 2001, Jeff Franks wrote:

> Hi,
> 
> Is the GtkAccelLabel "accel_closure" property installation wrong.
> GClosure is a boxed type but the g_object_class_install_property()
> function calls:
> 
> g_param_spec_object
> 
> instead of
> 
> g_param_spec_boxed.
> 
> and the GtkAccelLabel property getter and setter functions call
> g_value_get_boxed and g_value_set_boxed.

it was wrong, but already got fixed in HEAD.

> 
> Jeff.
> 

---
ciaoTJ




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]