Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gobject-introspection-devel | Distribution: openSUSE Step 15 |
Version: 1.70.0 | Vendor: openSUSE |
Release: 2.2 | Build date: Mon Jan 10 20:10:54 2022 |
Group: Development/Libraries/GNOME | Build host: armbuild02 |
Size: 1082019 | Source RPM: gobject-introspection-1.70.0-2.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://wiki.gnome.org/Projects/GObjectIntrospection | |
Summary: GObject Introspection Development Files |
The goal of the project is to describe the APIs and collect them in a uniform, machine readable format.
LGPL-2.1-or-later
* Sat Nov 06 2021 bjorn.lie@gmail.com - Add explicit libgirepository-1_0-1 Requires to devel subpackage, it was already pulled in via the main package, so no real change. - Use ldconfig_scriptlets macro for post(un) handling. * Fri Sep 17 2021 bjorn.lie@gmail.com - Update to version 1.70.0: + Update the GIR data for GLib, GObject, and GIO. * Wed Aug 25 2021 dimstar@opensuse.org - Update to version 1.69.0: + Fix build when gobject-introspection is a subproject, + Add more float types, + Make test suite work with cross-related options, + Fix several leaks found by Coverity, + Fix enum member, + Add g-ir-doc-tool man page, + Export warnlib sources as variables, + Update the GLib annotations, + Add "final" class attribute, + Add option to make .gir files installation paths configurable, + Handle constructors with mismatched GTypes, + Add property accessors annotations, * Mon Jun 28 2021 dimstar@opensuse.org - Revert back o HOSTTYPE: RPM_ARCH is not available to the dep scanners. * Tue Jun 08 2021 jengelh@inai.de - gi-find-deps.sh: Don't use HOSTTYPE, use RPM_ARCH. - ia64 never used ()(64bit) markers, do drop that from gi-find-deps. * Tue Jun 08 2021 dimstar@opensuse.org - gi-find-deps.sh: on Tumbleweed, HOSTTYPE on ppc64/ppc64le reports powerpc64 and powerpc64le: accept those strings as 64bit archs. * Sat Mar 20 2021 dimstar@opensuse.org - Update to version 1.68.0: + Update GLib annotations. + docs: cleanup. + Fix syntax errors in gir-1.2.rnc. * Thu Mar 18 2021 dimstar@opensuse.org - Update to version 1.67.1: + Requires Python 3.6+. + Update GLib annotations. + Fix compatibility with Python 3.10. + Fix build with GIR data disabled. + Add test object for signal marshallers. * Mon Oct 05 2020 dimstar@opensuse.org - Update to version 1.66.1: + Update glib annotations. + gimarshallingtests: Add more tests for flags.. + Revert "giscanner: Fix section matching for documentation. * Mon Sep 14 2020 dimstar@opensuse.org - Update to version 1.66.0: + Support the gtk-doc action syntax. + GITypeInfo storage type utility API. + libgirepository: Add a couple missing nullable annotations. + dumper: Fix missing symbols in LTO case or with overridden symbol visibility settings. + Documentation improvements. + Remove old autoconf fallback code for the python tools. + giscanner: parse block comments for members and fields. + Add the notion of standalone doc sections. + giscanner: Add support for using clang-cl. + giscanner: Fix section matching for documentation. * Sun Apr 05 2020 bjorn.lie@gmail.com - Update to version 1.64.1: + Replace calls to deprecated xml.etree.cElementTree removed in Python 3.9. + gimarshallingtests: Use g_assert_cmpfloat_with_epsilon. Fixes tests on some architectures. * Sun Mar 08 2020 bjorn.lie@gmail.com - Update to version 1.64.0: + Update glib annotations. + Fix regress scanner tests for non-gcc/clang compilers. + Document how to update glib GIR. * Wed Feb 12 2020 dimstar@opensuse.org - Update to version 1.63.2: + Update glib annotations. + Fix build reproducibility. + Drop deprecated xml.etree.ElementTree.Element.getchildren() calls. - Changes from version 1.63.1: + Update glib annotations. + build: require meson 0.50.1. + scanner: Support array arguments with static keyword. + Fix non-libtool code being run with no nob-libtool dependencies. + meson: change "cairo" and "doctool" from a boolean to a feature option. + Fix a memory leak in g_irepository_get_object_gtype_interfaces. + autotools: Make INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR respect prefix/datadir/libdir. + girepository: Also store GType cache misses. + docs: Document GI_CROSS_LAUNCHER envvar. - Change -Dcairo=true and -Ddoctool=true meson parameters to - Dcairo=enabled and -Ddoctool=enabled: follow upstreams changes. * Fri Dec 13 2019 stefan.bruens@rwth-aachen.de - Drop python3-Sphix BuildRequires, only used for rebuilding the website contents. * Sat Oct 12 2019 stefan.bruens@rwth-aachen.de - Depend on the specific Python ABI version the module was built with, as the _giscanner binary module is ABI dependent. Fixes boo#1153837 * Mon Sep 09 2019 mgorse@suse.com - Update to version 1.62.0: + No changes since 1.61.2. * Fri Aug 30 2019 mgorse@suse.com - Update to version 1.61.2: + dumper: Use the distutils linker. + structinfo: Fix offset in find_method(). + tests: Don't include "config.h" in installed files. + meson: Make meson.override_find_program working on more complex use cases. - Changes from version 1.61.1: + Drop autotools build system. + meson: require 0.49.2. + Update glib annotations. + Add documentation to the RelaxNG schema. + Unused variable fixes. + cachestore: handle cache getting deleted while loading it. + Add Vulkan gir. + Make g_irepository_get_object_gtype_interfaces actually work. + gimarshallingtests: Add a marshalling test case for GPtrArrays and GArrays of structures. + scanner: parse and expose function macros. + meson: use pkg-config directly for libffi cflags and libs. + meson: Fix wrong dependency type check for gio-unix. + regress: Add regression test for signal with GError param. - Add Vulkan to typelib template. * Wed Aug 14 2019 qkzhu@suse.com - Update gi-find-deps.sh: upate javascript_requires function to parse the new JS import style (bsc#1140614). * Sat Jun 15 2019 bjorn.lie@gmail.com - Update to version 1.60.2: + docwriter: Fix Exception message attribute. + meson: fix default cairo DLL name on Windows. + scanner: Fix error on Windows in case source files are on different drives. + gi-test: Fix gir file tests with MSVC. + MSVC.README.rst: Update VS 2008/x64 build notes. + giscanner/scannerlexer.l: Include io.h on Windows. + build: Force-include msvc_recommended_pragmas.h on Visual Studio. + Update glib annotations. * Tue Apr 09 2019 bjorn.lie@gmail.com - Update to version 1.60.1: + Update glib annotations. + shlibs: fall back to basename on macOS for relative paths. + meson: always pass --quiet to g-ir-scanner. + docs: include '--c-include' in g-ir-scanner man page. + tests: Fix compatibility with Python 3.5. * Sun Mar 10 2019 bjorn.lie@gmail.com - Update to version 1.60.0: + gir: Update glib annotations. * Mon Mar 04 2019 bjorn.lie@gmail.com - Update to version 1.59.5: + gir: - Include C header in cairo gir file. - Skip glib-enumtypes.h for GObject-2.0. * Thu Feb 14 2019 bjorn.lie@gmail.com - Update to version 1.59.4: + tests: Add functions using flat struct arrays. + Clean shebangs out of non-executable scripts and drop exec perm from xmlwriter.py. + maintransformer: parse deprecation annotations for section blocks. + repository: g_irepository_get_object_gtype_interfaces. + message: handle fatal errors even if warnings are disabled. + autotools: Fix build with ``-Wl,--as-needed``. + maintransformer: Don't warn on (optional) annotations on (inout). + girepository: Fix a possible use-after-free if g_mapped_file_new() fails and fix possible leak of transitive dependency names. * Wed Jan 09 2019 dimstar@opensuse.org - Fix shebangs for files installed to /usr/bin to not use /usr/bin/env. * Tue Jan 08 2019 bjorn.lie@gmail.com - Update to version 1.59.3: + meson: - Use underscore as a separator in build options (gtk-doc-> gtk_doc etc). - Warn that not all tests will be run if building without cairo/doctool. + scanner: - Merge specifiers and qualifiers when merging basic types. Fixes "unsigned char" being wrongly parsed as "unsigned" etc. - Rework source root directory guessing code to not depend on the build directory. - Remove incorrect c:type generated for array of synthesized unions. - Flatten multi-dimensional arrays fields. + website: add cppgir C++ binding. - Replace -Dgtk-doc=true call to meson with -Dgtk_doc=true. - Pass -Ddoctool=true and -Dcairo=true to meson, build and install g-ir-doc-tool and use cairo during meson_check (tests). * Fri Jan 04 2019 bjorn.lie@gmail.com - Update to version 1.59.2: + Everything included in 1.58.3. + meson: Various fixes and all tests have been ported. + scanner: Save preprocessor input and output files with ``save-temps``. + automake: Use the wildcard function where needed. + build: extend ``PYTHONPATH`` instead of replacing it. + gir/cairo: add ``cairo_rectangle_t``. + Add a ``--version`` option to g-ir-compiler and g-ir-generate. + tests: various test improvements. + ccompiler: don't use Python compiler flags. + parser: Do not bail out when parsing GIR files without doc positions. + gimarshallingtests: Remove declarations of nonexistent functions. - Changes from version 1.59.1: + Everything included in 1.58.2. + build: - Drop Python 2 support, require Python 3.4+. - Add option to make .gir files installation paths configurable. - Skip gobject/gvaluecollector.h when constructing GObject GIR. - Port various tests to work with meson. + regress: - Add test for write-only property. - Implement interface and override properties. + writer: Include documentation and symbol position in source files. + giscanner: - Print relative filename paths when warning. - Define grefcount and gatomicrefcount as aliases to gint. - Allow empty declarations. Fixes warnings with mingw headers. - Replace linked lists with arrays in source scanner. + girepository: - Various docs cleanups and fixes. - Don't abort when calling g_base_info_get_name() on a GITypeInfo. - Add version macros and functions. * Sun Dec 30 2018 bjorn.lie@gmail.com - Update to version 1.58.3: + docwriter: Support python-markdown 3.x. + scanner: Define grefcount and gatomicrefcount as aliases to gint. + scanner: make using bool without stdbool include work again. + gir: Update glib annotations for glib 2.58.2. - Drop upstream fixed patches: + gi-docwriter-Support-markdown-3.x.patch: docwriter: Support markdown 3.x. + gi-Define-grefcount-and-gatomicrefcount-as-aliases.patch: Define grefcount and gatomicrefcount as aliases to gint. + gi-Update-glib-annotations.patch: Update glib annotations (glib-2-58). * Thu Dec 27 2018 bjorn.lie@gmail.com - Add upstream bug fix patches from stable branch: + gi-docwriter-Support-markdown-3.x.patch: docwriter: Support markdown 3.x. + gi-Define-grefcount-and-gatomicrefcount-as-aliases.patch: Define grefcount and gatomicrefcount as aliases to gint. + gi-Update-glib-annotations.patch: Update glib annotations (glib-2-58). * Sun Dec 09 2018 bjorn.lie@gmail.com - Update to version 1.58.2: + meson: Fix random build errors (mostly MSVC). + scanner: - Fix parsing of __typeof__ that is part of a cast expression. - Ignore __pragma keyword used by MSVC. * Sat Nov 17 2018 bjorn.lie@gmail.com - Update to version 1.58.1: + meson: - Install warnlib. - Add back /usr/bin/env to the python-cmd. + scanner: Parse __typeof__ and discard it. + Fix non libtool build. - Drop gobject-introspection-3.30.0-install-warnlib.patch: Fixed upstream. - Modernize spec, use autosetup macro. * Wed Sep 26 2018 luc14n0@linuxmail.org - Update gi-find-reqs.sh to support new Polari's imports.gi pattern "const { Foo, Bar } = imports.gi;". * Wed Sep 19 2018 antoine.belvire@opensuse.org - Add gobject-introspection-3.30.0-install-warnlib.patch: Install missing files, notably required by gjs (picked from upstream). * Tue Sep 11 2018 luc14n0@linuxmail.org - Update to version 1.58.0: + Changes: - Add a --version argument to the Python-based tools - Allow selecting the output format for g-ir-doc-tool - Support all _Float* C types from ISO/IEC TS 18661-3:2015 - g-ir-doc-tool: Add DevDocs formatting for GJS (--format=devdocs). + Issues resolved: - Default element-type not set for GByteArray object properties (glgo#GNOME/gobject-introspection#184). - c:type missing pointer/array information in GIR for C array parameters (glgo#GNOME/gobject-introspection#189). - Allow multiple output formats (glgo#GNOME/gobject-introspection#134). - gtk2 hits unreachable code after enable -Wswitch-default (glgo#GNOME/gobject-introspection#218). - Memory leaks in GI regress and marshalling tests property setter (glgo#GNOME/gobject-introspection#113). - Add python3-Sphinx BuildRequires: New dependency. - Add meson BuildRequires and replace configure/make/make_install with meson/meson_build/meson_install/meson_test macros to reflect upstream's build system port to Meson. - Enable tests run to increase QA of package. * Sat Aug 18 2018 bjorn.lie@gmail.com - Update to version 1.57.3: + The autotools build now uses autoconf-archive. + g-ir-doc-tool: Add DevDocs formatting for GJS (--format=devdocs). This adds a dependency on the Python markdown package. - Add python3-Markdown BuildRequires: New dependency. * Fri Aug 10 2018 luc14n0@linuxmail.org - Update to version 1.57.2: + Add a --version argument to the Python-based tools. + Allow selecting the output format for g-ir-doc-tool. + Support all _Float* C types from ISO/IEC TS 18661-3:2015. + Issues resolved: glgo#GNOME/gobject-introspection#184, glgo#GNOME/gobject-introspection#189, glgo#GNOME/gobject-introspection#134, glgo#GNOME/gobject-introspection#218, glgo#GNOME/gobject-introspection#113. * Mon Apr 09 2018 bjorn.lie@gmail.com - Update to version 1.56.1: + gir: Update annotations from glib 2.56.1. + giscanner: fix --no-libtool on macOS. * Tue Mar 13 2018 dimstar@opensuse.org - Update to version 1.56.0: + gir: Update annotations from GLib git master. * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Thu Feb 22 2018 luc14n0@linuxmail.org - Update to version 1.55.2: + Changes: Add _Float128 to the base C types. + Bugs fixed: - Fails to parse flag-constants (glgo#GNOME/gobject-introspection#173). - Writer: Include documentation and symbol position in source files (glgo#GNOME/gobject-introspection#175). - Const qualifier dropped from c:type on (type filename) parameters (glgo#GNOME/gobject-introspection#190). - giscanner: don't print "suppressed N warnings" if --quiet was specified (glgo#GNOME/gobject-introspection#188). - gitypelib.c: increase #define MAX_NAME_LEN from 200 to 255 (bgo#764791). - g-ir-scanner does not recognize _Thread_local (bgo#756921). - MY_ENUM_VALUE = <constant> only works for last member (bgo#629667). - os.name can be wrong in some context (bgo#761985). - Update '+' in GPL/LGPL License tag to '-or-later' to comply with SPDX 3.0. * Wed Feb 21 2018 schwab@suse.de - go-find-deps.sh: add riscv64 to x64bitarch. * Tue Jan 09 2018 dimstar@opensuse.org - Update to version 1.55.1: + Sync up with glib 2.55.1. * Sat Nov 18 2017 luc14n0@linuxmail.org - Update to version 1.55.0: + gir: Update annotations from GLib. + Bug fix: girepository: Don't skip g_irepository_get_option_group() (bgo#786665). - Update Url to the current GObject introspetion's web page: https://wiki.gnome.org/Projects/GObjectIntrospection - Switch libffi-devel BuildRequires with its pkgconfig version since configure just looks for its module. - Update glib-2.0 pkgconfig BuildRequires version to 2.55.0 according it to configure check. - Add gio-2.0, gio-unix-2.0 and gmodule-2.0 pkgconfig BuildRequires: note that they were alredy being pulled with pkgconfig(glib-2.0) BuildRequires and used, since they live in the same devel package. * Thu Nov 02 2017 mpluskal@suse.com - Switch to python3 - Cleanup with spec-cleaner - Run tests during build * Wed Oct 04 2017 luc14n0@linuxmail.org - Update to version 1.54.1: + girnode.c: Use locale-independent functions to parse numbers (bgo#788087). - Drop '%if 0%{suse_version} <= 1140' conditional: obsolete. * Mon Sep 11 2017 dimstar@opensuse.org - Update to version 1.54.0: + giscanner: fix EOF check with flex >= 2.6.1. + gir: Update annotations from GLib 2.54.0. * Tue Sep 05 2017 zaitor@opensuse.org - Update to version 1.53.7: + gir: Update annotations from GLib. + Ignore _Nonnull,_Nullable and _Null_unspecified type qualifiers. + build: Only generate .pc files for this package for MSVC builds. * Wed Aug 09 2017 zaitor@opensuse.org - Update to version 1.53.5: + gir: Update annotations. * Fri Jul 21 2017 zaitor@opensuse.org - Update to version 1.53.4: + MSVC 201x builds: Allow different Python versions per toolset. + gir: Update annotations from GLib git master. + regress: Test for property and method with conflicting names. * Wed Jun 21 2017 dimstar@opensuse.org - Update to version 1.53.3: + Visual Studio builds: Use the Centricular fork of libffi. + When handling errors according to errno, catch both IOError and OSError. + gir: Update annotations from GLib 2.53.3. * Sat Jun 17 2017 bwiedemann@suse.com - gi-find-deps.sh: sort autogenerated Requires to make builds fully reproducible. * Tue May 23 2017 zaitor@opensuse.org - Update to version 1.53.2: + gir: Update annotations. + Misc fixes. * Fri May 19 2017 zaitor@opensuse.org - Update to version 1.53.1: + gir: Update annotations from GLib. + regress: Add test for setting a NULL strv in a GValue. + Visual Studio 201x builds: Fix "installation". + Fix 'Bad file descriptor' error when checking libtool version. * Sun Apr 16 2017 zaitor@opensuse.org - Update to version 1.52.1: + gir: Update annotations from GLib 2.52.1. + tests: Add marshalling tests for GValue-valued properties. + gimarshallingtests: Add a flags and enum property. + g-ir-scanner: fix wrong order of -L options in libtool invocation. + giscanner: Use shlex.split() for environment variables. * Mon Mar 20 2017 dimstar@opensuse.org - Update to version 1.52.0: + typedefs: fix type information. + gir: Update annotations from GLib 2.52.0. * Tue Mar 14 2017 dimstar@opensuse.org - Update to version 1.51.5: + g-ir-scanner: document GI_SCANNER_DEBUG in man page. + Visual Studio builds: Support Visual Studio 2017. + gir: Update annotations from GLib git master. * Tue Feb 14 2017 zaitor@opensuse.org - Update to version 1.51.3: + gir: Update annotations from GLib git master. * Sun Feb 12 2017 dimstar@opensuse.org - Update to version 1.51.2: + Fix "Annotation" element in RelaxNG schema. + gir: Update annotations from GLib git master. + scanner: Add a way to specify extra libraries to link against. + girepository: Annotate array and array-length parameter. * Sun Feb 12 2017 dimstar@opensuse.org - Update to version 1.51.1: + Gio-2.0.gir: Don't exclude gsettingsbackend.h and pass needed define. + gir: Update annotations from GLib git master. * Sat Feb 11 2017 dimstar@opensuse.org - gi-find-deps.sh: do not match "from gi.repository import" if there is anything but white space in front of it (usually indicates we are in some descriptive comment block)" * Wed Sep 21 2016 dimstar@opensuse.org - Adjust the required version for pkgconfig(glib-2.0) according to what configure expects. * Tue Sep 20 2016 dimstar@opensuse.org - Update to version 1.50.0: + Updated translations. * Tue Sep 13 2016 zaitor@opensuse.org - Update to version 1.49.2: + gir: Update annotations from GLib git master. + gthash: free cmph objects. + g-ir-inspect: - Make description for --version a bit better. - Remove last usage of g_autoptr(). * Wed Aug 03 2016 zaitor@opensuse.org - Update to version 1.49.1: + gir: Update annotations from GLib 2.49.4. + Various MSVC build fixes. + g-ir-inspect: Inspect GI typelibs. - Drop g-ir-dep-tool.patch: Fix upstream in a different way. - Rebase gi-find-deps.sh to to conform to upstreams commits. - Following the above: drop libtool BuildRequires and stop passing autoreconf pre configure, no longer needed. * Mon Apr 18 2016 dimstar@opensuse.org - gi-find-deps.sh: scan GI overrides glue layers to add their respective dependencies. * Wed Apr 13 2016 idonmez@suse.com - Update to GNOME 3.20 Fate#318572 - Remove 0001-typelib-compiler-properly-initialise-memory.patch, gobject-introspection-bgo729662-ownership-transfer.patch. * Wed Mar 23 2016 dimstar@opensuse.org - Update to version 1.48.0: + gir: Update annotations from GLib 2.48.0. + Various MSVC build fixes. * Mon Mar 14 2016 dimstar@opensuse.org - Update to version 1.47.92: + Bugs fixed: bgo#696773, bgo#733535, bgo#736109, bgo#752047, bgo#757126, bgo#757442, bgo#757443, bgo#757678, bgo#757934, bgo#758448, bgo#759531, bgo#760682, bgo#761658, bgo#761659, bgo#761981, bgo#761982, bgo#761983, bgo#761984, bgo#762653, rh#1285991. * Thu Jan 28 2016 dimstar@opensuse.org - Add baselibs.conf: provide libgirepository-1_0-1 as -32bit package as needed by libcjs0-32bit. * Mon Jan 18 2016 dimstar@opensuse.org - gi-find-deps.sh: work with the fact that newer file versions identify python scripts differently, based on the shebang. * Tue Nov 24 2015 zaitor@opensuse.org - Update to version 1.47.1: + No changelog provided, please check git.gnome.org. * Tue Sep 22 2015 dimstar@opensuse.org - Update to version 1.46.0: + g-ir-scanner: Support multiple arguments for compiler. + Update the GLib introspection data. * Fri Aug 21 2015 zaitor@opensuse.org - Update to version 1.45.4: + Update the GLib introspection data. + scanner: - use open() as os.fdopen as context managers. - fix cachestore race. + g-ir-compiler: message when arguments are wrong. + sourcescanner.py: Use Distutils for Preprocessing. + giscanner/ccompiler.py: Initiate Distutils Compiler Instance. + MSVC Builds: - Update README.txt's. - Builds: Drop GCC Requirement. - Fix Script Generation Command. - Update to Fix Build of Scripts. - Clean Up And Fix the Projects. - Generate The Tools Scripts. + giscanner/sourcescanner.py: Use Tempfiles For Parsing. + girepository: Remove "optimization" for found prefixes. + scanner: - Fix stray comment in previous commit. - Recognize __signed. + MSVC Introspection Builds: Make Cairo Note Clearer. + build/: Fix Incorrect Naming of Script. + MSVC .gir Builds: Allow More Flexibility for Cairo. + build/gi-inrtospection-msvc.mak: Allow Libtool Style Names. + build/gen-cairo-gir.py: Clean Up A Bit. + Update glib annotations from glib 2.45.4. + test: Add a test for GList containing GType. * Mon Jul 06 2015 zaitor@opensuse.org - Update to version 1.45.3: + No changelog provided, please check git.gnome.org. * Wed May 27 2015 dimstar@opensuse.org - Update to version 1.45.2: + Build system fixes. + Update glib annotations. + scanner: Add --symbol-filter-cmd. * Tue May 12 2015 olaf@aepfle.de - Add 0001-typelib-compiler-properly-initialise-memory.patch: typelib compiler writes uninitialised memory to typelib file (bnc#930584). * Tue Mar 24 2015 dimstar@opensuse.org - Update to version 1.44.0: + Update glib annotations from glib-2-44 git. + build: use the detected pkg-config (bgo#746669). + Fixed reference to obsolete name used in g-ir-generate manpage (bgo#729901). * Wed Mar 18 2015 dimstar@opensuse.org - Update to version 1.43.92: + Bugs fixed: bgo#657754, bgo#738171, bgo#744536, bgo#745498, bgo#745608, bgo#746138. * Tue Mar 03 2015 dimstar@opensuse.org - Update to version 1.43.91: + Update glib annotations from git master. + Build system fixes. * Thu Jan 29 2015 zaitor@opensuse.org - Update to version 1.43.3: + tests: Change names with case-only distinction. + Don't unconditionally include config.h in regress.c. + Update glib annotations from git master.
/usr/include/gobject-introspection-1.0 /usr/include/gobject-introspection-1.0/giarginfo.h /usr/include/gobject-introspection-1.0/gibaseinfo.h /usr/include/gobject-introspection-1.0/gicallableinfo.h /usr/include/gobject-introspection-1.0/giconstantinfo.h /usr/include/gobject-introspection-1.0/gienuminfo.h /usr/include/gobject-introspection-1.0/gifieldinfo.h /usr/include/gobject-introspection-1.0/gifunctioninfo.h /usr/include/gobject-introspection-1.0/giinterfaceinfo.h /usr/include/gobject-introspection-1.0/giobjectinfo.h /usr/include/gobject-introspection-1.0/gipropertyinfo.h /usr/include/gobject-introspection-1.0/giregisteredtypeinfo.h /usr/include/gobject-introspection-1.0/girepository.h /usr/include/gobject-introspection-1.0/girffi.h /usr/include/gobject-introspection-1.0/gisignalinfo.h /usr/include/gobject-introspection-1.0/gistructinfo.h /usr/include/gobject-introspection-1.0/gitypeinfo.h /usr/include/gobject-introspection-1.0/gitypelib.h /usr/include/gobject-introspection-1.0/gitypes.h /usr/include/gobject-introspection-1.0/giunioninfo.h /usr/include/gobject-introspection-1.0/giversion.h /usr/include/gobject-introspection-1.0/giversionmacros.h /usr/include/gobject-introspection-1.0/givfuncinfo.h /usr/lib/libgirepository-1.0.so /usr/lib/pkgconfig/gobject-introspection-1.0.pc /usr/lib/pkgconfig/gobject-introspection-no-export-1.0.pc /usr/share/gtk-doc/html/gi /usr/share/gtk-doc/html/gi/GIBaseInfo.html /usr/share/gtk-doc/html/gi/GIRepository.html /usr/share/gtk-doc/html/gi/annotation-glossary.html /usr/share/gtk-doc/html/gi/api-index-full.html /usr/share/gtk-doc/html/gi/ch01.html /usr/share/gtk-doc/html/gi/ch02.html /usr/share/gtk-doc/html/gi/ch03.html /usr/share/gtk-doc/html/gi/gi-Common-Types.html /usr/share/gtk-doc/html/gi/gi-GIArgInfo.html /usr/share/gtk-doc/html/gi/gi-GICallableInfo.html /usr/share/gtk-doc/html/gi/gi-GICallbackInfo.html /usr/share/gtk-doc/html/gi/gi-GIConstantInfo.html /usr/share/gtk-doc/html/gi/gi-GIEnumInfo.html /usr/share/gtk-doc/html/gi/gi-GIFieldInfo.html /usr/share/gtk-doc/html/gi/gi-GIFunctionInfo.html /usr/share/gtk-doc/html/gi/gi-GIInterfaceInfo.html /usr/share/gtk-doc/html/gi/gi-GIObjectInfo.html /usr/share/gtk-doc/html/gi/gi-GIPropertyInfo.html /usr/share/gtk-doc/html/gi/gi-GIRegisteredTypeInfo.html /usr/share/gtk-doc/html/gi/gi-GISignalInfo.html /usr/share/gtk-doc/html/gi/gi-GIStructInfo.html /usr/share/gtk-doc/html/gi/gi-GITypeInfo.html /usr/share/gtk-doc/html/gi/gi-GITypelib-Internals.html /usr/share/gtk-doc/html/gi/gi-GITypelib.html /usr/share/gtk-doc/html/gi/gi-GIUnionInfo.html /usr/share/gtk-doc/html/gi/gi-GIVFuncInfo.html /usr/share/gtk-doc/html/gi/gi-GIValueInfo.html /usr/share/gtk-doc/html/gi/gi-Version-Information.html /usr/share/gtk-doc/html/gi/gi-girffi.html /usr/share/gtk-doc/html/gi/gi-struct-hierarchy.html /usr/share/gtk-doc/html/gi/gi.devhelp2 /usr/share/gtk-doc/html/gi/home.png /usr/share/gtk-doc/html/gi/index.html /usr/share/gtk-doc/html/gi/left-insensitive.png /usr/share/gtk-doc/html/gi/left.png /usr/share/gtk-doc/html/gi/right-insensitive.png /usr/share/gtk-doc/html/gi/right.png /usr/share/gtk-doc/html/gi/style.css /usr/share/gtk-doc/html/gi/up-insensitive.png /usr/share/gtk-doc/html/gi/up.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:42:22 2024