PyGObject 3.54.1__tar.gz → 3.54.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pygobject-3.54.1 → pygobject-3.54.3}/NEWS +10 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/PKG-INFO +1 -1
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/overrides/Gio.py +44 -7
- {pygobject-3.54.1 → pygobject-3.54.3}/meson.build +1 -1
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_gio.py +70 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.clang-format +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.coveragerc +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.git-blame-ignore-revs +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitignore +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/Dockerfile +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/README.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/build-sdists.sh +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/coverage-docker.sh +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/fixup-lcov-paths.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/lcovrc +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/org.gnome.PyGObject.Devel.yaml +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/run-docker-runtime.sh +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/run-docker.sh +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/test-docker.sh +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/test-flatpak.sh +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci/test-msys2.sh +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.gitlab-ci.yml +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/.pre-commit-config.yaml +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/COPYING +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/METADATA.in +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/README.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/Makefile +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/bugs_repo.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/changelog.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/conf.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/contact.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/analysis/classes_without_constructor.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/analysis/index.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/analysis/object_ref_counting_for_vfuncs_and_closures.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/analysis/property_object_transfer.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/analysis/signal_transfer.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/dev_environ.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/gbytes_marshaller_tutorial.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/index.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/initializer_deprecations.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/introspection_porting.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/maintguide.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/override_guidelines.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/overview.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/packagingguide.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/profiling.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/style_guide.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/extra.css +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/getting_started.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/api/api.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/api/basic_types.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/api/error_handling.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/api/flags_enums.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/api/gobject.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/api/index.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/api/properties.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/api/signals.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/api/weakrefs.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/asynchronous.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/cairo_integration.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/code/cairo-demo.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/debug_profile.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/deploy.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/download_asyncio.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/download_callback.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/faq.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/flatpak.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/gtk_template.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/images/cairo_integration.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/imports.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/index.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/porting.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/sysdeps.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/testing.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/guide/threading.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/icons.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/LICENSE +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/arch-dark.svg +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/arch.svg +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/favicon.ico +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/logo.svg +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/overview-dark.svg +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/overview.dia +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/overview.svg +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/pygobject-dark.svg +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/pygobject-small.svg +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/pygobject.svg +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/start_linux.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/start_macos.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/images/start_windows.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/index.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/_static/custom.css +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gobject/basics.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gobject/examples/listmodel.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gobject/interfaces.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gobject/subclassing.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gobject.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk3.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/application.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/basics.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/clipboard.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/buttons.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/check-radio-buttons.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/dropdown.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/entries.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/examples/button.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/examples/check_radio_buttons.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/examples/dropdown.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/examples/entries.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/examples/linkbutton.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/examples/spinbutton.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/examples/switch.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/examples/togglebutton.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/images/button.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/images/check_radio_buttons.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/images/dropdown.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/images/entries.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/images/linkbutton.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/images/spinbutton.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/images/switch.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/images/togglebutton.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/scale.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/spinbutton.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/switch.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/examples/label.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/examples/picture.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/examples/progressbar.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/examples/spinner.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/examples/spinner_ext.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/image.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/images/label.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/images/picture.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/images/progressbar.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/images/spinner.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/images/spinner_ext.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/label.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/picture.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/progressbar.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/spinner.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/drag-and-drop.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/application.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/clipboard.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/drag_and_drop.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/extended_example.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/layout_box.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/layout_center.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/layout_flowbox.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/layout_grid.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/layout_headerbar.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/layout_listbox.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/layout_notebook.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/layout_stack.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/popover.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/popover_menu.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/simple_example.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/examples/textview.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/application.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/basic_example.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/clipboard.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/drag_and_drop.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/extended_example.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/layout_box.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/layout_center.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/layout_flowbox.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/layout_grid.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/layout_headerbar.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/layout_listbox.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/layout_notebook.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/layout_stack.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/popover.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/popover_menu.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/images/textview.png +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/introduction.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/layout-widgets.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/popovers.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/textview.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/index.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/libadwaita/application.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/libadwaita.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/__init__.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/_constants.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/_enum.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/_error.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/_gtktemplate.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/_option.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/_ossighelper.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/_propertyhelper.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/_signalhelper.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/_signature.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/docstring.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/events.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/gimodule.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/gimodule.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/importer.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/meson.build +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/module.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/overrides/GIMarshallingTests.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/overrides/GLib.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/overrides/GObject.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/overrides/Gdk.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/overrides/GdkPixbuf.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/overrides/Gtk.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/overrides/Pango.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/overrides/__init__.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/overrides/meson.build +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygboxed.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygboxed.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygenum.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygenum.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygflags.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygflags.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-argument.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-argument.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-array.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-array.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-async.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-async.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-basictype.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-basictype.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-boxed.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-boxed.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-cache.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-cache.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-ccallback.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-ccallback.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-closure.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-closure.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-enum-marshal.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-enum-marshal.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-error.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-error.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-foreign-api.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-foreign-cairo.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-foreign.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-foreign.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-fundamental.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-fundamental.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-hashtable.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-hashtable.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-info.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-info.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-invoke-state-struct.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-invoke.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-invoke.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-list.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-list.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-marshal-cleanup.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-marshal-cleanup.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-object.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-object.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-property.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-property.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-repository.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-repository.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-resulttuple.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-resulttuple.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-signal-closure.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-signal-closure.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-source.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-source.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-struct-marshal.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-struct-marshal.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-struct.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-struct.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-type.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-type.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-util.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-util.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-value.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygi-value.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pyginterface.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pyginterface.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygobject-internal.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygobject-object.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygobject-object.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygobject.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygoptioncontext.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygoptioncontext.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygoptiongroup.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygoptiongroup.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygpointer.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygpointer.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygspawn.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygspawn.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/pygtkcompat.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/repository/__init__.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/repository/meson.build +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/gi/types.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/meson_options.txt +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/pygobject-3.0.pc.in +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/pygobject.doap +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/pygtkcompat/__init__.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/pygtkcompat/meson.build +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/pygtkcompat/pygtkcompat.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/pyproject.toml +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/glib.wrap +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/.clang-format +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/.editorconfig +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/.gitlab-ci.yml +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/.reuse/dep5 +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/LICENSES/CC0-1.0.txt +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/LICENSES/GPL-2.0-or-later.txt +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/LICENSES/LGPL-2.0-or-later.txt +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/LICENSES/LGPL-2.1-or-later.txt +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/LICENSES/MIT.txt +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/README.md +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/annotation.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/annotation.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/docs/provenance.txt +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/drawable.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/drawable.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/foo.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/foo.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/gimarshallingtests.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/gimarshallingtests.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/gimarshallingtestsextra.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/gimarshallingtestsextra.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/gitestmacros.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/gobject-introspection-tests.doap +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/meson.build +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/meson_options.txt +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/regress-unix.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/regress-unix.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/regress.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/regress.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/regressextra.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/regressextra.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/tools/iwyu.imp +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/tools/run_clang_format.sh +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/tools/run_iwyu.sh +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/utility.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/utility.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/warnlib.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests/warnlib.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection-tests.wrap +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/gobject-introspection.wrap +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/libffi.wrap +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/packagefiles/pythoncapi-compat-dist.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/packagefiles/pythoncapi-compat-meson.diff +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pycairo.wrap +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/.github/workflows/build.yml +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/.gitignore +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/.meson-subproject-wrap-hash.txt +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/.readthedocs.yaml +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/CODE_OF_CONDUCT.md +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/COPYING +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/README.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/docs/Makefile +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/docs/api.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/docs/changelog.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/docs/conf.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/docs/index.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/docs/links.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/docs/make.bat +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/docs/tests.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/docs/upgrade.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/docs/users.rst +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/meson.build +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/pythoncapi_compat.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/runtests.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/tests/__init__.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/tests/setup.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/tests/test_pythoncapi_compat.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/tests/test_pythoncapi_compat_cext.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/tests/test_pythoncapi_compat_cppext.cpp +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/tests/test_upgrade_pythoncapi.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/tests/utils.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat/upgrade_pythoncapi.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/subprojects/pythoncapi-compat.wrap +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/conftest.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/gi/overrides/Regress.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/gi/overrides/__init__.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/helper.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/meson.build +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/org.gnome.test.gschema.xml +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test-floating.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test-floating.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test-thread.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test-thread.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test-unknown.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test-unknown.h +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_async.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_atoms.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_cairo.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_callback.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_docstring.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_enum.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_error.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_events.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_everything.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_fields.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_fundamental.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_gdbus.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_gi.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_glib.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_gobject.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_gtk_template.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_gtype.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_import_machinery.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_interface.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_internal_api.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_iochannel.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_mainloop.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_object_marshaling.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_option.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_ossig.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_overrides_gdk.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_overrides_gdkpixbuf.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_overrides_gio.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_overrides_glib.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_overrides_gobject.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_overrides_gtk.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_overrides_pango.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_properties.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_pycapi.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_pygtkcompat.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_repository.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_resulttuple.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_signal.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_signature.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_source.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_subprocess.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_thread.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_typeclass.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/test_unknown.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/testhelpermodule.c +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tests/valgrind.supp +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tools/mkmetadata.py +0 -0
- {pygobject-3.54.1 → pygobject-3.54.3}/tools/pygi-convert.sh +0 -0
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
3.54.3 - 2025-09-21
|
|
2
|
+
-------------------
|
|
3
|
+
|
|
4
|
+
* Do not skip symbols both in Gio and in platform specific :mr:`452`
|
|
5
|
+
|
|
6
|
+
3.54.2 - 2025-09-13
|
|
7
|
+
-------------------
|
|
8
|
+
|
|
9
|
+
* Prefix platform specific symbols with platform name :mr:`451`
|
|
10
|
+
|
|
1
11
|
3.54.1 - 2025-09-12
|
|
2
12
|
-------------------
|
|
3
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyGObject
|
|
3
|
-
Version: 3.54.
|
|
3
|
+
Version: 3.54.3
|
|
4
4
|
Summary: Python bindings for GObject Introspection
|
|
5
5
|
Author-Email: James Henstridge <james@daa.com.au>
|
|
6
6
|
Maintainer-Email: Christoph Reiter <creiter@src.gnome.org>, Arjan Molenaar <amolenaar@gnome.org>, Dan Yeaw <danyeaw@gnome.org>, Ignacio Casal Quinteiro <icq@gnome.org>
|
|
@@ -28,6 +28,7 @@ from ..overrides import (
|
|
|
28
28
|
wrap_list_store_equal_func,
|
|
29
29
|
wrap_list_store_sort_func,
|
|
30
30
|
)
|
|
31
|
+
from .._gi import CallableInfo
|
|
31
32
|
from ..module import get_introspection_module
|
|
32
33
|
from gi import PyGIWarning
|
|
33
34
|
|
|
@@ -629,15 +630,51 @@ if GioPlatform:
|
|
|
629
630
|
# Add support for using platform-specific Gio symbols.
|
|
630
631
|
gio_globals = globals()
|
|
631
632
|
|
|
633
|
+
platform_name = f"{GioPlatform._namespace[len(Gio._namespace) :]}"
|
|
634
|
+
platform_name_lower = platform_name.lower()
|
|
635
|
+
|
|
632
636
|
for attr in dir(GioPlatform):
|
|
637
|
+
if attr.startswith("_"):
|
|
638
|
+
continue
|
|
639
|
+
|
|
640
|
+
original_attr = getattr(GioPlatform, attr)
|
|
641
|
+
wrapper_attr = attr
|
|
642
|
+
|
|
643
|
+
if isinstance(
|
|
644
|
+
original_attr, CallableInfo
|
|
645
|
+
) and original_attr.get_symbol().startswith(f"g_{platform_name_lower}_"):
|
|
646
|
+
wrapper_attr = f"{platform_name_lower}_{attr}"
|
|
647
|
+
else:
|
|
648
|
+
try:
|
|
649
|
+
gtype = getattr(original_attr, "__gtype__")
|
|
650
|
+
if gtype.name.startswith(f"G{platform_name}"):
|
|
651
|
+
wrapper_attr = f"{platform_name}{attr}"
|
|
652
|
+
except AttributeError:
|
|
653
|
+
pass
|
|
654
|
+
|
|
655
|
+
if wrapper_attr == attr and hasattr(Gio, wrapper_attr):
|
|
656
|
+
try:
|
|
657
|
+
name = original_attr.__name__[0]
|
|
658
|
+
except (AttributeError, IndexError):
|
|
659
|
+
name = original_attr
|
|
660
|
+
|
|
661
|
+
# Fallback if we don't have the original name.
|
|
662
|
+
if name.islower():
|
|
663
|
+
wrapper_attr = f"{platform_name_lower}_{attr}"
|
|
664
|
+
elif "_" in name:
|
|
665
|
+
wrapper_attr = f"{platform_name.upper()}_{attr}"
|
|
666
|
+
elif name:
|
|
667
|
+
wrapper_attr = f"{platform_name}{attr}"
|
|
668
|
+
|
|
633
669
|
if (
|
|
634
|
-
|
|
635
|
-
or
|
|
636
|
-
or
|
|
637
|
-
or hasattr(Gio, attr)
|
|
670
|
+
wrapper_attr in __all__
|
|
671
|
+
or wrapper_attr in gio_globals
|
|
672
|
+
or hasattr(Gio, wrapper_attr)
|
|
638
673
|
):
|
|
639
674
|
continue
|
|
640
675
|
|
|
641
|
-
gio_globals[
|
|
642
|
-
deprecated_attr(
|
|
643
|
-
|
|
676
|
+
gio_globals[wrapper_attr] = original_attr
|
|
677
|
+
deprecated_attr(
|
|
678
|
+
Gio._namespace, wrapper_attr, f"{GioPlatform._namespace}.{attr}"
|
|
679
|
+
)
|
|
680
|
+
__all__.append(wrapper_attr)
|
|
@@ -135,6 +135,76 @@ Exec={GLib.find_program_in_path("sh")}
|
|
|
135
135
|
self.assertTrue(app_info.has_key("Name"))
|
|
136
136
|
self.assertEqual(app_info.get_string("Name"), "Some Application")
|
|
137
137
|
|
|
138
|
+
@unittest.skipIf(GioUnix is None, "Not supported")
|
|
139
|
+
def test_deprecated_unix_function_can_be_called_from_gio(self):
|
|
140
|
+
with warnings.catch_warnings(record=True) as warn:
|
|
141
|
+
warnings.simplefilter("always")
|
|
142
|
+
mount_points = Gio.unix_mount_points_get()
|
|
143
|
+
|
|
144
|
+
self.assertEqual(len(warn), 1)
|
|
145
|
+
self.assertTrue(issubclass(warn[0].category, PyGIDeprecationWarning))
|
|
146
|
+
self.assertEqual(
|
|
147
|
+
str(warn[0].message),
|
|
148
|
+
"Gio.unix_mount_points_get is deprecated; "
|
|
149
|
+
+ "use GioUnix.mount_points_get instead",
|
|
150
|
+
)
|
|
151
|
+
|
|
152
|
+
self.assertIsNotNone(mount_points)
|
|
153
|
+
self.assertEqual(GioUnix.mount_points_get, Gio.unix_mount_points_get)
|
|
154
|
+
|
|
155
|
+
@unittest.skipIf(GioUnix is None, "Not supported")
|
|
156
|
+
def test_deprecated_unix_type_can_be_used_if_equal_exists_in_gio(self):
|
|
157
|
+
with warnings.catch_warnings(record=True) as warn:
|
|
158
|
+
warnings.simplefilter("always")
|
|
159
|
+
|
|
160
|
+
input_stream = Gio.UnixInputStream
|
|
161
|
+
self.assertEqual(len(warn), 1)
|
|
162
|
+
self.assertTrue(issubclass(warn[0].category, PyGIDeprecationWarning))
|
|
163
|
+
self.assertEqual(
|
|
164
|
+
str(warn[0].message),
|
|
165
|
+
"Gio.UnixInputStream is deprecated; "
|
|
166
|
+
+ "use GioUnix.InputStream instead",
|
|
167
|
+
)
|
|
168
|
+
|
|
169
|
+
self.assertIsNotNone(input_stream)
|
|
170
|
+
self.assertEqual(Gio.UnixInputStream, GioUnix.InputStream)
|
|
171
|
+
self.assertNotEqual(Gio.InputStream, GioUnix.InputStream)
|
|
172
|
+
|
|
173
|
+
@unittest.skipIf(GioUnix is None, "Not supported")
|
|
174
|
+
def test_deprecated_unix_class_can_be_used_from_gio(self):
|
|
175
|
+
with warnings.catch_warnings(record=True) as warn:
|
|
176
|
+
warnings.simplefilter("always")
|
|
177
|
+
monitor = Gio.UnixMountMonitor.get()
|
|
178
|
+
|
|
179
|
+
self.assertEqual(len(warn), 1)
|
|
180
|
+
self.assertTrue(issubclass(warn[0].category, PyGIDeprecationWarning))
|
|
181
|
+
self.assertEqual(
|
|
182
|
+
str(warn[0].message),
|
|
183
|
+
"Gio.UnixMountMonitor is deprecated; "
|
|
184
|
+
+ "use GioUnix.MountMonitor instead",
|
|
185
|
+
)
|
|
186
|
+
|
|
187
|
+
self.assertIsNotNone(monitor)
|
|
188
|
+
self.assertEqual(Gio.UnixMountMonitor.get, GioUnix.MountMonitor.get)
|
|
189
|
+
|
|
190
|
+
@unittest.skipIf(GioUnix is None, "Not supported")
|
|
191
|
+
def test_deprecated_unix_gobject_class_can_be_used_from_gio(self):
|
|
192
|
+
with warnings.catch_warnings(record=True) as warn:
|
|
193
|
+
warnings.simplefilter("always")
|
|
194
|
+
|
|
195
|
+
input_stream_class = Gio.UnixInputStreamClass
|
|
196
|
+
self.assertEqual(len(warn), 1)
|
|
197
|
+
self.assertTrue(issubclass(warn[0].category, PyGIDeprecationWarning))
|
|
198
|
+
self.assertEqual(
|
|
199
|
+
str(warn[0].message),
|
|
200
|
+
"Gio.UnixInputStreamClass is deprecated; "
|
|
201
|
+
+ "use GioUnix.InputStreamClass instead",
|
|
202
|
+
)
|
|
203
|
+
|
|
204
|
+
self.assertIsNotNone(input_stream_class)
|
|
205
|
+
self.assertEqual(Gio.UnixInputStreamClass, GioUnix.InputStreamClass)
|
|
206
|
+
self.assertNotEqual(Gio.InputStreamClass, GioUnix.InputStreamClass)
|
|
207
|
+
|
|
138
208
|
|
|
139
209
|
class TestGSettings(unittest.TestCase):
|
|
140
210
|
def setUp(self):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/devguide/analysis/classes_without_constructor.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/examples/check_radio_buttons.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/controls/images/check_radio_buttons.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/examples/picture.py
RENAMED
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/examples/progressbar.py
RENAMED
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/examples/spinner.py
RENAMED
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/examples/spinner_ext.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/images/picture.png
RENAMED
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/images/progressbar.png
RENAMED
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/images/spinner.png
RENAMED
|
File without changes
|
{pygobject-3.54.1 → pygobject-3.54.3}/docs/tutorials/gtk4/display-widgets/images/spinner_ext.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|