Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libadwaita-docs-1.1.0-150400.1.7 RPM for noarch

From OpenSuSE Leap 15.5 for noarch

Name: libadwaita-docs Distribution: SUSE Linux Enterprise 15
Version: 1.1.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.1.7 Build date: Sun May 8 05:42:41 2022
Group: Unspecified Build host: sheep56
Size: 8320716 Source RPM: libadwaita-1.1.0-150400.1.7.src.rpm
Packager: https://www.suse.com/
Url: https://gitlab.gnome.org/GNOME/libadwaita
Summary: Developer documentation for libadwaita
Building blocks for modern GNOME applications.
This package provides the documentation for libadwaita.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Fri Mar 18 2022 bjorn.lie@gmail.com
  - Update to version 1.1.0:
    + Fix introspection-related build warnings.
    + Updated translations.
* Mon Mar 07 2022 bjorn.lie@gmail.com
  - Update to version 1.1.rc:
    + AdwAvatar: Fix invalid UTF-8 handling.
    + AdwStyleManager:
    - Follow color-scheme on macOS.
    - Don't disable non-CSS animations during style changes.
    + AdwToast: Fix GVariant handling.
    + Stylesheet: Fix scrollbars inside .osd widgets.
    + Fix carousel indicator sizing.
    + Memory leak fixes.
    + Updated translations.
* Sat Feb 12 2022 bjorn.lie@gmail.com
  - Update to version 1.1.beta:
    + AdwActionRow: Don't make activatable if the activatable widget
      is insensitive
    + AdwClamp: Fix measure() with height-for-width children
    + AdwComboRow: Fix end padding when the dropdown arrow is hidden
    + AdwExpanderRow: Fix focus handling
    + AdwPreferencesGroup: Add support for header suffixes
    + AdwPreferencesRow: Add 'title-selectable' property
    + Demo:
    - Fix combo rows in AdwCarousel demo
    - Remove the "Frobnicate" button
* Fri Feb 11 2022 bjorn.lie@gmail.com
  - Update to version 1.0.2:
    + Fix AdwExpanderRow focus handling
    + Fix combo rows in AdwCarousel demo
    + Fix radio hover state in GtkPopoverMenu
    + Docs:
    - Fix AdwViewSwitcherBar and AdwViewStack examples
    - Fix typos
    + Updated translations.
* Mon Jan 03 2022 bjorn.lie@gmail.com
  - Update Summaries and descriptions.
* Sun Jan 02 2022 bjorn.lie@gmail.com
  - Update to version 1.0.1:
    + Include pre-built stylesheet and docs into release tarballs.
* Fri Dec 31 2021 bjorn.lie@gmail.com
  - Update to version 1.0.0:
    + Rework GtkInspector page to not require a module, remove
    - Dinspector
    + Accessibility fixes in action row, flap, leaflet, preferences
      group, preferences page, status page, view switcher, window
    + Animation:
    - Properly mark AdwAnimation as abstract
    - Make ADW_DURATION_INFINITE introspectable
    + Carousel: Fix reorder(), prepend() and insert() behavior
    + Clamp Layout: Fix measure() behavior
    + Demo:
    - Split every page into separate files
    - Remove .app-notification demo
    - Fix the animation skip button sensitivity
    - Fix capitalization
    - Various cleanups
    + Add a hello world example
    + Documentation:
    - Add a screenshot generator, update all screenshots
    - Add widget screenshots
    - Update build instructions
    - Update visual index
    - New pages:
      . Initialization
      . Adaptive Layouts
      . Boxed Lists
      . Styles and Appearance
      . Named Colors
      . Style Classes
    + Various small updates
    + Leaflet: Fix property notification ordering when starting a
      swipe
    + Stylesheet:
    - Improve emoji chooser styles
    - Add hover style to .activatable GtkGridView children
    - Fix menu checks
    - Fix @warning_fg_color to be legible against @warning_bg_color
    + Tab Bar: Fix various layout warnings
    + Tab View:
    - Implement adding pages from ui files
    - Propagate Alt-[0-9] if selected tab doesn't change
    + Toast Overlay: Implement adding toasts from ui files
    + Updated translations.
  - Stop passing inspector=false to meson, no longer needed, nor
    recognized, dropped upstream.
  - Add fdupes BuildRequires and macro, remove duplicate files.
  - Add explicit pkgconfig BuildRequires.
* Sat Dec 18 2021 packaging@sp1rit.anonaddy.me
  - Adwaita docs are now generated (with new pkgconfig(gi-docgen)
    BuildRequires) and packaged in a seperate subpackage called
    "libadwaita-docs".
* Sat Dec 18 2021 packaging@sp1rit.anonaddy.me
  - Update to version 1.0.0~beta.1:
    + Build
    - Depend on GTK 4.5.0.
    - Depend on GLib 2.66.
    - Fix building as a subproject.
    - Remove unused dependencies.
    + Introduce AdwToastOverlay for showing in-app notifications
    + Introduce AdwAnimation - a basic animation API:
    - AdwTimedAnimation provides simple time-based animations.
    - AdwSpringAnimation provides flexible animations based on
      spring physics.
    - Replace adw_ease_out_cubic() with adw_easing_ease().
    - Make adw_lerp() public.
    + adw_init() now automatically calls gtk_init().
    + Use G_DEFINE_FINAL_TYPE if available.
    + Action Row: Increase spacing between title and subtitle.
    + Carousel:
    - Use spring animations for scrolling, replace
      animation-duration with scroll-params.
    - Remove adw_carousel_scroll_to_full(), add 'animate' parameter
      to adw_carousel_scroll_to() instead.
    + Flap: Use spring animations for reveal, replace reveal-duration
      with reveal-params.
    + Leaflet:
    - Rename can-swipe-back/forward to can-navigate-back/forward,
      make them handle mouse back/forward buttons, back/forward
      keys, as well as Alt+arrow shortcuts.
    - Make child transitions use spring animations, replace
      child-transition-duration with child-transition-params.
    + Preferences Page: Remove adaptive margins - they never worked
      properly.
    + Preferences Window:
    - Rename can-swipe-back to can-navigate-back, following the
      equivalent AdwLeaflet change.
    - Add API to show toasts.
    + Swipe Tracker:
    - Move 'begin-swipe' signal to when the swipe actually starts
      instead of when it's detected; add 'prepare' to replace it.
    - Replace duration with velocity in the 'end-swipe' signal.
    + Status Page: Update title label style.
    + Style Manager:
    - Set GtkSettings:gtk-application-prefer-dark-theme=true for
      dark.
    - Properly reset enable-animations.
    + Stylesheet:
    - New style classes:
    * entry.success to match entry.warning and entry.error
    * Generic .success to match .warning and .error.
    * checkbutton.selection-mode
    - Tweak accent color in dark variant, use
      accent_color/accent_bg_color more consistently.
    - Consistently support regular/bg/fg variants for success,
      warning and error colors.
    - Make menu items taller.
    - Make checked buttons more visible.
    - Update entry style.
    - Update GtkTreeView and GtkColumnView header style.
    - Tweak check button style.
    - Update window and popover shadows.
    - Make boxed lists use shadows as well.
    - Use white accent color for .osd.
    - Use tabular figures for GtkCalendar.
    - Support .navigation-sidebar in combination with .background.
    - Remove the GtkButton .outline class.
    - Remove .content-view check buttons.
    - Fix check hover styles in menus.
    + Tab Bar: Fix needs-attention indicators.
    + Tab View: Remove shortcut-widget, use managed shortcuts
      instead.
    + View Stack:
    - Layout fixes
    - Remove crossfade transition.
    + View Switcher:
    - Update styles.
    - Fix measure() criticals.
    - Fix a crash when hiding the visible child.
    - Fix outlines in high contrast mode.
    + View Switcher Title: Always hide switcher in mobile.
    + Various fixes and cleanups.
    + Updated translations.
* Tue Nov 02 2021 bjorn.lie@gmail.com
  - Update to version 1.0.0~alpha.4:
    + Depend on meson 0.59.0.
    + Action Row:
    - Drop use-underline property.
    - Stop supporting mnemonics on subtitles.
    - Support markup on the title and subtitle.
    - Fix layout with empty title and subtitle.
    - Don't expand horizontally by default.
    - Fix row titles inside GtkMessageDialog.
    + Avatar: Crop non-square custom images to fill the avatar.
    + Carousel: Fix a crash when scrolling in an empty carousel.
    + Clamp: Set the proper accessible role.
    + Combo Row: Fix row colors while the popover is open.
    + Demo
    - Add a style classes demo.
    - Add about dialog.
    - Add an inspector item to the primary menu.
    - Change appid to org.gnome.Adwaita1.Demo to version it.
    - Add an icon, metainfo and desktop file.
    - Make the desktop file visible for nightly flatpaks.
    - Make non-unique.
    - Tighten flatpak permissions.
    - Various polish.
    + Expander Row
    - Drop use-underline property.
    - Rename adw_expander_row_add() to adw_expander_row_add_row().
    + Inspector: Fix color scheme resetting when opening inspector.
    + Preferences Window: Fix a memory leak.
    + Status Page:
    - Allow setting the icon from a paintable and not just icon
      name.
    - Set the proper accessible role.
    - Reduce margins with the .compact style class.
    + Style Manager:
    - Fix styles breaking when setting
      gtk-application-prefer-dark-theme.
    - Fix crash on systems with xdg-desktop-portal but no settings
      portal.
    - Fix a memory leak.
    + Stylesheet:
    - New style classes:
      . .card to have a style similar to a boxed list for a
      standalone widget. Can be combined with .activatable to
      have hover and active states, or can be added to GtkButton
      to have them automatically.
      . button.opaque to allow custom colored buttons in the style
      of that look like .suggested-action or .destructive-action.
      . tabbar.inline and searchbar.inline - to opt out from using
      header bar colors for AdwTabBar and GtkSearchBar.
    - Boxed lists:
      . Rename .content to .boxed-list to match HIG, keep .content
      as an alias.
      . Stop supporting .content with GtkListView as it was broken
      anyway.
      . Fix focus ring offsets.
    - Sidebars:
      . Use the same background as the window.
      . Make .navigation-sidebar handle background, so it's
      sufficient to achieve the proper style.
      . Deprecate the .sidebar style class.
    - Buttons:
      . Stop supporting button.flat.suggested-acton and
      button.flat.destructive-action. Special case those styles
      for GtkMessageDialog buttons instead.
      . Support .pill on GtkMenuButton
      . Support .suggested-action and .destructive-action on
      GtkMenuButton and AdwSplitButton.
      . Use toolbar-style buttons for GtkSearchBar.
      . Fix AdwSplitButton styles in high contrast mode.
      . Reduce disabled flat button opacity to make them easier to
      tell apart from the regular state.
    - Popovers:
      . Drop popover.combo, make popover.menu handle this case
      instead.
      . Unify GtkDropDown and AdwComboRow popup styles with menus.
      . Fix a double border with menu radios in high contrast mode.
    - Refresh UI colors.
    - Refresh scrollbar style.
    - Unify progress bar and level bar sizes and styles.
    - Make checks and radios larger.
    - Refresh border radii across the board.
    - Refresh scroll overshoot effect.
    - Remove notebook header background.
    - Export all UI colors and allow overriding them.
    - Use accent color for active drop styles.
    - Ensure proper opacity for the high contrast mode.
    - Simplify recoloring for GtkScale, GtkCheckButton, GtkSwitch,
      GtkColumnView and AdwTabBar.
    - Various toolbar button fixes.
    - Make entry.error and .warning style icons and progress bar
      too.
    - Fix disabled state on GtkScale, GtkNotebook and
      GtkSpinButton.
    - Fix GtkMessageDialog paddings.
    - Fix margins on GtkWindowControls icon.
    - Stop removing toolbar.osd rounding in overlays.
    - Remove a GtkGridView override specific to gtk4-icon-browser.
    + Tab Bar:
    - Fix artifacts when maximizing the window.
    - Fix hover.
    - Handle middle click on button release and not press.
    - Show close button correctly when raising the window and the
      pointer is already over a tab.
    + View Switcher: Fix screen readers reading page titles 4 times.
    + Add API to allow checking libadwaita version in runtime.
    + Various fixes and cleanups.
    + Updated translations.
