mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
GtkBuilder XML uses enum nicknames, full names, or integer values, but we accept GIR names, so passing those through doesn't work if the name has an underscore (which traditionally turns into a dash in the nickname). Avoid the problem by always writing the integer value of the enum member. |
||
---|---|---|
.. | ||
__init__.py | ||
attributes.py | ||
common.py | ||
expression.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 | ||
types.py | ||
ui.py | ||
values.py |