Query wrong GtkAccelLabel property type.
- From: Jeff Franks <jcf tpg com au>
- To: gtk-devel-list gnome org
- Subject: Query wrong GtkAccelLabel property type.
- Date: Fri, 23 Nov 2001 01:37:23 +1100
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.
Jeff.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]