* Tue Sep 28 2021 dimstar@opensuse.org
  - Update to version 1.0.0~alpha.3:
    + Depend on GTK 4.4.0.
    + Add a GtkInspector extension for simulating different system
      appearance settings.
    + Introduce AdwStyleManager for managing color schemes
      (light/dark) and high contrast mode.
    + Introduce AdwApplication to handle automatic initialization and
      style loading.
    + Avatar:
    - Replace adw_avatar_draw_to_pixbuf() with
      adw_avatar_draw_to_texture() that returns a GdkTexture
      instead.
    - Remove the size parameter, use the avatar's current size
      instead.
    + Carousel: Allow to shrink carousel if children are expanded.
    + Clamp: Fix measuring with for_size = -1.
    + Combo Row: Have a .combo style class.
    + Leaflet:
    - Remove hhomogeneous-folded, hhomogeneous-unfolded,
      vhomogeneous-folded and vhomogeneous-unfolded properties.
      Assume non-homogeneous layout when unfolded and homogeneous
      when folded.
    - Add a single homogeneous property that corresponds to folded
      state and opposite orientation.
    - Remove interpolate-size, assume it's set to true.
    - Set the fold threshold policy to MINIMUM by default.
    + Preferences Group:
    - Fix default visibility of the internal list box.
    - Allow markup on title and description.
    + Squeezer
    - Fix the child switch threshold in vertical orientation.
    - Add switch-threshold-policy, matching AdwFlap and AdwLeaflet.
    - Add allow-none property, allowing to hide the last child as
      well.
    + Status Page: Make icon optional.
    + Tab View: Fix model updates when page selection changes.
    + View Switchers:
    - Remove AdwViewSwitcher:narrow-ellipsize.
    - Remove the policy property from AdwViewSwitcherBar and
      AdwViewSwitcherTitle.
    - Remove the auto policy, applications can use two view
      switchers and an AdwSqueezer instead.
    - Switch to narrow layouts earlier.
    + Window and Application Window: Rename the child property to
      content to avoid the name clash with GtkWindow:child.
    + Stylesheet:
    - New style classes:
      . headerbar.flat to remove headerbar's background and border.
      . separator.spacer to create spacing in toolbars or header
      bars.
      . button.pill for prominent standalone buttons, for example
      on status pages.
      . statuspage.compact to make AdwStatusPage suitable for
      contexts such as sidebars.
      . .numeric as an easy way to enable tabular figures in a
      label.
    + Use flat buttons by default in header bars and action bars,
      matching existing .toolbar.
    + Use stripes for header bars in .devel windows instead of cogs
      to make it work better with split header bars and flat header
      bars.
    + Updated translations.
  - Pass -Dinspector=false to meson: do not build the GTK Inspector
    right now.
* Tue Aug 17 2021 sp1ritCS@protonmail.com
  - Update to version 1.0.0~alpha.2:
    + Stylesheet:
    * Large redesign to make it flat and recolorable.
    * Replace @theme_suggested_bg_color by @accent_bg_color and
      @accent_color.
    * Replace @theme_suggested_fg_color by @accent_fg_color.
    * Add @destructive_bg_color, @destructive_fg_color and
      @destructive_color.
    * Add the .accent style class to give the accent color to labels.
    * Add the palette colors in the form @hue_n, with hue being blue,
      green, yellow, orange, red, purple, brown, light and dark, and n
      being a darkness level from 1 to 5.
    + View Switcher:
    * Add the AdwViewStack widget to represent views.
    * Use AdwViewStack instead of GtkStack.
    * Display a badge on buttons to display the pages' value from the
      AdwViewStack:badge-number property.
    * Keep displaying needs-attention when active.
    + Preferences Page:
    * Add the name property.
    + Preferences Window:
    * Add the visible-child and visible-child-name properties.
    + Leaflet and Flap:
    * Add the AdwFoldThresholdPolicy enumeration.
    * Add the fold-threshold-policy property to determine the size at
      which the leaflet or flap should fold.
    + Leaflet:
    * Fix a crash by NULL-checking a pointer before dereferencing it when
      there is no children.
    * Annotate the values of the visible-child and visible-child-name
      properties as nullable in their accessors.
    + Action Row and Expander Row:
    * Annotate the value of the icon-name property as nullable in its
      accessors.
    + Tab View:
    * Fix updating the model at the right time after attaching pages.
    * Fix emitting notify::selected-page after the model has been
      completely updated.
    * Prevent pages from receiving pointer events during drag and drop.
    + Combo Row:
    * Fix subtitles when the model is empty and when using expressions.
    + Carousel:
    * Fix a crash with 2 overlapping animations.
    * Fix a crash when scrolling when there is no children.
    + Avatar:
    * Fix memory leaks in adw_avatar_draw_to_pixbuf().
    * Fix a memory leak in the avatar demo.
    + Fix crashes by freeing shaders at the right time.
    + Specify the translation domain in UI files to avoid leaving them
      unlocalized.
    + Fix cross-compilation with -Dgtk_doc=true.
    + Stop accepting NULL for most string properties, use the empty string
      instead.
    + Translation updates:
    * German
    * Indonesian
    * Chinese (China)
* Thu Jun 03 2021 dimstar@opensuse.org
  - Update to version 1.0.0~alpha.1 (factually a downgrade, but
    upstream is still in prorgress of finalizing their versioning
    scheme):
    + First official libadwaita 1 alpha.
  - Enable introspection support:
    + Pass -Dintrospection=enabled to meson.
    + Create new typelib-1_0-Adw-1 sub package.
* Sat May 15 2021 dimstar@opensuse.org
  - Initial package, version 1.1.0

Files

