mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
use g_param_spec_flags(), not enum() when registering the "modifier-mask"
2008-06-22 Michael Natterer <mitch@imendio.com> * gtk/gtkaccelgroup.c: use g_param_spec_flags(), not enum() when registering the "modifier-mask" property. svn path=/trunk/; revision=20670
This commit is contained in:
parent
d97cdbdf53
commit
91f84cd1d8
@ -1,3 +1,8 @@
|
||||
2008-06-22 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkaccelgroup.c: use g_param_spec_flags(), not enum() when
|
||||
registering the "modifier-mask" property.
|
||||
|
||||
2008-06-21 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* *.[ch]: Include "config.h" instead of <config.h>
|
||||
|
@ -91,7 +91,7 @@ gtk_accel_group_class_init (GtkAccelGroupClass *class)
|
||||
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_MODIFIER_MASK,
|
||||
g_param_spec_enum ("modifier-mask",
|
||||
g_param_spec_flags ("modifier-mask",
|
||||
"Modifier Mask",
|
||||
"Modifier Mask",
|
||||
GDK_TYPE_MODIFIER_TYPE,
|
||||
|
Loading…
Reference in New Issue
Block a user