mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
For normal compilation, use .typelib files rather than .gir XML files. This is much faster. Rather than using libgirepository, which would try to actually load the libraries, we use a custom parser. The language server will still read XML because it needs to access documentation, which is not in the typelib, but that's generally fine because it's a long lived process and only has to do that once. |
||
---|---|---|
.. | ||
__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 | ||
ui.py | ||
values.py |