| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: pangomm-doc | Distribution: openSUSE Tumbleweed |
| Version: 2.56.1 | Vendor: openSUSE |
| Release: 3.1 | Build date: Mon Mar 23 09:17:14 2026 |
| Group: Documentation/HTML | Build host: reproducible |
| Size: 4000819 | Source RPM: pangomm-2.56.1-3.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://gtkmm.gnome.org | |
| Summary: Developer documentation for pangomm, a C++ interface for Pango | |
pangomm provides a C++ interface to the pango library. This package contains the developer documentation.
GPL-2.0-or-later AND LGPL-2.1-or-later
* Mon Mar 23 2026 Dominique Leuenberger <dimstar@opensuse.org>
- Migrate to xz compression and manual service run
* Thu Jan 16 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.56.1:
+ Add new API from pango 1.56.0
+ Regenerate docs.xml and .defs files, using files from pango
1.56.0
+ Replace gtkmm.org by gtkmm.gnome.org
+ AttrList: Update the documentation
+ docs/reference/Doxyfile.in: Remove unsupported entries
- Update URL with new home.
* Thu Jul 25 2024 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.54.0:
+ Color: Add parse_with_alpha().
+ Context: Add set/get_round_glyph_positions().
+ Item: Add default constructor, get_char_offset().
+ Layout: Add set/get_justify_last_line(), get_direction(),
get_caret_pos().
+ LayoutIter: Add operator bool(), get_run_baseline().
+ LayoutLine: Add is_paragraph_start(), get_resolved_direction(),
get_height().
+ TabArray: Add TabArray(const Glib::ustring& text) constructor,
operator bool(), set_positions_in_pixels(), to_string(),
set/get_decimal_point(), sort().
+ Documentation:
- Language::get_scripts(): Improve documentation.
- Don't link to removed parts of library.gnome.org.
+ Build:
- Require pango >= 1.54.0.
- Meson build: Require meson >= 0.62.0.
- Use Meson's pkgconfig module instead of using the *.pc.in
templates.
- Drop pangomm-docs-without-timestamp.patch, fixed upstream.
* Fri Mar 15 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.52.0:
+ FontFamily: Add property_item_type(), property_n_items(),
property_name(), property_is_monospace(),
property_is_variable().
+ FontMap: Add reload_font(), property_item_type(),
property_n_items().
* Mon Jan 29 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.50.2:
+ Fontset: Use callback functions with C linkage.
+ Coverage: Don't use deprecated pango_coverage_ref/unref().
+ Documentation:
- Doxyfile.in: Don't hide undocumented classes.
- README.win32: Convert to MarkDown and rename to
README.win32.md.
- Make dependencies clearer.
- Remove AUTHORS, HACKING, README.SUN; add general info to
README.md.
+ Meson build:
- Detect if we build from a git subtree.
- Don't copy files with configure_file().
- Fix the evaluation of is_git_build on Windows.
- Don't fail if warning_level=everything.
* Wed Sep 21 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.50.1:
+ Context::get_font_map(): Fix reference count.
+ Build:
- Require Meson >= 0.55.0
- Meson build:
. Specify 'check' option in run_command(). Will be necessary
with future versions of Meson.
. Check if Perl is required for building documentation.
. Avoid unnecessary configuration warnings.
. Re-organize warning-related compiler flags for MSVC
- Package -docs as noarch.
- Move pangomm-doc Recommends from main package to -devel
sub-package.
- Use ldconfig_scriptlets for post(un) handling.
* Wed Feb 09 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.50.0:
* CI: Comment out 'meson test'
* Attribute: Add some create_attr_*() methods
* AttrList: Add to_string() and from_string()
* Regenerate docs.xml and .defs files, using files from pango
1.50.0
* build: Support Visual Studio 2022 builds
* Add FontMap::get_family()
* Add the CairoFontMapImpl class
* CI: Switching to debian:testing
* AttrList: Add get_attributes(), update(), equal()
* docs/reference/Doxyfile.in: Remove obsolete entry
* CI: Add .gitlab-ci.yml
* Don't include individual pango headers, part 2
* Don't include individual pango headers
* Use pango from the main branch
* 2.49.1
* Add dependencies to Doxygen tag files in subprojects
* Fix build as subproject without building documentation
* Visual Studio builds: Clean up build files
* Subprojects can use meson.add_dist_script() if meson.version()
>= 0.58.0
* Meson build: No implicit_include_directories
* Meson build: No implicit_include_directories
* Meson build: Make it possible to use pangomm as a subproject
* pangommconfig.h.*: Don't dllimport on MinGW
* Meson build: Use relative paths to untracked/
* GlyphItem: Make most methods public
* Layout, LayoutIter: Add get_const_line() and get_const_lines()
- Drop baselibs.conf, not needed nor used for this branch.
* Sun Dec 05 2021 bjorn.lie@gmail.com
- Update to version 2.48.2:
* NMake Makefiles: Correct VS2019 toolset number
* build: Support Visual Studio 2022 builds
* Don't include individual pango headers, part 2
* Don't include individual pango headers
* Use pango from the main branch
- Switch to using a gitcheckout via source service. Pass
maintainer-mode=true to meson and add m4, mm-common and
perl(XML::Parser) BuildRequires, as this is needed with a
git-checkout.
* Tue Sep 28 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.48.1:
+ GlyphItem: Fix a memory leak in split()
+ Layout: Speed up get_log_attrs()
+ Build:
- Meson build: Use relative paths to untracked/
- pangommconfig.h.*: Don't dllimport on MinGW
- Meson build: Make it possible to use pangomm as a subproject
- Meson build: No implicit_include_directories
- Add pangomm-docs-without-timestamp.patch: Do not add timestamp to
generated doc files.
* Sat Dec 19 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.48.0:
+ FontFamily, FontMap: Implement the Gio::ListModel interface
CairoFontMap: Add get_default()
+ Attribute: Add Overline and ShowFlags enums and some create*()
methods Renderer: Add vfuncs
+ Font, FontFace, FontFamily, FontMetrics: Add new methods
+ LayoutRun: Rename to GlyphItem
+ LayoutIter: Fix get_run() and get_line()
+ GlyphString, Item: Wrap pango_shape_with_flags()
+ Layout: Add set/get_line_spacing()
+ Build:
- Depend on giomm (not just glibmm)
- Use __declspec(dllexport) when building with Visual Studio
- Meson build: Avoid some recompilations
- Meson build: Better error message if trying to build with
maintainer-mode=false when true is necessary
- Meson build: Set default value of the 'warnings' option to
'min'
- Improve NMake support
- Improve Visual Studio support
- docs/reference/: Update for Doxygen >= 1.8.16
- Meson build: Fix versioning on macOS
- Change the ABI to pangomm-2.48
- Add meson BuildRequires and macros following upstreams port.
- Bump base_ver and libname (and in baselibs.conf) following
upstream changes.
- Add doxygen, graphviz and xsltproc BuildRequires, needed to build
documentation now.
- Replace pkgconfig(glibmm-2.66) with pkgconfig(giomm-2.68) and
pkgconfig(glibmm-2.68) BuildRequires following upstream changes.
- Drop libtool and mm-common BuildRequires, no longer needed.
/usr/share/devhelp /usr/share/devhelp/books /usr/share/devhelp/books/pangomm-2.48 /usr/share/devhelp/books/pangomm-2.48/pangomm-2.48.devhelp2 /usr/share/doc/packages/pangomm-doc /usr/share/doc/packages/pangomm-doc/README.md /usr/share/doc/pangomm-2.48 /usr/share/doc/pangomm-2.48/images /usr/share/doc/pangomm-2.48/images/gtkmm_logo.gif /usr/share/doc/pangomm-2.48/images/top.gif /usr/share/doc/pangomm-2.48/reference /usr/share/doc/pangomm-2.48/reference/html /usr/share/doc/pangomm-2.48/reference/html/annotated.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Analysis-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Analysis.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrColor-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrColor.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrColor__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrFloat-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrFloat.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrFloat__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrFontDesc-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrFontDesc.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrFontDesc__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrInt-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrInt.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrInt__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrIter-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrIter.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrLanguage-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrLanguage.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrLanguage__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrList-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrList.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrShape-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrShape.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrShape__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrString-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrString.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1AttrString__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Attribute-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Attribute.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Attribute__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1BaselineShift__Wrapper-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1BaselineShift__Wrapper.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1CairoFontMap-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1CairoFontMap.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1CairoFontMapImpl-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1CairoFontMapImpl.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1CairoFontMapImpl__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1CairoFontMap__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Color-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Color.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Context-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Context.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Context__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Coverage-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Coverage.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Font-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Font.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontDescription-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontDescription.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontFace-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontFace.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontFace__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontFamily-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontFamily.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontFamily__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontMap-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontMap.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontMap__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontMetrics-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1FontMetrics.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Font__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Fontset-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Fontset.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Fontset__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1GlyphGeometry-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1GlyphGeometry.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1GlyphInfo-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1GlyphInfo.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1GlyphItem-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1GlyphItem.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1GlyphString-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1GlyphString.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Item-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Item.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Language-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Language.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Layout-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Layout.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1LayoutIter-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1LayoutIter.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1LayoutLine-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1LayoutLine.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Layout__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Rectangle-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Rectangle.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Renderer-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Renderer.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Renderer__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1TabArray-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1TabArray.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Weight__Wrapper-members.html /usr/share/doc/pangomm-2.48/reference/html/classPango_1_1Weight__Wrapper.html /usr/share/doc/pangomm-2.48/reference/html/classes.html /usr/share/doc/pangomm-2.48/reference/html/classlu__counter__policy__base.html /usr/share/doc/pangomm-2.48/reference/html/classlu__counter__policy__base__inherit__graph.dot /usr/share/doc/pangomm-2.48/reference/html/clipboard.js /usr/share/doc/pangomm-2.48/reference/html/dir_65a80469e31ca91af1b62a4b01006de8.html /usr/share/doc/pangomm-2.48/reference/html/dir_7345ece997cabc172e23b53efdf4308a.html /usr/share/doc/pangomm-2.48/reference/html/doxygen-extra.css /usr/share/doc/pangomm-2.48/reference/html/doxygen.css /usr/share/doc/pangomm-2.48/reference/html/doxygen.svg /usr/share/doc/pangomm-2.48/reference/html/doxygen_crawl.html /usr/share/doc/pangomm-2.48/reference/html/dynsections.js /usr/share/doc/pangomm-2.48/reference/html/functions.html /usr/share/doc/pangomm-2.48/reference/html/functions_b.html /usr/share/doc/pangomm-2.48/reference/html/functions_c.html /usr/share/doc/pangomm-2.48/reference/html/functions_d.html /usr/share/doc/pangomm-2.48/reference/html/functions_e.html /usr/share/doc/pangomm-2.48/reference/html/functions_enum.html /usr/share/doc/pangomm-2.48/reference/html/functions_eval.html /usr/share/doc/pangomm-2.48/reference/html/functions_f.html /usr/share/doc/pangomm-2.48/reference/html/functions_func.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_b.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_c.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_d.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_e.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_f.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_g.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_h.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_i.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_l.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_m.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_n.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_o.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_p.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_r.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_s.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_t.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_u.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_w.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_x.html /usr/share/doc/pangomm-2.48/reference/html/functions_func_~.html /usr/share/doc/pangomm-2.48/reference/html/functions_g.html /usr/share/doc/pangomm-2.48/reference/html/functions_h.html /usr/share/doc/pangomm-2.48/reference/html/functions_i.html /usr/share/doc/pangomm-2.48/reference/html/functions_l.html /usr/share/doc/pangomm-2.48/reference/html/functions_m.html /usr/share/doc/pangomm-2.48/reference/html/functions_n.html /usr/share/doc/pangomm-2.48/reference/html/functions_o.html /usr/share/doc/pangomm-2.48/reference/html/functions_p.html /usr/share/doc/pangomm-2.48/reference/html/functions_r.html /usr/share/doc/pangomm-2.48/reference/html/functions_s.html /usr/share/doc/pangomm-2.48/reference/html/functions_t.html /usr/share/doc/pangomm-2.48/reference/html/functions_type.html /usr/share/doc/pangomm-2.48/reference/html/functions_u.html /usr/share/doc/pangomm-2.48/reference/html/functions_vars.html /usr/share/doc/pangomm-2.48/reference/html/functions_w.html /usr/share/doc/pangomm-2.48/reference/html/functions_x.html /usr/share/doc/pangomm-2.48/reference/html/functions_~.html /usr/share/doc/pangomm-2.48/reference/html/graph_legend.dot /usr/share/doc/pangomm-2.48/reference/html/graph_legend.html /usr/share/doc/pangomm-2.48/reference/html/group__pangommEnums.html /usr/share/doc/pangomm-2.48/reference/html/hierarchy.html /usr/share/doc/pangomm-2.48/reference/html/index.html /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_0.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_1.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_10.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_11.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_12.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_13.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_14.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_15.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_16.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_17.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_18.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_19.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_2.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_20.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_21.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_22.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_3.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_4.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_5.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_6.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_7.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_8.dot /usr/share/doc/pangomm-2.48/reference/html/inherit_graph_9.dot /usr/share/doc/pangomm-2.48/reference/html/inherits.html /usr/share/doc/pangomm-2.48/reference/html/jquery.js /usr/share/doc/pangomm-2.48/reference/html/menu.js /usr/share/doc/pangomm-2.48/reference/html/menudata.js /usr/share/doc/pangomm-2.48/reference/html/namespaceGlib.html /usr/share/doc/pangomm-2.48/reference/html/namespacePango.html /usr/share/doc/pangomm-2.48/reference/html/namespacemembers.html /usr/share/doc/pangomm-2.48/reference/html/namespacemembers_enum.html /usr/share/doc/pangomm-2.48/reference/html/namespacemembers_func.html /usr/share/doc/pangomm-2.48/reference/html/namespacemembers_type.html /usr/share/doc/pangomm-2.48/reference/html/namespacemembers_vars.html /usr/share/doc/pangomm-2.48/reference/html/namespaces.html /usr/share/doc/pangomm-2.48/reference/html/navtree.css /usr/share/doc/pangomm-2.48/reference/html/pages.html /usr/share/doc/pangomm-2.48/reference/html/since_1_10.html /usr/share/doc/pangomm-2.48/reference/html/since_1_14.html /usr/share/doc/pangomm-2.48/reference/html/since_1_16.html /usr/share/doc/pangomm-2.48/reference/html/since_1_18.html /usr/share/doc/pangomm-2.48/reference/html/since_1_2.html /usr/share/doc/pangomm-2.48/reference/html/since_1_20.html /usr/share/doc/pangomm-2.48/reference/html/since_1_20_1.html /usr/share/doc/pangomm-2.48/reference/html/since_1_22.html /usr/share/doc/pangomm-2.48/reference/html/since_1_24.html /usr/share/doc/pangomm-2.48/reference/html/since_1_30.html /usr/share/doc/pangomm-2.48/reference/html/since_1_32.html /usr/share/doc/pangomm-2.48/reference/html/since_1_32_4.html /usr/share/doc/pangomm-2.48/reference/html/since_1_36_7.html /usr/share/doc/pangomm-2.48/reference/html/since_1_38.html /usr/share/doc/pangomm-2.48/reference/html/since_1_4.html /usr/share/doc/pangomm-2.48/reference/html/since_1_40.html /usr/share/doc/pangomm-2.48/reference/html/since_1_42.html /usr/share/doc/pangomm-2.48/reference/html/since_1_44.html /usr/share/doc/pangomm-2.48/reference/html/since_1_46.html /usr/share/doc/pangomm-2.48/reference/html/since_1_50.html /usr/share/doc/pangomm-2.48/reference/html/since_1_52.html /usr/share/doc/pangomm-2.48/reference/html/since_1_6.html /usr/share/doc/pangomm-2.48/reference/html/since_1_8.html /usr/share/doc/pangomm-2.48/reference/html/since_2_14.html /usr/share/doc/pangomm-2.48/reference/html/since_2_16.html /usr/share/doc/pangomm-2.48/reference/html/since_2_28.html /usr/share/doc/pangomm-2.48/reference/html/since_2_42.html /usr/share/doc/pangomm-2.48/reference/html/since_2_44.html /usr/share/doc/pangomm-2.48/reference/html/since_2_46.html /usr/share/doc/pangomm-2.48/reference/html/since_2_48.html /usr/share/doc/pangomm-2.48/reference/html/since_2_50.html /usr/share/doc/pangomm-2.48/reference/html/since_2_52.html /usr/share/doc/pangomm-2.48/reference/html/since_2_54.html /usr/share/doc/pangomm-2.48/reference/html/since_2_56.html /usr/share/doc/pangomm-2.48/reference/html/structPango_1_1AttributeTraits-members.html /usr/share/doc/pangomm-2.48/reference/html/structPango_1_1AttributeTraits.html /usr/share/doc/pangomm-2.48/reference/html/tabs.css /usr/share/doc/pangomm-2.48/reference/html/topics.html /usr/share/doc/pangomm-2.48/reference/pangomm-2.48.tag
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Apr 21 22:23:10 2026