/usr/share/doc/libadwaita-1
/usr/share/doc/libadwaita-1/RedHatDisplay-Black.woff
/usr/share/doc/libadwaita-1/RedHatDisplay-Black.woff2
/usr/share/doc/libadwaita-1/RedHatDisplay-BlackItalic.woff
/usr/share/doc/libadwaita-1/RedHatDisplay-BlackItalic.woff2
/usr/share/doc/libadwaita-1/RedHatDisplay-Bold.woff
/usr/share/doc/libadwaita-1/RedHatDisplay-Bold.woff2
/usr/share/doc/libadwaita-1/RedHatDisplay-BoldItalic.woff
/usr/share/doc/libadwaita-1/RedHatDisplay-BoldItalic.woff2
/usr/share/doc/libadwaita-1/RedHatDisplay-Italic.woff
/usr/share/doc/libadwaita-1/RedHatDisplay-Italic.woff2
/usr/share/doc/libadwaita-1/RedHatDisplay-Medium.woff
/usr/share/doc/libadwaita-1/RedHatDisplay-Medium.woff2
/usr/share/doc/libadwaita-1/RedHatDisplay-MediumItalic.woff
/usr/share/doc/libadwaita-1/RedHatDisplay-MediumItalic.woff2
/usr/share/doc/libadwaita-1/RedHatDisplay-Regular.woff
/usr/share/doc/libadwaita-1/RedHatDisplay-Regular.woff2
/usr/share/doc/libadwaita-1/RedHatText-Bold.woff
/usr/share/doc/libadwaita-1/RedHatText-Bold.woff2
/usr/share/doc/libadwaita-1/RedHatText-BoldItalic.woff
/usr/share/doc/libadwaita-1/RedHatText-BoldItalic.woff2
/usr/share/doc/libadwaita-1/RedHatText-Italic.woff
/usr/share/doc/libadwaita-1/RedHatText-Italic.woff2
/usr/share/doc/libadwaita-1/RedHatText-Medium.woff
/usr/share/doc/libadwaita-1/RedHatText-Medium.woff2
/usr/share/doc/libadwaita-1/RedHatText-MediumItalic.woff
/usr/share/doc/libadwaita-1/RedHatText-MediumItalic.woff2
/usr/share/doc/libadwaita-1/RedHatText-Regular.woff
/usr/share/doc/libadwaita-1/RedHatText-Regular.woff2
/usr/share/doc/libadwaita-1/SourceCodePro-It.ttf.woff
/usr/share/doc/libadwaita-1/SourceCodePro-Regular.ttf.woff
/usr/share/doc/libadwaita-1/SourceCodePro-Semibold.ttf.woff
/usr/share/doc/libadwaita-1/action-row-dark.png
/usr/share/doc/libadwaita-1/action-row.png
/usr/share/doc/libadwaita-1/adaptive-boxed-lists-narrow-dark.png
/usr/share/doc/libadwaita-1/adaptive-boxed-lists-narrow.png
/usr/share/doc/libadwaita-1/adaptive-boxed-lists-wide-dark.png
/usr/share/doc/libadwaita-1/adaptive-boxed-lists-wide.png
/usr/share/doc/libadwaita-1/adaptive-layouts.html
/usr/share/doc/libadwaita-1/adaptive-split-headers-narrow-1-dark.png
/usr/share/doc/libadwaita-1/adaptive-split-headers-narrow-1.png
/usr/share/doc/libadwaita-1/adaptive-split-headers-narrow-2-dark.png
/usr/share/doc/libadwaita-1/adaptive-split-headers-narrow-2.png
/usr/share/doc/libadwaita-1/adaptive-split-headers-wide-dark.png
/usr/share/doc/libadwaita-1/adaptive-split-headers-wide.png
/usr/share/doc/libadwaita-1/adaptive-utility-pane-narrow-dark.png
/usr/share/doc/libadwaita-1/adaptive-utility-pane-narrow.png
/usr/share/doc/libadwaita-1/adaptive-utility-pane-wide-dark.png
/usr/share/doc/libadwaita-1/adaptive-utility-pane-wide.png
/usr/share/doc/libadwaita-1/adaptive-view-switcher-narrow-dark.png
/usr/share/doc/libadwaita-1/adaptive-view-switcher-narrow.png
/usr/share/doc/libadwaita-1/adaptive-view-switcher-wide-dark.png
/usr/share/doc/libadwaita-1/adaptive-view-switcher-wide.png
/usr/share/doc/libadwaita-1/app-icons-dark.png
/usr/share/doc/libadwaita-1/app-icons.png
/usr/share/doc/libadwaita-1/application-window-dark.png
/usr/share/doc/libadwaita-1/application-window.png
/usr/share/doc/libadwaita-1/avatar-dark.png
/usr/share/doc/libadwaita-1/avatar.png
/usr/share/doc/libadwaita-1/bin-dark.png
/usr/share/doc/libadwaita-1/bin.png
/usr/share/doc/libadwaita-1/boxed-lists-dark.png
/usr/share/doc/libadwaita-1/boxed-lists.html
/usr/share/doc/libadwaita-1/boxed-lists.png
/usr/share/doc/libadwaita-1/build-howto.html
/usr/share/doc/libadwaita-1/button-content-dark.png
/usr/share/doc/libadwaita-1/button-content.png
/usr/share/doc/libadwaita-1/buttons-circular-dark.png
/usr/share/doc/libadwaita-1/buttons-circular.png
/usr/share/doc/libadwaita-1/buttons-destructive-action-dark.png
/usr/share/doc/libadwaita-1/buttons-destructive-action.png
/usr/share/doc/libadwaita-1/buttons-flat-dark.png
/usr/share/doc/libadwaita-1/buttons-flat.png
/usr/share/doc/libadwaita-1/buttons-opaque-dark.png
/usr/share/doc/libadwaita-1/buttons-opaque.png
/usr/share/doc/libadwaita-1/buttons-pill-dark.png
/usr/share/doc/libadwaita-1/buttons-pill.png
/usr/share/doc/libadwaita-1/buttons-raised-dark.png
/usr/share/doc/libadwaita-1/buttons-raised.png
/usr/share/doc/libadwaita-1/buttons-suggested-action-dark.png
/usr/share/doc/libadwaita-1/buttons-suggested-action.png
/usr/share/doc/libadwaita-1/callback.AnimationTargetFunc.html
/usr/share/doc/libadwaita-1/cards-dark.png
/usr/share/doc/libadwaita-1/cards.png
/usr/share/doc/libadwaita-1/carousel-dark.png
/usr/share/doc/libadwaita-1/carousel-indicator-dots-dark.png
/usr/share/doc/libadwaita-1/carousel-indicator-dots.png
/usr/share/doc/libadwaita-1/carousel-indicator-lines-dark.png
/usr/share/doc/libadwaita-1/carousel-indicator-lines.png
/usr/share/doc/libadwaita-1/carousel.png
/usr/share/doc/libadwaita-1/clamp-narrow-dark.png
/usr/share/doc/libadwaita-1/clamp-narrow.png
/usr/share/doc/libadwaita-1/clamp-wide-dark.png
/usr/share/doc/libadwaita-1/clamp-wide.png
/usr/share/doc/libadwaita-1/class.ActionRow.html
/usr/share/doc/libadwaita-1/class.Animation.html
/usr/share/doc/libadwaita-1/class.AnimationTarget.html
/usr/share/doc/libadwaita-1/class.Application.html
/usr/share/doc/libadwaita-1/class.ApplicationWindow.html
/usr/share/doc/libadwaita-1/class.Avatar.html
/usr/share/doc/libadwaita-1/class.Bin.html
/usr/share/doc/libadwaita-1/class.ButtonContent.html
/usr/share/doc/libadwaita-1/class.CallbackAnimationTarget.html
/usr/share/doc/libadwaita-1/class.Carousel.html
/usr/share/doc/libadwaita-1/class.CarouselIndicatorDots.html
/usr/share/doc/libadwaita-1/class.CarouselIndicatorLines.html
/usr/share/doc/libadwaita-1/class.Clamp.html
/usr/share/doc/libadwaita-1/class.ClampLayout.html
/usr/share/doc/libadwaita-1/class.ClampScrollable.html
/usr/share/doc/libadwaita-1/class.ComboRow.html
/usr/share/doc/libadwaita-1/class.EnumListItem.html
/usr/share/doc/libadwaita-1/class.EnumListModel.html
/usr/share/doc/libadwaita-1/class.ExpanderRow.html
/usr/share/doc/libadwaita-1/class.Flap.html
/usr/share/doc/libadwaita-1/class.HeaderBar.html
/usr/share/doc/libadwaita-1/class.Leaflet.html
/usr/share/doc/libadwaita-1/class.LeafletPage.html
/usr/share/doc/libadwaita-1/class.PreferencesGroup.html
/usr/share/doc/libadwaita-1/class.PreferencesPage.html
/usr/share/doc/libadwaita-1/class.PreferencesRow.html
/usr/share/doc/libadwaita-1/class.PreferencesWindow.html
/usr/share/doc/libadwaita-1/class.SplitButton.html
/usr/share/doc/libadwaita-1/class.SpringAnimation.html
/usr/share/doc/libadwaita-1/class.Squeezer.html
/usr/share/doc/libadwaita-1/class.SqueezerPage.html
/usr/share/doc/libadwaita-1/class.StatusPage.html
/usr/share/doc/libadwaita-1/class.StyleManager.html
/usr/share/doc/libadwaita-1/class.SwipeTracker.html
/usr/share/doc/libadwaita-1/class.TabBar.html
/usr/share/doc/libadwaita-1/class.TabPage.html
/usr/share/doc/libadwaita-1/class.TabView.html
/usr/share/doc/libadwaita-1/class.TimedAnimation.html
/usr/share/doc/libadwaita-1/class.Toast.html
/usr/share/doc/libadwaita-1/class.ToastOverlay.html
/usr/share/doc/libadwaita-1/class.ViewStack.html
/usr/share/doc/libadwaita-1/class.ViewStackPage.html
/usr/share/doc/libadwaita-1/class.ViewSwitcher.html
/usr/share/doc/libadwaita-1/class.ViewSwitcherBar.html
/usr/share/doc/libadwaita-1/class.ViewSwitcherTitle.html
/usr/share/doc/libadwaita-1/class.Window.html
/usr/share/doc/libadwaita-1/class.WindowTitle.html
/usr/share/doc/libadwaita-1/classes_hierarchy.html
/usr/share/doc/libadwaita-1/combo-row-dark.png
/usr/share/doc/libadwaita-1/combo-row.png
/usr/share/doc/libadwaita-1/const.DURATION_INFINITE.html
/usr/share/doc/libadwaita-1/const.MAJOR_VERSION.html
/usr/share/doc/libadwaita-1/const.MICRO_VERSION.html
/usr/share/doc/libadwaita-1/const.MINOR_VERSION.html
/usr/share/doc/libadwaita-1/const.VERSION_S.html
/usr/share/doc/libadwaita-1/ctor.ActionRow.new.html
/usr/share/doc/libadwaita-1/ctor.Application.new.html
/usr/share/doc/libadwaita-1/ctor.ApplicationWindow.new.html
/usr/share/doc/libadwaita-1/ctor.Avatar.new.html
/usr/share/doc/libadwaita-1/ctor.Bin.new.html
/usr/share/doc/libadwaita-1/ctor.ButtonContent.new.html
/usr/share/doc/libadwaita-1/ctor.CallbackAnimationTarget.new.html
/usr/share/doc/libadwaita-1/ctor.Carousel.new.html
/usr/share/doc/libadwaita-1/ctor.CarouselIndicatorDots.new.html
/usr/share/doc/libadwaita-1/ctor.CarouselIndicatorLines.new.html
/usr/share/doc/libadwaita-1/ctor.Clamp.new.html
/usr/share/doc/libadwaita-1/ctor.ClampLayout.new.html
/usr/share/doc/libadwaita-1/ctor.ClampScrollable.new.html
/usr/share/doc/libadwaita-1/ctor.ComboRow.new.html
/usr/share/doc/libadwaita-1/ctor.EnumListModel.new.html
/usr/share/doc/libadwaita-1/ctor.ExpanderRow.new.html
/usr/share/doc/libadwaita-1/ctor.Flap.new.html
/usr/share/doc/libadwaita-1/ctor.HeaderBar.new.html
/usr/share/doc/libadwaita-1/ctor.Leaflet.new.html
/usr/share/doc/libadwaita-1/ctor.PreferencesGroup.new.html
/usr/share/doc/libadwaita-1/ctor.PreferencesPage.new.html
/usr/share/doc/libadwaita-1/ctor.PreferencesRow.new.html
/usr/share/doc/libadwaita-1/ctor.PreferencesWindow.new.html
/usr/share/doc/libadwaita-1/ctor.SplitButton.new.html
/usr/share/doc/libadwaita-1/ctor.SpringAnimation.new.html
/usr/share/doc/libadwaita-1/ctor.SpringParams.new.html
/usr/share/doc/libadwaita-1/ctor.SpringParams.new_full.html
/usr/share/doc/libadwaita-1/ctor.Squeezer.new.html
/usr/share/doc/libadwaita-1/ctor.StatusPage.new.html
/usr/share/doc/libadwaita-1/ctor.SwipeTracker.new.html
/usr/share/doc/libadwaita-1/ctor.TabBar.new.html
/usr/share/doc/libadwaita-1/ctor.TabView.new.html
/usr/share/doc/libadwaita-1/ctor.TimedAnimation.new.html
/usr/share/doc/libadwaita-1/ctor.Toast.new.html
/usr/share/doc/libadwaita-1/ctor.ToastOverlay.new.html
/usr/share/doc/libadwaita-1/ctor.ViewStack.new.html
/usr/share/doc/libadwaita-1/ctor.ViewSwitcher.new.html
/usr/share/doc/libadwaita-1/ctor.ViewSwitcherBar.new.html
/usr/share/doc/libadwaita-1/ctor.ViewSwitcherTitle.new.html
/usr/share/doc/libadwaita-1/ctor.Window.new.html
/usr/share/doc/libadwaita-1/ctor.WindowTitle.new.html
/usr/share/doc/libadwaita-1/deprecated-app-notification-dark.png
/usr/share/doc/libadwaita-1/deprecated-app-notification.png
/usr/share/doc/libadwaita-1/deprecated-sidebar-dark.png
/usr/share/doc/libadwaita-1/deprecated-sidebar.png
/usr/share/doc/libadwaita-1/devel-window-dark.png
/usr/share/doc/libadwaita-1/devel-window.png
/usr/share/doc/libadwaita-1/dim-label-dark.png
/usr/share/doc/libadwaita-1/dim-label.png
/usr/share/doc/libadwaita-1/enum.AnimationState.html
/usr/share/doc/libadwaita-1/enum.CenteringPolicy.html
/usr/share/doc/libadwaita-1/enum.ColorScheme.html
/usr/share/doc/libadwaita-1/enum.Easing.html
/usr/share/doc/libadwaita-1/enum.FlapFoldPolicy.html
/usr/share/doc/libadwaita-1/enum.FlapTransitionType.html
/usr/share/doc/libadwaita-1/enum.FoldThresholdPolicy.html
/usr/share/doc/libadwaita-1/enum.LeafletTransitionType.html
/usr/share/doc/libadwaita-1/enum.NavigationDirection.html
/usr/share/doc/libadwaita-1/enum.SqueezerTransitionType.html
/usr/share/doc/libadwaita-1/enum.ToastPriority.html
/usr/share/doc/libadwaita-1/enum.ViewSwitcherPolicy.html
/usr/share/doc/libadwaita-1/expander-row-dark.png
/usr/share/doc/libadwaita-1/expander-row.png
/usr/share/doc/libadwaita-1/flap-narrow-dark.png
/usr/share/doc/libadwaita-1/flap-narrow.png
/usr/share/doc/libadwaita-1/flap-wide-dark.png
/usr/share/doc/libadwaita-1/flap-wide.png
/usr/share/doc/libadwaita-1/flat-header-bar-dark.png
/usr/share/doc/libadwaita-1/flat-header-bar.png
/usr/share/doc/libadwaita-1/fonts.css
/usr/share/doc/libadwaita-1/func.CHECK_VERSION.html
/usr/share/doc/libadwaita-1/func.ENCODE_VERSION.html
/usr/share/doc/libadwaita-1/func.UNAVAILABLE.html
/usr/share/doc/libadwaita-1/func.get_enable_animations.html
/usr/share/doc/libadwaita-1/func.get_major_version.html
/usr/share/doc/libadwaita-1/func.get_micro_version.html
/usr/share/doc/libadwaita-1/func.get_minor_version.html
/usr/share/doc/libadwaita-1/func.init.html
/usr/share/doc/libadwaita-1/func.is_initialized.html
/usr/share/doc/libadwaita-1/func.lerp.html
/usr/share/doc/libadwaita-1/fzy.js
/usr/share/doc/libadwaita-1/go-up-symbolic.png
/usr/share/doc/libadwaita-1/header-bar-dark.png
/usr/share/doc/libadwaita-1/header-bar-split-dark.png
/usr/share/doc/libadwaita-1/header-bar-split.png
/usr/share/doc/libadwaita-1/header-bar.png
/usr/share/doc/libadwaita-1/hello-world-dark.png
/usr/share/doc/libadwaita-1/hello-world.png
/usr/share/doc/libadwaita-1/iface.Swipeable.html
/usr/share/doc/libadwaita-1/index.html
/usr/share/doc/libadwaita-1/index.json
/usr/share/doc/libadwaita-1/initialization.html
/usr/share/doc/libadwaita-1/leaflet-narrow-dark.png
/usr/share/doc/libadwaita-1/leaflet-narrow.png
/usr/share/doc/libadwaita-1/leaflet-wide-dark.png
/usr/share/doc/libadwaita-1/leaflet-wide.png
/usr/share/doc/libadwaita-1/libadwaita-1.devhelp2
/usr/share/doc/libadwaita-1/libadwaita.svg
/usr/share/doc/libadwaita-1/linked-controls-dark.png
/usr/share/doc/libadwaita-1/linked-controls.png
/usr/share/doc/libadwaita-1/main.js
/usr/share/doc/libadwaita-1/method.ActionRow.activate.html
/usr/share/doc/libadwaita-1/method.ActionRow.add_prefix.html
/usr/share/doc/libadwaita-1/method.ActionRow.add_suffix.html
/usr/share/doc/libadwaita-1/method.ActionRow.get_activatable_widget.html
/usr/share/doc/libadwaita-1/method.ActionRow.get_icon_name.html
/usr/share/doc/libadwaita-1/method.ActionRow.get_subtitle.html
/usr/share/doc/libadwaita-1/method.ActionRow.get_subtitle_lines.html
/usr/share/doc/libadwaita-1/method.ActionRow.get_title_lines.html
/usr/share/doc/libadwaita-1/method.ActionRow.remove.html
/usr/share/doc/libadwaita-1/method.ActionRow.set_activatable_widget.html
/usr/share/doc/libadwaita-1/method.ActionRow.set_icon_name.html
/usr/share/doc/libadwaita-1/method.ActionRow.set_subtitle.html
/usr/share/doc/libadwaita-1/method.ActionRow.set_subtitle_lines.html
/usr/share/doc/libadwaita-1/method.ActionRow.set_title_lines.html
/usr/share/doc/libadwaita-1/method.Animation.get_state.html
/usr/share/doc/libadwaita-1/method.Animation.get_target.html
/usr/share/doc/libadwaita-1/method.Animation.get_value.html
/usr/share/doc/libadwaita-1/method.Animation.get_widget.html
/usr/share/doc/libadwaita-1/method.Animation.pause.html
/usr/share/doc/libadwaita-1/method.Animation.play.html
/usr/share/doc/libadwaita-1/method.Animation.reset.html
/usr/share/doc/libadwaita-1/method.Animation.resume.html
/usr/share/doc/libadwaita-1/method.Animation.skip.html
/usr/share/doc/libadwaita-1/method.Application.get_style_manager.html
/usr/share/doc/libadwaita-1/method.ApplicationWindow.get_content.html
/usr/share/doc/libadwaita-1/method.ApplicationWindow.set_content.html
/usr/share/doc/libadwaita-1/method.Avatar.draw_to_texture.html
/usr/share/doc/libadwaita-1/method.Avatar.get_custom_image.html
/usr/share/doc/libadwaita-1/method.Avatar.get_icon_name.html
/usr/share/doc/libadwaita-1/method.Avatar.get_show_initials.html
/usr/share/doc/libadwaita-1/method.Avatar.get_size.html
/usr/share/doc/libadwaita-1/method.Avatar.get_text.html
/usr/share/doc/libadwaita-1/method.Avatar.set_custom_image.html
/usr/share/doc/libadwaita-1/method.Avatar.set_icon_name.html
/usr/share/doc/libadwaita-1/method.Avatar.set_show_initials.html
/usr/share/doc/libadwaita-1/method.Avatar.set_size.html
/usr/share/doc/libadwaita-1/method.Avatar.set_text.html
/usr/share/doc/libadwaita-1/method.Bin.get_child.html
/usr/share/doc/libadwaita-1/method.Bin.set_child.html
/usr/share/doc/libadwaita-1/method.ButtonContent.get_icon_name.html
/usr/share/doc/libadwaita-1/method.ButtonContent.get_label.html
/usr/share/doc/libadwaita-1/method.ButtonContent.get_use_underline.html
/usr/share/doc/libadwaita-1/method.ButtonContent.set_icon_name.html
/usr/share/doc/libadwaita-1/method.ButtonContent.set_label.html
/usr/share/doc/libadwaita-1/method.ButtonContent.set_use_underline.html
/usr/share/doc/libadwaita-1/method.Carousel.append.html
/usr/share/doc/libadwaita-1/method.Carousel.get_allow_long_swipes.html
/usr/share/doc/libadwaita-1/method.Carousel.get_allow_mouse_drag.html
/usr/share/doc/libadwaita-1/method.Carousel.get_allow_scroll_wheel.html
/usr/share/doc/libadwaita-1/method.Carousel.get_interactive.html
/usr/share/doc/libadwaita-1/method.Carousel.get_n_pages.html
/usr/share/doc/libadwaita-1/method.Carousel.get_nth_page.html
/usr/share/doc/libadwaita-1/method.Carousel.get_position.html
/usr/share/doc/libadwaita-1/method.Carousel.get_reveal_duration.html
/usr/share/doc/libadwaita-1/method.Carousel.get_scroll_params.html
/usr/share/doc/libadwaita-1/method.Carousel.get_spacing.html
/usr/share/doc/libadwaita-1/method.Carousel.insert.html
/usr/share/doc/libadwaita-1/method.Carousel.prepend.html
/usr/share/doc/libadwaita-1/method.Carousel.remove.html
/usr/share/doc/libadwaita-1/method.Carousel.reorder.html
/usr/share/doc/libadwaita-1/method.Carousel.scroll_to.html
/usr/share/doc/libadwaita-1/method.Carousel.set_allow_long_swipes.html
/usr/share/doc/libadwaita-1/method.Carousel.set_allow_mouse_drag.html
/usr/share/doc/libadwaita-1/method.Carousel.set_allow_scroll_wheel.html
/usr/share/doc/libadwaita-1/method.Carousel.set_interactive.html
/usr/share/doc/libadwaita-1/method.Carousel.set_reveal_duration.html
/usr/share/doc/libadwaita-1/method.Carousel.set_scroll_params.html
/usr/share/doc/libadwaita-1/method.Carousel.set_spacing.html
/usr/share/doc/libadwaita-1/method.CarouselIndicatorDots.get_carousel.html
/usr/share/doc/libadwaita-1/method.CarouselIndicatorDots.set_carousel.html
/usr/share/doc/libadwaita-1/method.CarouselIndicatorLines.get_carousel.html
/usr/share/doc/libadwaita-1/method.CarouselIndicatorLines.set_carousel.html
/usr/share/doc/libadwaita-1/method.Clamp.get_child.html
/usr/share/doc/libadwaita-1/method.Clamp.get_maximum_size.html
/usr/share/doc/libadwaita-1/method.Clamp.get_tightening_threshold.html
/usr/share/doc/libadwaita-1/method.Clamp.set_child.html
/usr/share/doc/libadwaita-1/method.Clamp.set_maximum_size.html
/usr/share/doc/libadwaita-1/method.Clamp.set_tightening_threshold.html
/usr/share/doc/libadwaita-1/method.ClampLayout.get_maximum_size.html
/usr/share/doc/libadwaita-1/method.ClampLayout.get_tightening_threshold.html
/usr/share/doc/libadwaita-1/method.ClampLayout.set_maximum_size.html
/usr/share/doc/libadwaita-1/method.ClampLayout.set_tightening_threshold.html
/usr/share/doc/libadwaita-1/method.ClampScrollable.get_child.html
/usr/share/doc/libadwaita-1/method.ClampScrollable.get_maximum_size.html
/usr/share/doc/libadwaita-1/method.ClampScrollable.get_tightening_threshold.html
/usr/share/doc/libadwaita-1/method.ClampScrollable.set_child.html
/usr/share/doc/libadwaita-1/method.ClampScrollable.set_maximum_size.html
/usr/share/doc/libadwaita-1/method.ClampScrollable.set_tightening_threshold.html
/usr/share/doc/libadwaita-1/method.ComboRow.get_expression.html
/usr/share/doc/libadwaita-1/method.ComboRow.get_factory.html
/usr/share/doc/libadwaita-1/method.ComboRow.get_list_factory.html
/usr/share/doc/libadwaita-1/method.ComboRow.get_model.html
/usr/share/doc/libadwaita-1/method.ComboRow.get_selected.html
/usr/share/doc/libadwaita-1/method.ComboRow.get_selected_item.html
/usr/share/doc/libadwaita-1/method.ComboRow.get_use_subtitle.html
/usr/share/doc/libadwaita-1/method.ComboRow.set_expression.html
/usr/share/doc/libadwaita-1/method.ComboRow.set_factory.html
/usr/share/doc/libadwaita-1/method.ComboRow.set_list_factory.html
/usr/share/doc/libadwaita-1/method.ComboRow.set_model.html
/usr/share/doc/libadwaita-1/method.ComboRow.set_selected.html
/usr/share/doc/libadwaita-1/method.ComboRow.set_use_subtitle.html
/usr/share/doc/libadwaita-1/method.EnumListItem.get_name.html
/usr/share/doc/libadwaita-1/method.EnumListItem.get_nick.html
/usr/share/doc/libadwaita-1/method.EnumListItem.get_value.html
/usr/share/doc/libadwaita-1/method.EnumListModel.find_position.html
/usr/share/doc/libadwaita-1/method.EnumListModel.get_enum_type.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.add_action.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.add_prefix.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.add_row.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.get_enable_expansion.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.get_expanded.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.get_icon_name.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.get_show_enable_switch.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.get_subtitle.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.remove.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.set_enable_expansion.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.set_expanded.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.set_icon_name.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.set_show_enable_switch.html
/usr/share/doc/libadwaita-1/method.ExpanderRow.set_subtitle.html
/usr/share/doc/libadwaita-1/method.Flap.get_content.html
/usr/share/doc/libadwaita-1/method.Flap.get_flap.html
/usr/share/doc/libadwaita-1/method.Flap.get_flap_position.html
/usr/share/doc/libadwaita-1/method.Flap.get_fold_duration.html
/usr/share/doc/libadwaita-1/method.Flap.get_fold_policy.html
/usr/share/doc/libadwaita-1/method.Flap.get_fold_threshold_policy.html
/usr/share/doc/libadwaita-1/method.Flap.get_folded.html
/usr/share/doc/libadwaita-1/method.Flap.get_locked.html
/usr/share/doc/libadwaita-1/method.Flap.get_modal.html
/usr/share/doc/libadwaita-1/method.Flap.get_reveal_flap.html
/usr/share/doc/libadwaita-1/method.Flap.get_reveal_params.html
/usr/share/doc/libadwaita-1/method.Flap.get_reveal_progress.html
/usr/share/doc/libadwaita-1/method.Flap.get_separator.html
/usr/share/doc/libadwaita-1/method.Flap.get_swipe_to_close.html
/usr/share/doc/libadwaita-1/method.Flap.get_swipe_to_open.html
/usr/share/doc/libadwaita-1/method.Flap.get_transition_type.html
/usr/share/doc/libadwaita-1/method.Flap.set_content.html
/usr/share/doc/libadwaita-1/method.Flap.set_flap.html
/usr/share/doc/libadwaita-1/method.Flap.set_flap_position.html
/usr/share/doc/libadwaita-1/method.Flap.set_fold_duration.html
/usr/share/doc/libadwaita-1/method.Flap.set_fold_policy.html
/usr/share/doc/libadwaita-1/method.Flap.set_fold_threshold_policy.html
/usr/share/doc/libadwaita-1/method.Flap.set_locked.html
/usr/share/doc/libadwaita-1/method.Flap.set_modal.html
/usr/share/doc/libadwaita-1/method.Flap.set_reveal_flap.html
/usr/share/doc/libadwaita-1/method.Flap.set_reveal_params.html
/usr/share/doc/libadwaita-1/method.Flap.set_separator.html
/usr/share/doc/libadwaita-1/method.Flap.set_swipe_to_close.html
/usr/share/doc/libadwaita-1/method.Flap.set_swipe_to_open.html
/usr/share/doc/libadwaita-1/method.Flap.set_transition_type.html
/usr/share/doc/libadwaita-1/method.HeaderBar.get_centering_policy.html
/usr/share/doc/libadwaita-1/method.HeaderBar.get_decoration_layout.html
/usr/share/doc/libadwaita-1/method.HeaderBar.get_show_end_title_buttons.html
/usr/share/doc/libadwaita-1/method.HeaderBar.get_show_start_title_buttons.html
/usr/share/doc/libadwaita-1/method.HeaderBar.get_title_widget.html
/usr/share/doc/libadwaita-1/method.HeaderBar.pack_end.html
/usr/share/doc/libadwaita-1/method.HeaderBar.pack_start.html
/usr/share/doc/libadwaita-1/method.HeaderBar.remove.html
/usr/share/doc/libadwaita-1/method.HeaderBar.set_centering_policy.html
/usr/share/doc/libadwaita-1/method.HeaderBar.set_decoration_layout.html
/usr/share/doc/libadwaita-1/method.HeaderBar.set_show_end_title_buttons.html
/usr/share/doc/libadwaita-1/method.HeaderBar.set_show_start_title_buttons.html
/usr/share/doc/libadwaita-1/method.HeaderBar.set_title_widget.html
/usr/share/doc/libadwaita-1/method.Leaflet.append.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_adjacent_child.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_can_navigate_back.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_can_navigate_forward.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_can_unfold.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_child_by_name.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_child_transition_params.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_child_transition_running.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_fold_threshold_policy.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_folded.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_homogeneous.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_mode_transition_duration.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_page.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_pages.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_transition_type.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_visible_child.html
/usr/share/doc/libadwaita-1/method.Leaflet.get_visible_child_name.html
/usr/share/doc/libadwaita-1/method.Leaflet.insert_child_after.html
/usr/share/doc/libadwaita-1/method.Leaflet.navigate.html
/usr/share/doc/libadwaita-1/method.Leaflet.prepend.html
/usr/share/doc/libadwaita-1/method.Leaflet.remove.html
/usr/share/doc/libadwaita-1/method.Leaflet.reorder_child_after.html
/usr/share/doc/libadwaita-1/method.Leaflet.set_can_navigate_back.html
/usr/share/doc/libadwaita-1/method.Leaflet.set_can_navigate_forward.html
/usr/share/doc/libadwaita-1/method.Leaflet.set_can_unfold.html
/usr/share/doc/libadwaita-1/method.Leaflet.set_child_transition_params.html
/usr/share/doc/libadwaita-1/method.Leaflet.set_fold_threshold_policy.html
/usr/share/doc/libadwaita-1/method.Leaflet.set_homogeneous.html
/usr/share/doc/libadwaita-1/method.Leaflet.set_mode_transition_duration.html
/usr/share/doc/libadwaita-1/method.Leaflet.set_transition_type.html
/usr/share/doc/libadwaita-1/method.Leaflet.set_visible_child.html
/usr/share/doc/libadwaita-1/method.Leaflet.set_visible_child_name.html
/usr/share/doc/libadwaita-1/method.LeafletPage.get_child.html
/usr/share/doc/libadwaita-1/method.LeafletPage.get_name.html
/usr/share/doc/libadwaita-1/method.LeafletPage.get_navigatable.html
/usr/share/doc/libadwaita-1/method.LeafletPage.set_name.html
/usr/share/doc/libadwaita-1/method.LeafletPage.set_navigatable.html
/usr/share/doc/libadwaita-1/method.PreferencesGroup.add.html
/usr/share/doc/libadwaita-1/method.PreferencesGroup.get_description.html
/usr/share/doc/libadwaita-1/method.PreferencesGroup.get_header_suffix.html
/usr/share/doc/libadwaita-1/method.PreferencesGroup.get_title.html
/usr/share/doc/libadwaita-1/method.PreferencesGroup.remove.html
/usr/share/doc/libadwaita-1/method.PreferencesGroup.set_description.html
/usr/share/doc/libadwaita-1/method.PreferencesGroup.set_header_suffix.html
/usr/share/doc/libadwaita-1/method.PreferencesGroup.set_title.html
/usr/share/doc/libadwaita-1/method.PreferencesPage.add.html
/usr/share/doc/libadwaita-1/method.PreferencesPage.get_icon_name.html
/usr/share/doc/libadwaita-1/method.PreferencesPage.get_name.html
/usr/share/doc/libadwaita-1/method.PreferencesPage.get_title.html
/usr/share/doc/libadwaita-1/method.PreferencesPage.get_use_underline.html
/usr/share/doc/libadwaita-1/method.PreferencesPage.remove.html
/usr/share/doc/libadwaita-1/method.PreferencesPage.set_icon_name.html
/usr/share/doc/libadwaita-1/method.PreferencesPage.set_name.html
/usr/share/doc/libadwaita-1/method.PreferencesPage.set_title.html
/usr/share/doc/libadwaita-1/method.PreferencesPage.set_use_underline.html
/usr/share/doc/libadwaita-1/method.PreferencesRow.get_title.html
/usr/share/doc/libadwaita-1/method.PreferencesRow.get_title_selectable.html
/usr/share/doc/libadwaita-1/method.PreferencesRow.get_use_underline.html
/usr/share/doc/libadwaita-1/method.PreferencesRow.set_title.html
/usr/share/doc/libadwaita-1/method.PreferencesRow.set_title_selectable.html
/usr/share/doc/libadwaita-1/method.PreferencesRow.set_use_underline.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.add.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.add_toast.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.close_subpage.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.get_can_navigate_back.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.get_search_enabled.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.get_visible_page.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.get_visible_page_name.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.present_subpage.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.remove.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.set_can_navigate_back.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.set_search_enabled.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.set_visible_page.html
/usr/share/doc/libadwaita-1/method.PreferencesWindow.set_visible_page_name.html
/usr/share/doc/libadwaita-1/method.SplitButton.get_child.html
/usr/share/doc/libadwaita-1/method.SplitButton.get_direction.html
/usr/share/doc/libadwaita-1/method.SplitButton.get_icon_name.html
/usr/share/doc/libadwaita-1/method.SplitButton.get_label.html
/usr/share/doc/libadwaita-1/method.SplitButton.get_menu_model.html
/usr/share/doc/libadwaita-1/method.SplitButton.get_popover.html
/usr/share/doc/libadwaita-1/method.SplitButton.get_use_underline.html
/usr/share/doc/libadwaita-1/method.SplitButton.popdown.html
/usr/share/doc/libadwaita-1/method.SplitButton.popup.html
/usr/share/doc/libadwaita-1/method.SplitButton.set_child.html
/usr/share/doc/libadwaita-1/method.SplitButton.set_direction.html
/usr/share/doc/libadwaita-1/method.SplitButton.set_icon_name.html
/usr/share/doc/libadwaita-1/method.SplitButton.set_label.html
/usr/share/doc/libadwaita-1/method.SplitButton.set_menu_model.html
/usr/share/doc/libadwaita-1/method.SplitButton.set_popover.html
/usr/share/doc/libadwaita-1/method.SplitButton.set_use_underline.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.get_clamp.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.get_epsilon.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.get_estimated_duration.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.get_initial_velocity.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.get_spring_params.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.get_value_from.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.get_value_to.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.get_velocity.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.set_clamp.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.set_epsilon.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.set_initial_velocity.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.set_spring_params.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.set_value_from.html
/usr/share/doc/libadwaita-1/method.SpringAnimation.set_value_to.html
/usr/share/doc/libadwaita-1/method.SpringParams.get_damping.html
/usr/share/doc/libadwaita-1/method.SpringParams.get_damping_ratio.html
/usr/share/doc/libadwaita-1/method.SpringParams.get_mass.html
/usr/share/doc/libadwaita-1/method.SpringParams.get_stiffness.html
/usr/share/doc/libadwaita-1/method.SpringParams.ref.html
/usr/share/doc/libadwaita-1/method.SpringParams.unref.html
/usr/share/doc/libadwaita-1/method.Squeezer.add.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_allow_none.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_homogeneous.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_interpolate_size.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_page.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_pages.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_switch_threshold_policy.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_transition_duration.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_transition_running.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_transition_type.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_visible_child.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_xalign.html
/usr/share/doc/libadwaita-1/method.Squeezer.get_yalign.html
/usr/share/doc/libadwaita-1/method.Squeezer.remove.html
/usr/share/doc/libadwaita-1/method.Squeezer.set_allow_none.html
/usr/share/doc/libadwaita-1/method.Squeezer.set_homogeneous.html
/usr/share/doc/libadwaita-1/method.Squeezer.set_interpolate_size.html
/usr/share/doc/libadwaita-1/method.Squeezer.set_switch_threshold_policy.html
/usr/share/doc/libadwaita-1/method.Squeezer.set_transition_duration.html
/usr/share/doc/libadwaita-1/method.Squeezer.set_transition_type.html
/usr/share/doc/libadwaita-1/method.Squeezer.set_xalign.html
/usr/share/doc/libadwaita-1/method.Squeezer.set_yalign.html
/usr/share/doc/libadwaita-1/method.SqueezerPage.get_child.html
/usr/share/doc/libadwaita-1/method.SqueezerPage.get_enabled.html
/usr/share/doc/libadwaita-1/method.SqueezerPage.set_enabled.html
/usr/share/doc/libadwaita-1/method.StatusPage.get_child.html
/usr/share/doc/libadwaita-1/method.StatusPage.get_description.html
/usr/share/doc/libadwaita-1/method.StatusPage.get_icon_name.html
/usr/share/doc/libadwaita-1/method.StatusPage.get_paintable.html
/usr/share/doc/libadwaita-1/method.StatusPage.get_title.html
/usr/share/doc/libadwaita-1/method.StatusPage.set_child.html
/usr/share/doc/libadwaita-1/method.StatusPage.set_description.html
/usr/share/doc/libadwaita-1/method.StatusPage.set_icon_name.html
/usr/share/doc/libadwaita-1/method.StatusPage.set_paintable.html
/usr/share/doc/libadwaita-1/method.StatusPage.set_title.html
/usr/share/doc/libadwaita-1/method.StyleManager.get_color_scheme.html
/usr/share/doc/libadwaita-1/method.StyleManager.get_dark.html
/usr/share/doc/libadwaita-1/method.StyleManager.get_display.html
/usr/share/doc/libadwaita-1/method.StyleManager.get_high_contrast.html
/usr/share/doc/libadwaita-1/method.StyleManager.get_system_supports_color_schemes.html
/usr/share/doc/libadwaita-1/method.StyleManager.set_color_scheme.html
/usr/share/doc/libadwaita-1/method.SwipeTracker.get_allow_long_swipes.html
/usr/share/doc/libadwaita-1/method.SwipeTracker.get_allow_mouse_drag.html
/usr/share/doc/libadwaita-1/method.SwipeTracker.get_enabled.html
/usr/share/doc/libadwaita-1/method.SwipeTracker.get_reversed.html
/usr/share/doc/libadwaita-1/method.SwipeTracker.get_swipeable.html
/usr/share/doc/libadwaita-1/method.SwipeTracker.set_allow_long_swipes.html
/usr/share/doc/libadwaita-1/method.SwipeTracker.set_allow_mouse_drag.html
/usr/share/doc/libadwaita-1/method.SwipeTracker.set_enabled.html
/usr/share/doc/libadwaita-1/method.SwipeTracker.set_reversed.html
/usr/share/doc/libadwaita-1/method.SwipeTracker.shift_position.html
/usr/share/doc/libadwaita-1/method.Swipeable.get_cancel_progress.html
/usr/share/doc/libadwaita-1/method.Swipeable.get_distance.html
/usr/share/doc/libadwaita-1/method.Swipeable.get_progress.html
/usr/share/doc/libadwaita-1/method.Swipeable.get_snap_points.html
/usr/share/doc/libadwaita-1/method.Swipeable.get_swipe_area.html
/usr/share/doc/libadwaita-1/method.TabBar.get_autohide.html
/usr/share/doc/libadwaita-1/method.TabBar.get_end_action_widget.html
/usr/share/doc/libadwaita-1/method.TabBar.get_expand_tabs.html
/usr/share/doc/libadwaita-1/method.TabBar.get_inverted.html
/usr/share/doc/libadwaita-1/method.TabBar.get_is_overflowing.html
/usr/share/doc/libadwaita-1/method.TabBar.get_start_action_widget.html
/usr/share/doc/libadwaita-1/method.TabBar.get_tabs_revealed.html
/usr/share/doc/libadwaita-1/method.TabBar.get_view.html
/usr/share/doc/libadwaita-1/method.TabBar.set_autohide.html
/usr/share/doc/libadwaita-1/method.TabBar.set_end_action_widget.html
/usr/share/doc/libadwaita-1/method.TabBar.set_expand_tabs.html
/usr/share/doc/libadwaita-1/method.TabBar.set_inverted.html
/usr/share/doc/libadwaita-1/method.TabBar.set_start_action_widget.html
/usr/share/doc/libadwaita-1/method.TabBar.set_view.html
/usr/share/doc/libadwaita-1/method.TabBar.setup_extra_drop_target.html
/usr/share/doc/libadwaita-1/method.TabPage.get_child.html
/usr/share/doc/libadwaita-1/method.TabPage.get_icon.html
/usr/share/doc/libadwaita-1/method.TabPage.get_indicator_activatable.html
/usr/share/doc/libadwaita-1/method.TabPage.get_indicator_icon.html
/usr/share/doc/libadwaita-1/method.TabPage.get_loading.html
/usr/share/doc/libadwaita-1/method.TabPage.get_needs_attention.html
/usr/share/doc/libadwaita-1/method.TabPage.get_parent.html
/usr/share/doc/libadwaita-1/method.TabPage.get_pinned.html
/usr/share/doc/libadwaita-1/method.TabPage.get_selected.html
/usr/share/doc/libadwaita-1/method.TabPage.get_title.html
/usr/share/doc/libadwaita-1/method.TabPage.get_tooltip.html
/usr/share/doc/libadwaita-1/method.TabPage.set_icon.html
/usr/share/doc/libadwaita-1/method.TabPage.set_indicator_activatable.html
/usr/share/doc/libadwaita-1/method.TabPage.set_indicator_icon.html
/usr/share/doc/libadwaita-1/method.TabPage.set_loading.html
/usr/share/doc/libadwaita-1/method.TabPage.set_needs_attention.html
/usr/share/doc/libadwaita-1/method.TabPage.set_title.html
/usr/share/doc/libadwaita-1/method.TabPage.set_tooltip.html
/usr/share/doc/libadwaita-1/method.TabView.add_page.html
/usr/share/doc/libadwaita-1/method.TabView.append.html
/usr/share/doc/libadwaita-1/method.TabView.append_pinned.html
/usr/share/doc/libadwaita-1/method.TabView.close_other_pages.html
/usr/share/doc/libadwaita-1/method.TabView.close_page.html
/usr/share/doc/libadwaita-1/method.TabView.close_page_finish.html
/usr/share/doc/libadwaita-1/method.TabView.close_pages_after.html
/usr/share/doc/libadwaita-1/method.TabView.close_pages_before.html
/usr/share/doc/libadwaita-1/method.TabView.get_default_icon.html
/usr/share/doc/libadwaita-1/method.TabView.get_is_transferring_page.html
/usr/share/doc/libadwaita-1/method.TabView.get_menu_model.html
/usr/share/doc/libadwaita-1/method.TabView.get_n_pages.html
/usr/share/doc/libadwaita-1/method.TabView.get_n_pinned_pages.html
/usr/share/doc/libadwaita-1/method.TabView.get_nth_page.html
/usr/share/doc/libadwaita-1/method.TabView.get_page.html
/usr/share/doc/libadwaita-1/method.TabView.get_page_position.html
/usr/share/doc/libadwaita-1/method.TabView.get_pages.html
/usr/share/doc/libadwaita-1/method.TabView.get_selected_page.html
/usr/share/doc/libadwaita-1/method.TabView.insert.html
/usr/share/doc/libadwaita-1/method.TabView.insert_pinned.html
/usr/share/doc/libadwaita-1/method.TabView.prepend.html
/usr/share/doc/libadwaita-1/method.TabView.prepend_pinned.html
/usr/share/doc/libadwaita-1/method.TabView.reorder_backward.html
/usr/share/doc/libadwaita-1/method.TabView.reorder_first.html
/usr/share/doc/libadwaita-1/method.TabView.reorder_forward.html
/usr/share/doc/libadwaita-1/method.TabView.reorder_last.html
/usr/share/doc/libadwaita-1/method.TabView.reorder_page.html
/usr/share/doc/libadwaita-1/method.TabView.select_next_page.html
/usr/share/doc/libadwaita-1/method.TabView.select_previous_page.html
/usr/share/doc/libadwaita-1/method.TabView.set_default_icon.html
/usr/share/doc/libadwaita-1/method.TabView.set_menu_model.html
/usr/share/doc/libadwaita-1/method.TabView.set_page_pinned.html
/usr/share/doc/libadwaita-1/method.TabView.set_selected_page.html
/usr/share/doc/libadwaita-1/method.TabView.transfer_page.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.get_alternate.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.get_duration.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.get_easing.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.get_repeat_count.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.get_reverse.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.get_value_from.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.get_value_to.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.set_alternate.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.set_duration.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.set_easing.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.set_repeat_count.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.set_reverse.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.set_value_from.html
/usr/share/doc/libadwaita-1/method.TimedAnimation.set_value_to.html
/usr/share/doc/libadwaita-1/method.Toast.dismiss.html
/usr/share/doc/libadwaita-1/method.Toast.get_action_name.html
/usr/share/doc/libadwaita-1/method.Toast.get_action_target_value.html
/usr/share/doc/libadwaita-1/method.Toast.get_button_label.html
/usr/share/doc/libadwaita-1/method.Toast.get_priority.html
/usr/share/doc/libadwaita-1/method.Toast.get_timeout.html
/usr/share/doc/libadwaita-1/method.Toast.get_title.html
/usr/share/doc/libadwaita-1/method.Toast.set_action_name.html
/usr/share/doc/libadwaita-1/method.Toast.set_action_target.html
/usr/share/doc/libadwaita-1/method.Toast.set_action_target_value.html
/usr/share/doc/libadwaita-1/method.Toast.set_button_label.html
/usr/share/doc/libadwaita-1/method.Toast.set_detailed_action_name.html
/usr/share/doc/libadwaita-1/method.Toast.set_priority.html
/usr/share/doc/libadwaita-1/method.Toast.set_timeout.html
/usr/share/doc/libadwaita-1/method.Toast.set_title.html
/usr/share/doc/libadwaita-1/method.ToastOverlay.add_toast.html
/usr/share/doc/libadwaita-1/method.ToastOverlay.get_child.html
/usr/share/doc/libadwaita-1/method.ToastOverlay.set_child.html
/usr/share/doc/libadwaita-1/method.ViewStack.add.html
/usr/share/doc/libadwaita-1/method.ViewStack.add_named.html
/usr/share/doc/libadwaita-1/method.ViewStack.add_titled.html
/usr/share/doc/libadwaita-1/method.ViewStack.get_child_by_name.html
/usr/share/doc/libadwaita-1/method.ViewStack.get_hhomogeneous.html
/usr/share/doc/libadwaita-1/method.ViewStack.get_page.html
/usr/share/doc/libadwaita-1/method.ViewStack.get_pages.html
/usr/share/doc/libadwaita-1/method.ViewStack.get_vhomogeneous.html
/usr/share/doc/libadwaita-1/method.ViewStack.get_visible_child.html
/usr/share/doc/libadwaita-1/method.ViewStack.get_visible_child_name.html
/usr/share/doc/libadwaita-1/method.ViewStack.remove.html
/usr/share/doc/libadwaita-1/method.ViewStack.set_hhomogeneous.html
/usr/share/doc/libadwaita-1/method.ViewStack.set_vhomogeneous.html
/usr/share/doc/libadwaita-1/method.ViewStack.set_visible_child.html
/usr/share/doc/libadwaita-1/method.ViewStack.set_visible_child_name.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.get_badge_number.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.get_child.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.get_icon_name.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.get_name.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.get_needs_attention.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.get_title.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.get_use_underline.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.get_visible.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.set_badge_number.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.set_icon_name.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.set_name.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.set_needs_attention.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.set_title.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.set_use_underline.html
/usr/share/doc/libadwaita-1/method.ViewStackPage.set_visible.html
/usr/share/doc/libadwaita-1/method.ViewSwitcher.get_policy.html
/usr/share/doc/libadwaita-1/method.ViewSwitcher.get_stack.html
/usr/share/doc/libadwaita-1/method.ViewSwitcher.set_policy.html
/usr/share/doc/libadwaita-1/method.ViewSwitcher.set_stack.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherBar.get_reveal.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherBar.get_stack.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherBar.set_reveal.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherBar.set_stack.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherTitle.get_stack.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherTitle.get_subtitle.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherTitle.get_title.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherTitle.get_title_visible.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherTitle.get_view_switcher_enabled.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherTitle.set_stack.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherTitle.set_subtitle.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherTitle.set_title.html
/usr/share/doc/libadwaita-1/method.ViewSwitcherTitle.set_view_switcher_enabled.html
/usr/share/doc/libadwaita-1/method.Window.get_content.html
/usr/share/doc/libadwaita-1/method.Window.set_content.html
/usr/share/doc/libadwaita-1/method.WindowTitle.get_subtitle.html
/usr/share/doc/libadwaita-1/method.WindowTitle.get_title.html
/usr/share/doc/libadwaita-1/method.WindowTitle.set_subtitle.html
/usr/share/doc/libadwaita-1/method.WindowTitle.set_title.html
/usr/share/doc/libadwaita-1/migrating-between-development-versions.html
/usr/share/doc/libadwaita-1/migrating-libhandy-1-4-to-libadwaita.html
/usr/share/doc/libadwaita-1/named-colors.html
/usr/share/doc/libadwaita-1/navigation-sidebar-dark.png
/usr/share/doc/libadwaita-1/navigation-sidebar.png
/usr/share/doc/libadwaita-1/osd-buttons-dark.png
/usr/share/doc/libadwaita-1/osd-buttons.png
/usr/share/doc/libadwaita-1/osd-dark.png
/usr/share/doc/libadwaita-1/osd-progress-bar-dark.png
/usr/share/doc/libadwaita-1/osd-progress-bar.png
/usr/share/doc/libadwaita-1/osd-toolbar-dark.png
/usr/share/doc/libadwaita-1/osd-toolbar.png
/usr/share/doc/libadwaita-1/osd.png
/usr/share/doc/libadwaita-1/popover-menu-list-dark.png
/usr/share/doc/libadwaita-1/popover-menu-list.png
/usr/share/doc/libadwaita-1/preferences-group-dark.png
/usr/share/doc/libadwaita-1/preferences-group.png
/usr/share/doc/libadwaita-1/preferences-page-dark.png
/usr/share/doc/libadwaita-1/preferences-page.png
/usr/share/doc/libadwaita-1/preferences-window-dark.png
/usr/share/doc/libadwaita-1/preferences-window.png
/usr/share/doc/libadwaita-1/property.ActionRow.activatable-widget.html
/usr/share/doc/libadwaita-1/property.ActionRow.icon-name.html
/usr/share/doc/libadwaita-1/property.ActionRow.subtitle-lines.html
/usr/share/doc/libadwaita-1/property.ActionRow.subtitle.html
/usr/share/doc/libadwaita-1/property.ActionRow.title-lines.html
/usr/share/doc/libadwaita-1/property.Animation.state.html
/usr/share/doc/libadwaita-1/property.Animation.target.html
/usr/share/doc/libadwaita-1/property.Animation.value.html
/usr/share/doc/libadwaita-1/property.Animation.widget.html
/usr/share/doc/libadwaita-1/property.Application.style-manager.html
/usr/share/doc/libadwaita-1/property.ApplicationWindow.content.html
/usr/share/doc/libadwaita-1/property.Avatar.custom-image.html
/usr/share/doc/libadwaita-1/property.Avatar.icon-name.html
/usr/share/doc/libadwaita-1/property.Avatar.show-initials.html
/usr/share/doc/libadwaita-1/property.Avatar.size.html
/usr/share/doc/libadwaita-1/property.Avatar.text.html
/usr/share/doc/libadwaita-1/property.Bin.child.html
/usr/share/doc/libadwaita-1/property.ButtonContent.icon-name.html
/usr/share/doc/libadwaita-1/property.ButtonContent.label.html
/usr/share/doc/libadwaita-1/property.ButtonContent.use-underline.html
/usr/share/doc/libadwaita-1/property.Carousel.allow-long-swipes.html
/usr/share/doc/libadwaita-1/property.Carousel.allow-mouse-drag.html
/usr/share/doc/libadwaita-1/property.Carousel.allow-scroll-wheel.html
/usr/share/doc/libadwaita-1/property.Carousel.interactive.html
/usr/share/doc/libadwaita-1/property.Carousel.n-pages.html
/usr/share/doc/libadwaita-1/property.Carousel.position.html
/usr/share/doc/libadwaita-1/property.Carousel.reveal-duration.html
/usr/share/doc/libadwaita-1/property.Carousel.scroll-params.html
/usr/share/doc/libadwaita-1/property.Carousel.spacing.html
/usr/share/doc/libadwaita-1/property.CarouselIndicatorDots.carousel.html
/usr/share/doc/libadwaita-1/property.CarouselIndicatorLines.carousel.html
/usr/share/doc/libadwaita-1/property.Clamp.child.html
/usr/share/doc/libadwaita-1/property.Clamp.maximum-size.html
/usr/share/doc/libadwaita-1/property.Clamp.tightening-threshold.html
/usr/share/doc/libadwaita-1/property.ClampLayout.maximum-size.html
/usr/share/doc/libadwaita-1/property.ClampLayout.tightening-threshold.html
/usr/share/doc/libadwaita-1/property.ClampScrollable.child.html
/usr/share/doc/libadwaita-1/property.ClampScrollable.maximum-size.html
/usr/share/doc/libadwaita-1/property.ClampScrollable.tightening-threshold.html
/usr/share/doc/libadwaita-1/property.ComboRow.expression.html
/usr/share/doc/libadwaita-1/property.ComboRow.factory.html
/usr/share/doc/libadwaita-1/property.ComboRow.list-factory.html
/usr/share/doc/libadwaita-1/property.ComboRow.model.html
/usr/share/doc/libadwaita-1/property.ComboRow.selected-item.html
/usr/share/doc/libadwaita-1/property.ComboRow.selected.html
/usr/share/doc/libadwaita-1/property.ComboRow.use-subtitle.html
/usr/share/doc/libadwaita-1/property.EnumListItem.name.html
/usr/share/doc/libadwaita-1/property.EnumListItem.nick.html
/usr/share/doc/libadwaita-1/property.EnumListItem.value.html
/usr/share/doc/libadwaita-1/property.EnumListModel.enum-type.html
/usr/share/doc/libadwaita-1/property.ExpanderRow.enable-expansion.html
/usr/share/doc/libadwaita-1/property.ExpanderRow.expanded.html
/usr/share/doc/libadwaita-1/property.ExpanderRow.icon-name.html
/usr/share/doc/libadwaita-1/property.ExpanderRow.show-enable-switch.html
/usr/share/doc/libadwaita-1/property.ExpanderRow.subtitle.html
/usr/share/doc/libadwaita-1/property.Flap.content.html
/usr/share/doc/libadwaita-1/property.Flap.flap-position.html
/usr/share/doc/libadwaita-1/property.Flap.flap.html
/usr/share/doc/libadwaita-1/property.Flap.fold-duration.html
/usr/share/doc/libadwaita-1/property.Flap.fold-policy.html
/usr/share/doc/libadwaita-1/property.Flap.fold-threshold-policy.html
/usr/share/doc/libadwaita-1/property.Flap.folded.html
/usr/share/doc/libadwaita-1/property.Flap.locked.html
/usr/share/doc/libadwaita-1/property.Flap.modal.html
/usr/share/doc/libadwaita-1/property.Flap.reveal-flap.html
/usr/share/doc/libadwaita-1/property.Flap.reveal-params.html
/usr/share/doc/libadwaita-1/property.Flap.reveal-progress.html
/usr/share/doc/libadwaita-1/property.Flap.separator.html
/usr/share/doc/libadwaita-1/property.Flap.swipe-to-close.html
/usr/share/doc/libadwaita-1/property.Flap.swipe-to-open.html
/usr/share/doc/libadwaita-1/property.Flap.transition-type.html
/usr/share/doc/libadwaita-1/property.HeaderBar.centering-policy.html
/usr/share/doc/libadwaita-1/property.HeaderBar.decoration-layout.html
/usr/share/doc/libadwaita-1/property.HeaderBar.show-end-title-buttons.html
/usr/share/doc/libadwaita-1/property.HeaderBar.show-start-title-buttons.html
/usr/share/doc/libadwaita-1/property.HeaderBar.title-widget.html
/usr/share/doc/libadwaita-1/property.Leaflet.can-navigate-back.html
/usr/share/doc/libadwaita-1/property.Leaflet.can-navigate-forward.html
/usr/share/doc/libadwaita-1/property.Leaflet.can-unfold.html
/usr/share/doc/libadwaita-1/property.Leaflet.child-transition-params.html
/usr/share/doc/libadwaita-1/property.Leaflet.child-transition-running.html
/usr/share/doc/libadwaita-1/property.Leaflet.fold-threshold-policy.html
/usr/share/doc/libadwaita-1/property.Leaflet.folded.html
/usr/share/doc/libadwaita-1/property.Leaflet.homogeneous.html
/usr/share/doc/libadwaita-1/property.Leaflet.mode-transition-duration.html
/usr/share/doc/libadwaita-1/property.Leaflet.pages.html
/usr/share/doc/libadwaita-1/property.Leaflet.transition-type.html
/usr/share/doc/libadwaita-1/property.Leaflet.visible-child-name.html
/usr/share/doc/libadwaita-1/property.Leaflet.visible-child.html
/usr/share/doc/libadwaita-1/property.LeafletPage.child.html
/usr/share/doc/libadwaita-1/property.LeafletPage.name.html
/usr/share/doc/libadwaita-1/property.LeafletPage.navigatable.html
/usr/share/doc/libadwaita-1/property.PreferencesGroup.description.html
/usr/share/doc/libadwaita-1/property.PreferencesGroup.header-suffix.html
/usr/share/doc/libadwaita-1/property.PreferencesGroup.title.html
/usr/share/doc/libadwaita-1/property.PreferencesPage.icon-name.html
/usr/share/doc/libadwaita-1/property.PreferencesPage.name.html
/usr/share/doc/libadwaita-1/property.PreferencesPage.title.html
/usr/share/doc/libadwaita-1/property.PreferencesPage.use-underline.html
/usr/share/doc/libadwaita-1/property.PreferencesRow.title-selectable.html
/usr/share/doc/libadwaita-1/property.PreferencesRow.title.html
/usr/share/doc/libadwaita-1/property.PreferencesRow.use-underline.html
/usr/share/doc/libadwaita-1/property.PreferencesWindow.can-navigate-back.html
/usr/share/doc/libadwaita-1/property.PreferencesWindow.search-enabled.html
/usr/share/doc/libadwaita-1/property.PreferencesWindow.visible-page-name.html
/usr/share/doc/libadwaita-1/property.PreferencesWindow.visible-page.html
/usr/share/doc/libadwaita-1/property.SplitButton.child.html
/usr/share/doc/libadwaita-1/property.SplitButton.direction.html
/usr/share/doc/libadwaita-1/property.SplitButton.icon-name.html
/usr/share/doc/libadwaita-1/property.SplitButton.label.html
/usr/share/doc/libadwaita-1/property.SplitButton.menu-model.html
/usr/share/doc/libadwaita-1/property.SplitButton.popover.html
/usr/share/doc/libadwaita-1/property.SplitButton.use-underline.html
/usr/share/doc/libadwaita-1/property.SpringAnimation.clamp.html
/usr/share/doc/libadwaita-1/property.SpringAnimation.epsilon.html
/usr/share/doc/libadwaita-1/property.SpringAnimation.estimated-duration.html
/usr/share/doc/libadwaita-1/property.SpringAnimation.initial-velocity.html
/usr/share/doc/libadwaita-1/property.SpringAnimation.spring-params.html
/usr/share/doc/libadwaita-1/property.SpringAnimation.value-from.html
/usr/share/doc/libadwaita-1/property.SpringAnimation.value-to.html
/usr/share/doc/libadwaita-1/property.SpringAnimation.velocity.html
/usr/share/doc/libadwaita-1/property.Squeezer.allow-none.html
/usr/share/doc/libadwaita-1/property.Squeezer.homogeneous.html
/usr/share/doc/libadwaita-1/property.Squeezer.interpolate-size.html
/usr/share/doc/libadwaita-1/property.Squeezer.pages.html
/usr/share/doc/libadwaita-1/property.Squeezer.switch-threshold-policy.html
/usr/share/doc/libadwaita-1/property.Squeezer.transition-duration.html
/usr/share/doc/libadwaita-1/property.Squeezer.transition-running.html
/usr/share/doc/libadwaita-1/property.Squeezer.transition-type.html
/usr/share/doc/libadwaita-1/property.Squeezer.visible-child.html
/usr/share/doc/libadwaita-1/property.Squeezer.xalign.html
/usr/share/doc/libadwaita-1/property.Squeezer.yalign.html
/usr/share/doc/libadwaita-1/property.SqueezerPage.child.html
/usr/share/doc/libadwaita-1/property.SqueezerPage.enabled.html
/usr/share/doc/libadwaita-1/property.StatusPage.child.html
/usr/share/doc/libadwaita-1/property.StatusPage.description.html
/usr/share/doc/libadwaita-1/property.StatusPage.icon-name.html
/usr/share/doc/libadwaita-1/property.StatusPage.paintable.html
/usr/share/doc/libadwaita-1/property.StatusPage.title.html
/usr/share/doc/libadwaita-1/property.StyleManager.color-scheme.html
/usr/share/doc/libadwaita-1/property.StyleManager.dark.html
/usr/share/doc/libadwaita-1/property.StyleManager.display.html
/usr/share/doc/libadwaita-1/property.StyleManager.high-contrast.html
/usr/share/doc/libadwaita-1/property.StyleManager.system-supports-color-schemes.html
/usr/share/doc/libadwaita-1/property.SwipeTracker.allow-long-swipes.html
/usr/share/doc/libadwaita-1/property.SwipeTracker.allow-mouse-drag.html
/usr/share/doc/libadwaita-1/property.SwipeTracker.enabled.html
/usr/share/doc/libadwaita-1/property.SwipeTracker.reversed.html
/usr/share/doc/libadwaita-1/property.SwipeTracker.swipeable.html
/usr/share/doc/libadwaita-1/property.TabBar.autohide.html
/usr/share/doc/libadwaita-1/property.TabBar.end-action-widget.html
/usr/share/doc/libadwaita-1/property.TabBar.expand-tabs.html
/usr/share/doc/libadwaita-1/property.TabBar.inverted.html
/usr/share/doc/libadwaita-1/property.TabBar.is-overflowing.html
/usr/share/doc/libadwaita-1/property.TabBar.start-action-widget.html
/usr/share/doc/libadwaita-1/property.TabBar.tabs-revealed.html
/usr/share/doc/libadwaita-1/property.TabBar.view.html
/usr/share/doc/libadwaita-1/property.TabPage.child.html
/usr/share/doc/libadwaita-1/property.TabPage.icon.html
/usr/share/doc/libadwaita-1/property.TabPage.indicator-activatable.html
/usr/share/doc/libadwaita-1/property.TabPage.indicator-icon.html
/usr/share/doc/libadwaita-1/property.TabPage.loading.html
/usr/share/doc/libadwaita-1/property.TabPage.needs-attention.html
/usr/share/doc/libadwaita-1/property.TabPage.parent.html
/usr/share/doc/libadwaita-1/property.TabPage.pinned.html
/usr/share/doc/libadwaita-1/property.TabPage.selected.html
/usr/share/doc/libadwaita-1/property.TabPage.title.html
/usr/share/doc/libadwaita-1/property.TabPage.tooltip.html
/usr/share/doc/libadwaita-1/property.TabView.default-icon.html
/usr/share/doc/libadwaita-1/property.TabView.is-transferring-page.html
/usr/share/doc/libadwaita-1/property.TabView.menu-model.html
/usr/share/doc/libadwaita-1/property.TabView.n-pages.html
/usr/share/doc/libadwaita-1/property.TabView.n-pinned-pages.html
/usr/share/doc/libadwaita-1/property.TabView.pages.html
/usr/share/doc/libadwaita-1/property.TabView.selected-page.html
/usr/share/doc/libadwaita-1/property.TimedAnimation.alternate.html
/usr/share/doc/libadwaita-1/property.TimedAnimation.duration.html
/usr/share/doc/libadwaita-1/property.TimedAnimation.easing.html
/usr/share/doc/libadwaita-1/property.TimedAnimation.repeat-count.html
/usr/share/doc/libadwaita-1/property.TimedAnimation.reverse.html
/usr/share/doc/libadwaita-1/property.TimedAnimation.value-from.html
/usr/share/doc/libadwaita-1/property.TimedAnimation.value-to.html
/usr/share/doc/libadwaita-1/property.Toast.action-name.html
/usr/share/doc/libadwaita-1/property.Toast.action-target.html
/usr/share/doc/libadwaita-1/property.Toast.button-label.html
/usr/share/doc/libadwaita-1/property.Toast.priority.html
/usr/share/doc/libadwaita-1/property.Toast.timeout.html
/usr/share/doc/libadwaita-1/property.Toast.title.html
/usr/share/doc/libadwaita-1/property.ToastOverlay.child.html
/usr/share/doc/libadwaita-1/property.ViewStack.hhomogeneous.html
/usr/share/doc/libadwaita-1/property.ViewStack.pages.html
/usr/share/doc/libadwaita-1/property.ViewStack.vhomogeneous.html
/usr/share/doc/libadwaita-1/property.ViewStack.visible-child-name.html
/usr/share/doc/libadwaita-1/property.ViewStack.visible-child.html
/usr/share/doc/libadwaita-1/property.ViewStackPage.badge-number.html
/usr/share/doc/libadwaita-1/property.ViewStackPage.child.html
/usr/share/doc/libadwaita-1/property.ViewStackPage.icon-name.html
/usr/share/doc/libadwaita-1/property.ViewStackPage.name.html
/usr/share/doc/libadwaita-1/property.ViewStackPage.needs-attention.html
/usr/share/doc/libadwaita-1/property.ViewStackPage.title.html
/usr/share/doc/libadwaita-1/property.ViewStackPage.use-underline.html
/usr/share/doc/libadwaita-1/property.ViewStackPage.visible.html
/usr/share/doc/libadwaita-1/property.ViewSwitcher.policy.html
/usr/share/doc/libadwaita-1/property.ViewSwitcher.stack.html
/usr/share/doc/libadwaita-1/property.ViewSwitcherBar.reveal.html
/usr/share/doc/libadwaita-1/property.ViewSwitcherBar.stack.html
/usr/share/doc/libadwaita-1/property.ViewSwitcherTitle.stack.html
/usr/share/doc/libadwaita-1/property.ViewSwitcherTitle.subtitle.html
/usr/share/doc/libadwaita-1/property.ViewSwitcherTitle.title-visible.html
/usr/share/doc/libadwaita-1/property.ViewSwitcherTitle.title.html
/usr/share/doc/libadwaita-1/property.ViewSwitcherTitle.view-switcher-enabled.html
/usr/share/doc/libadwaita-1/property.Window.content.html
/usr/share/doc/libadwaita-1/property.WindowTitle.subtitle.html
/usr/share/doc/libadwaita-1/property.WindowTitle.title.html
/usr/share/doc/libadwaita-1/pygment.css
/usr/share/doc/libadwaita-1/search-bar-inline-dark.png
/usr/share/doc/libadwaita-1/search-bar-inline.png
/usr/share/doc/libadwaita-1/search.js
/usr/share/doc/libadwaita-1/selection-mode-checks-dark.png
/usr/share/doc/libadwaita-1/selection-mode-checks.png
/usr/share/doc/libadwaita-1/signal.ActionRow.activated.html
/usr/share/doc/libadwaita-1/signal.Animation.done.html
/usr/share/doc/libadwaita-1/signal.Carousel.page-changed.html
/usr/share/doc/libadwaita-1/signal.SplitButton.activate.html
/usr/share/doc/libadwaita-1/signal.SplitButton.clicked.html
/usr/share/doc/libadwaita-1/signal.SwipeTracker.begin-swipe.html
/usr/share/doc/libadwaita-1/signal.SwipeTracker.end-swipe.html
/usr/share/doc/libadwaita-1/signal.SwipeTracker.prepare.html
/usr/share/doc/libadwaita-1/signal.SwipeTracker.update-swipe.html
/usr/share/doc/libadwaita-1/signal.TabBar.extra-drag-drop.html
/usr/share/doc/libadwaita-1/signal.TabView.close-page.html
/usr/share/doc/libadwaita-1/signal.TabView.create-window.html
/usr/share/doc/libadwaita-1/signal.TabView.indicator-activated.html
/usr/share/doc/libadwaita-1/signal.TabView.page-attached.html
/usr/share/doc/libadwaita-1/signal.TabView.page-detached.html
/usr/share/doc/libadwaita-1/signal.TabView.page-reordered.html
/usr/share/doc/libadwaita-1/signal.TabView.setup-menu.html
/usr/share/doc/libadwaita-1/signal.Toast.dismissed.html
/usr/share/doc/libadwaita-1/split-button-dark.png
/usr/share/doc/libadwaita-1/split-button.png
/usr/share/doc/libadwaita-1/squeezer-narrow-dark.png
/usr/share/doc/libadwaita-1/squeezer-narrow.png
/usr/share/doc/libadwaita-1/squeezer-wide-dark.png
/usr/share/doc/libadwaita-1/squeezer-wide.png
/usr/share/doc/libadwaita-1/status-page-compact-dark.png
/usr/share/doc/libadwaita-1/status-page-compact.png
/usr/share/doc/libadwaita-1/status-page-dark.png
/usr/share/doc/libadwaita-1/status-page.png
/usr/share/doc/libadwaita-1/struct.SpringParams.html
/usr/share/doc/libadwaita-1/style-background-dark.png
/usr/share/doc/libadwaita-1/style-background.png
/usr/share/doc/libadwaita-1/style-classes.html
/usr/share/doc/libadwaita-1/style-colors-dark.png
/usr/share/doc/libadwaita-1/style-colors.png
/usr/share/doc/libadwaita-1/style-frame-dark.png
/usr/share/doc/libadwaita-1/style-frame.png
/usr/share/doc/libadwaita-1/style-view-dark.png
/usr/share/doc/libadwaita-1/style-view.png
/usr/share/doc/libadwaita-1/style.css
/usr/share/doc/libadwaita-1/styles-and-appearance.html
/usr/share/doc/libadwaita-1/tab-bar-dark.png
/usr/share/doc/libadwaita-1/tab-bar-inline-dark.png
/usr/share/doc/libadwaita-1/tab-bar-inline.png
/usr/share/doc/libadwaita-1/tab-bar.png
/usr/share/doc/libadwaita-1/toast-action-dark.png
/usr/share/doc/libadwaita-1/toast-action.png
/usr/share/doc/libadwaita-1/toast-overlay-dark.png
/usr/share/doc/libadwaita-1/toast-overlay.png
/usr/share/doc/libadwaita-1/toast-simple-dark.png
/usr/share/doc/libadwaita-1/toast-simple.png
/usr/share/doc/libadwaita-1/toast-undo-dark.png
/usr/share/doc/libadwaita-1/toast-undo.png
/usr/share/doc/libadwaita-1/toolbar-dark.png
/usr/share/doc/libadwaita-1/toolbar-flat-dark.png
/usr/share/doc/libadwaita-1/toolbar-flat.png
/usr/share/doc/libadwaita-1/toolbar-raised-dark.png
/usr/share/doc/libadwaita-1/toolbar-raised.png
/usr/share/doc/libadwaita-1/toolbar-spacer-dark.png
/usr/share/doc/libadwaita-1/toolbar-spacer.png
/usr/share/doc/libadwaita-1/toolbar.png
/usr/share/doc/libadwaita-1/type_func.Easing.ease.html
/usr/share/doc/libadwaita-1/type_func.StyleManager.get_default.html
/usr/share/doc/libadwaita-1/type_func.StyleManager.get_for_display.html
/usr/share/doc/libadwaita-1/typography-body-dark.png
/usr/share/doc/libadwaita-1/typography-body.png
/usr/share/doc/libadwaita-1/typography-captions-dark.png
/usr/share/doc/libadwaita-1/typography-captions.png
/usr/share/doc/libadwaita-1/typography-heading-dark.png
/usr/share/doc/libadwaita-1/typography-heading.png
/usr/share/doc/libadwaita-1/typography-large-title-dark.png
/usr/share/doc/libadwaita-1/typography-large-title.png
/usr/share/doc/libadwaita-1/typography-monospace-dark.png
/usr/share/doc/libadwaita-1/typography-monospace.png
/usr/share/doc/libadwaita-1/typography-numeric-dark.png
/usr/share/doc/libadwaita-1/typography-numeric.png
/usr/share/doc/libadwaita-1/typography-titles-dark.png
/usr/share/doc/libadwaita-1/typography-titles.png
/usr/share/doc/libadwaita-1/urlmap.js
/usr/share/doc/libadwaita-1/vfunc.ActionRow.activate.html
/usr/share/doc/libadwaita-1/vfunc.Swipeable.get_cancel_progress.html
/usr/share/doc/libadwaita-1/vfunc.Swipeable.get_distance.html
/usr/share/doc/libadwaita-1/vfunc.Swipeable.get_progress.html
/usr/share/doc/libadwaita-1/vfunc.Swipeable.get_snap_points.html
/usr/share/doc/libadwaita-1/vfunc.Swipeable.get_swipe_area.html
/usr/share/doc/libadwaita-1/view-switcher-bar-dark.png
/usr/share/doc/libadwaita-1/view-switcher-bar.png
/usr/share/doc/libadwaita-1/view-switcher-dark.png
/usr/share/doc/libadwaita-1/view-switcher-title-dark.png
/usr/share/doc/libadwaita-1/view-switcher-title.png
/usr/share/doc/libadwaita-1/view-switcher.png
/usr/share/doc/libadwaita-1/visual-index.html
/usr/share/doc/libadwaita-1/window-dark.png
/usr/share/doc/libadwaita-1/window-title-dark.png
/usr/share/doc/libadwaita-1/window-title.png
/usr/share/doc/libadwaita-1/window.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:57:54 2024