mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Enums/bitfields have a C identifier, a GLib nick, and a GIR name. The last two are usually the same except the nick uses '-' and the GIR name uses '_'. It is confusing. Blueprint tries to use GIR names for everything, but GTK requires a C identifier or GLib nick for enum and bitfield values. Blueprint was sometimes passing the GIR name through instead of finding one of the other names. Fixed by always emitting the C identifier for enums and bitfields where the GIR type is known. |
||
---|---|---|
.. | ||
__init__.py | ||
attributes.py | ||
common.py | ||
gobject_object.py | ||
gobject_property.py | ||
gobject_signal.py | ||
gtk_a11y.py | ||
gtk_combo_box_text.py | ||
gtk_file_filter.py | ||
gtk_layout.py | ||
gtk_menu.py | ||
gtk_size_group.py | ||
gtk_string_list.py | ||
gtk_styles.py | ||
gtkbuilder_child.py | ||
gtkbuilder_template.py | ||
imports.py | ||
response_id.py | ||
ui.py | ||
values.py |