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

libhandy-devel-1.8.3-1.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libhandy-devel Distribution: openSUSE:Factory:zSystems
Version: 1.8.3 Vendor: openSUSE
Release: 1.2 Build date: Mon Feb 12 16:20:56 2024
Group: Development/Libraries/GNOME Build host: reproducible
Size: 9868003 Source RPM: libhandy-1.8.3-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gitlab.gnome.org/GNOME/libhandy
Summary: Source and header files for libhandy
This package provides the source and header files for writing
software using libhandy, a library to help with developing mobile UI
using GTK+/GNOME.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Mon Feb 12 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.8.3:
    + HdyStyleManager:
    - Support contrast setting in the settings portal.
    - Remove an extra unref.
    + Updated translations.
* Sun Mar 05 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.8.2:
    + Demo:
    - Correctly use GtkSwitch
    - Fix a GLib deprecation
    + Docs: Fix dependency names
    + HdyTabView:
    - Fix set_menu_model() input check
    - Fix a typo in docs
    + HdySwipeable: Fix get_swipe_area() fallback
    + Memory leak fixes
    + Updated translations.
* Wed Feb 01 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.8.1:
    + Fix double click handling for HdyWindowHandle and HdyHeaderBar.
    + Updated translations.
* Thu Sep 15 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.8.0:
    + Updated translations.
* Fri Aug 05 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.7.90:
    + Remove unnecessary cast in HdyPreferencesGroup.
    + Updated translations.
* Sun Jul 17 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.7.0:
    + HdyDeck: Remove a non-existent property mention.
    + HdyStyleManager:
    - Correctly reset the theme if we're not overriding it. Fixes
      switching away from HighContrast.
    - Fix a typo in docs.
    - Remove a leftover debug message.
    + Add environment variables to control styles from Builder.
* Sun Jul 10 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.6.3:
    + Remove a non-existent property mention from HdyDeck docs.
    + Remove a leftover debug message from HdySettings.
    + Updated translations.
* Sun Apr 24 2022 Dirk Müller <dmueller@suse.com>
  - Update to version 1.6.2:
    + Fix license in docs.
    + Fix a Meson error when using as a subproject.
    + Fix a typo in HdyStyleManager docs.
    + Updated translations.
* Fri Mar 18 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.6.1:
    + HdyStyleManager: Correctly reset the theme if we're not
      overriding it. Fixes switching away from HighContrast.
* Fri Mar 18 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.6.0:
    + Fix introspection-related build warnings.
    + AdwStyleManager: Make color-scheme work with GTK themes ending
      in -dark.
    + Updated translations.
* Mon Mar 07 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.5.91:
    + HdyAvatar: Fix invalid UTF-8 handling.
    + HdyStyleManager: Don't disable non-CSS animations during style
      changes.
    + Fix carousel indicator sizing.
* Fri Feb 11 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.5.90:
    + Documentation:
    - Port to gi-docgen
    - Use "Since: 1.0" for pre-1.0 symbols
    - Various cleanups and consistency updates
    + Demo:
    - Fix keyboard navigation
    - Don't make rows containing buttons activatable
    - Set minimum width on the view switcher window
    + HdyCarousel: Properly remove mouse wheel timer
    + HdyClamp: Fix measuring
    + HdyKeypad: Fix keyboard navigation
    + HdyStyleManager: Properly reset animations after style changes
    + HdySwipeTracker: Fix a runtime warning
    + HdyTabView: Propagate Alt+[0-9] when trying to switch to the
      selected tab
    + HdyViewSwitcher: Properly center button labels
    + Build and CI cleanups
    + Remove unused distro packaging
    + Updated translations.
  - Replace gtk-doc with pkgconfig(gi-docgen) BuildRequires following
    upstreams port.
* Fri Nov 12 2021 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.5.0:
    + Introduce HdyStyleManager for managing color schemes
      (light/dark) and high contrast mode.
    - Support the cross-platform color scheme preference in the
      settings portal.
    + HdyPreferencesPage: Remove adaptive margins to fix default
      window sizes.
    + HdyTabBar: Handle middle click on button release rather than
      press.
    + Various memory leak fixes.
    + Updated translations.
  - Use ldconfig_scriptlets macro for post(un) handling.
* Thu Nov 04 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Stop passing the no longer user nor recognized option
    static=false to meson.
* Mon Sep 06 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.4.0:
    + Updated translations.
* Thu Sep 02 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.3.90:
    + HdyAvatar: Fix giving it the .image style class when needed.
    + HdyCarousel:
    - Add the allow-scroll-wheel property.
    - Fix the child size allocation.
    + HdyPreferencesGroup: Add the use-markup property.
    + Deprecate HdySwipeGroup and HdyTitleBar.
    + Fix translations by setting the translation domain in UI files.
    + Updated translations.
  - Move to regular tarballs: drop _service file.
* Mon Jun 21 2021 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.2.3:
    + HdySqueezer: Fix a size allocation issue.
    + HdyTabBar: Fix a leak.
    + HdyAvatar: Fix getting the pixbuf from the avatar.
    + HdyClamp: Fix using "size" and not "width" in the
      documentation.
    + HdyDeck and HdyLeaflet: Null check a child before using it when
      looking for a swipeable one.
    + Specify the translation domain in UI files.
    + Remove some unused code.
    + Updated translations.
* Fri Apr 30 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.2.2:
    + HdySqueezer:
    - Make the vertical orientation work.
    - Fix usage of xalign with RTL.
    + HdyComboRow: Focus selected row when opening the popover.
    + HdyAvatar: Fix a crash when loading icons.
    + Demo: Fix RTL sidebar icons.
* Sat Apr 17 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.2.1:
    + hdydeck and hdyleaflet:
    - Skip the unfolded allocation phase if there are no visible
      children, fixing a crash.
    - Fix the reverse child order.
    + hdyheaderbar: stop force centering an expanded title when
      loose.
    + hdyflap: fix shadow glitches on flap child resizes.
    + hdypreferenceswindow:
    - give the window the .preferences style class.
    - make the search results page's margins adaptive.
    + demo: fix a memory leak in the view switcher demo.
    + meson: avoid trailing slashes in directories if package_subdir
      is empty.
* Wed Mar 17 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.2.0:
    + Fix deprecation warnings when including handy.h.
    + Fix warnings with -Wmissing-field-initializers.
    + Fix warnings with --buildtype=optimized.
    + Fix a crash when subclassing HdyPreferencesGroup.
    + Fix a build reproducibility issue by using basenames rather
      than full paths in generated sources.
    + Updated translations.
* Mon Feb 15 2021 Callum Farmer <gmbr3@opensuse.org>
  - Update to version 1.1.90:
    + Add HdyFlap, allowing to have adaptive tab bars and header
      bars.
    + Add HdyTabBar and HdyTabView, offering a modern tab bar.
    + Add HdyStatusPage, a convenient widget for welcome pages, empty
      state pages, or error pages.
    + HdyAvatar:
    - Add the loadable  -icon property to allow setting a
      GLoadableIcon as the avatar picture.
    - Deprecate hdy_avatar_set_image_load_func() in favor of the
      loadable  -icon property.
    - Add hdy_avatar_draw_to_pixbuf() and
      hdy_avatar_draw_to_pixbuf_async() to export the avatar as a
      GdkPixbuf.
    - Take CSS sizing properties into account.
    + HdyPreferencesWindow:
    - Use HdyStatusPage as the empty search result page to
      standardize the page's look.
    + HdyPreferencesPage:
    - Propagate the natural height of the scrolled content.
    - Make the scrolled window automatically follow the focus.
    - Implement the margins via CSS so applications can override
      them.
    - Make the margins adapt to the available width.
    + HdyPreferencesGroup:
    - Allow navigating out of the listbox.
    - Wrap labels on words or characters, preventing long words
      from breaking the UI.
    - Take CSS sizing properties into account.
    - Implement the margins via CSS so applications can override
      them.
    - Refine the spacing.
    - Protect against gtk_widget_show_all().
    - Fix a leak when destroying the widget.
    - Add accessibility relationships for the title.
    + HdyClamp:
    - Fix measuring the widget even without a child.
    - Take CSS sizing properties into account.
    + HdyActionRow:
    - Add the title  -lines and subtitle  -lines properties to set
      the number of lines the title and subtitle should be limited
      to, 0 giving an unlimited lines number.
    - Wrap labels on words or characters, preventing long words
      from breaking the UI.
    - Document that hdy_action_row_get_icon_name() doesn't transfer
      string ownership.
    - Add accessibility relationships for the title.
    + HdyComboRow:
    - Fix showing the checkmark on the right item.
    - Use object  -select  -symbolic instead of emblem  -ok
    - symbolic as the selected item checkmark icon, as it is more
      semantically correct.
    + HdySwipeTracker:
    - Add the allow  -long  -swipes property to allow swiping more
      than one snap point at a time.
    - Calculate the velocity with a scroll history to gain
      precision.
    - Fix coordinate transformation for scrolling.
    - Don't leak the current event.
    + HdyCarousel:
    - Add the allow  -long  -swipes property to allow swiping more
      than one child at a time.
    - Fix a size invalidation issue.
    + HdyDeck:
    - Add the hdy_deck_prepend(), hdy_deck_insert_child_after(),
      and hdy_deck_reorder_child_after() methods.
    - Increase the edge swipe area from 16px to 32px.
    - Fix the ntural size calculation.
    + HdyLeaflet:
    - Add the hdy_leaflet_prepend(),
      hdy_leaflet_insert_child_after(), and
      hdy_leaflet_reorder_child_after() methods.
    - Increase the edge swipe area from 16px to 32px.
    + HdyKeypad:
    - Beep when typing invalid characters.
    - Allow pasting and erasing text in the entry.
    - Fix allowing + when symbols are visible instead of hidden.
    + Updated translations.

Files

/usr/include/libhandy-1
/usr/include/libhandy-1/handy.h
/usr/include/libhandy-1/hdy-action-row.h
/usr/include/libhandy-1/hdy-animation.h
/usr/include/libhandy-1/hdy-application-window.h
/usr/include/libhandy-1/hdy-avatar.h
/usr/include/libhandy-1/hdy-carousel-indicator-dots.h
/usr/include/libhandy-1/hdy-carousel-indicator-lines.h
/usr/include/libhandy-1/hdy-carousel.h
/usr/include/libhandy-1/hdy-clamp.h
/usr/include/libhandy-1/hdy-combo-row.h
/usr/include/libhandy-1/hdy-deck.h
/usr/include/libhandy-1/hdy-enum-value-object.h
/usr/include/libhandy-1/hdy-enums.h
/usr/include/libhandy-1/hdy-expander-row.h
/usr/include/libhandy-1/hdy-flap.h
/usr/include/libhandy-1/hdy-header-bar.h
/usr/include/libhandy-1/hdy-header-group.h
/usr/include/libhandy-1/hdy-keypad.h
/usr/include/libhandy-1/hdy-leaflet.h
/usr/include/libhandy-1/hdy-main.h
/usr/include/libhandy-1/hdy-navigation-direction.h
/usr/include/libhandy-1/hdy-preferences-group.h
/usr/include/libhandy-1/hdy-preferences-page.h
/usr/include/libhandy-1/hdy-preferences-row.h
/usr/include/libhandy-1/hdy-preferences-window.h
/usr/include/libhandy-1/hdy-search-bar.h
/usr/include/libhandy-1/hdy-squeezer.h
/usr/include/libhandy-1/hdy-status-page.h
/usr/include/libhandy-1/hdy-style-manager.h
/usr/include/libhandy-1/hdy-swipe-group.h
/usr/include/libhandy-1/hdy-swipe-tracker.h
/usr/include/libhandy-1/hdy-swipeable.h
/usr/include/libhandy-1/hdy-tab-bar.h
/usr/include/libhandy-1/hdy-tab-view.h
/usr/include/libhandy-1/hdy-title-bar.h
/usr/include/libhandy-1/hdy-types.h
/usr/include/libhandy-1/hdy-value-object.h
/usr/include/libhandy-1/hdy-version.h
/usr/include/libhandy-1/hdy-view-switcher-bar.h
/usr/include/libhandy-1/hdy-view-switcher-title.h
/usr/include/libhandy-1/hdy-view-switcher.h
/usr/include/libhandy-1/hdy-window-handle.h
/usr/include/libhandy-1/hdy-window.h
/usr/lib64/libhandy-1.so
/usr/lib64/pkgconfig/libhandy-1.pc
/usr/share/doc/libhandy-1
/usr/share/doc/libhandy-1/RedHatDisplay-Black.woff
/usr/share/doc/libhandy-1/RedHatDisplay-Black.woff2
/usr/share/doc/libhandy-1/RedHatDisplay-BlackItalic.woff
/usr/share/doc/libhandy-1/RedHatDisplay-BlackItalic.woff2
/usr/share/doc/libhandy-1/RedHatDisplay-Bold.woff
/usr/share/doc/libhandy-1/RedHatDisplay-Bold.woff2
/usr/share/doc/libhandy-1/RedHatDisplay-BoldItalic.woff
/usr/share/doc/libhandy-1/RedHatDisplay-BoldItalic.woff2
/usr/share/doc/libhandy-1/RedHatDisplay-Italic.woff
/usr/share/doc/libhandy-1/RedHatDisplay-Italic.woff2
/usr/share/doc/libhandy-1/RedHatDisplay-Medium.woff
/usr/share/doc/libhandy-1/RedHatDisplay-Medium.woff2
/usr/share/doc/libhandy-1/RedHatDisplay-MediumItalic.woff
/usr/share/doc/libhandy-1/RedHatDisplay-MediumItalic.woff2
/usr/share/doc/libhandy-1/RedHatDisplay-Regular.woff
/usr/share/doc/libhandy-1/RedHatDisplay-Regular.woff2
/usr/share/doc/libhandy-1/RedHatText-Bold.woff
/usr/share/doc/libhandy-1/RedHatText-Bold.woff2
/usr/share/doc/libhandy-1/RedHatText-BoldItalic.woff
/usr/share/doc/libhandy-1/RedHatText-BoldItalic.woff2
/usr/share/doc/libhandy-1/RedHatText-Italic.woff
/usr/share/doc/libhandy-1/RedHatText-Italic.woff2
/usr/share/doc/libhandy-1/RedHatText-Medium.woff
/usr/share/doc/libhandy-1/RedHatText-Medium.woff2
/usr/share/doc/libhandy-1/RedHatText-MediumItalic.woff
/usr/share/doc/libhandy-1/RedHatText-MediumItalic.woff2
/usr/share/doc/libhandy-1/RedHatText-Regular.woff
/usr/share/doc/libhandy-1/RedHatText-Regular.woff2
/usr/share/doc/libhandy-1/SourceCodePro-It.ttf.woff
/usr/share/doc/libhandy-1/SourceCodePro-Regular.ttf.woff
/usr/share/doc/libhandy-1/SourceCodePro-Semibold.ttf.woff
/usr/share/doc/libhandy-1/avatar.png
/usr/share/doc/libhandy-1/build-howto.html
/usr/share/doc/libhandy-1/callback.AvatarImageLoadFunc.html
/usr/share/doc/libhandy-1/callback.ComboRowGetEnumValueNameFunc.html
/usr/share/doc/libhandy-1/callback.ComboRowGetNameFunc.html
/usr/share/doc/libhandy-1/class.ActionRow.html
/usr/share/doc/libhandy-1/class.ApplicationWindow.html
/usr/share/doc/libhandy-1/class.Avatar.html
/usr/share/doc/libhandy-1/class.Carousel.html
/usr/share/doc/libhandy-1/class.CarouselIndicatorDots.html
/usr/share/doc/libhandy-1/class.CarouselIndicatorLines.html
/usr/share/doc/libhandy-1/class.Clamp.html
/usr/share/doc/libhandy-1/class.ComboRow.html
/usr/share/doc/libhandy-1/class.Deck.html
/usr/share/doc/libhandy-1/class.EnumValueObject.html
/usr/share/doc/libhandy-1/class.ExpanderRow.html
/usr/share/doc/libhandy-1/class.Flap.html
/usr/share/doc/libhandy-1/class.HeaderBar.html
/usr/share/doc/libhandy-1/class.HeaderGroup.html
/usr/share/doc/libhandy-1/class.HeaderGroupChild.html
/usr/share/doc/libhandy-1/class.Keypad.html
/usr/share/doc/libhandy-1/class.Leaflet.html
/usr/share/doc/libhandy-1/class.PreferencesGroup.html
/usr/share/doc/libhandy-1/class.PreferencesPage.html
/usr/share/doc/libhandy-1/class.PreferencesRow.html
/usr/share/doc/libhandy-1/class.PreferencesWindow.html
/usr/share/doc/libhandy-1/class.SearchBar.html
/usr/share/doc/libhandy-1/class.Squeezer.html
/usr/share/doc/libhandy-1/class.StatusPage.html
/usr/share/doc/libhandy-1/class.StyleManager.html
/usr/share/doc/libhandy-1/class.SwipeGroup.html
/usr/share/doc/libhandy-1/class.SwipeTracker.html
/usr/share/doc/libhandy-1/class.TabBar.html
/usr/share/doc/libhandy-1/class.TabPage.html
/usr/share/doc/libhandy-1/class.TabView.html
/usr/share/doc/libhandy-1/class.TitleBar.html
/usr/share/doc/libhandy-1/class.ValueObject.html
/usr/share/doc/libhandy-1/class.ViewSwitcher.html
/usr/share/doc/libhandy-1/class.ViewSwitcherBar.html
/usr/share/doc/libhandy-1/class.ViewSwitcherTitle.html
/usr/share/doc/libhandy-1/class.Window.html
/usr/share/doc/libhandy-1/class.WindowHandle.html
/usr/share/doc/libhandy-1/classes_hierarchy.html
/usr/share/doc/libhandy-1/ctor.ActionRow.new.html
/usr/share/doc/libhandy-1/ctor.ApplicationWindow.new.html
/usr/share/doc/libhandy-1/ctor.Avatar.new.html
/usr/share/doc/libhandy-1/ctor.Carousel.new.html
/usr/share/doc/libhandy-1/ctor.CarouselIndicatorDots.new.html
/usr/share/doc/libhandy-1/ctor.CarouselIndicatorLines.new.html
/usr/share/doc/libhandy-1/ctor.Clamp.new.html
/usr/share/doc/libhandy-1/ctor.ComboRow.new.html
/usr/share/doc/libhandy-1/ctor.Deck.new.html
/usr/share/doc/libhandy-1/ctor.EnumValueObject.new.html
/usr/share/doc/libhandy-1/ctor.ExpanderRow.new.html
/usr/share/doc/libhandy-1/ctor.Flap.new.html
/usr/share/doc/libhandy-1/ctor.HeaderBar.new.html
/usr/share/doc/libhandy-1/ctor.HeaderGroup.new.html
/usr/share/doc/libhandy-1/ctor.Keypad.new.html
/usr/share/doc/libhandy-1/ctor.Leaflet.new.html
/usr/share/doc/libhandy-1/ctor.PreferencesGroup.new.html
/usr/share/doc/libhandy-1/ctor.PreferencesPage.new.html
/usr/share/doc/libhandy-1/ctor.PreferencesRow.new.html
/usr/share/doc/libhandy-1/ctor.PreferencesWindow.new.html
/usr/share/doc/libhandy-1/ctor.SearchBar.new.html
/usr/share/doc/libhandy-1/ctor.Squeezer.new.html
/usr/share/doc/libhandy-1/ctor.StatusPage.new.html
/usr/share/doc/libhandy-1/ctor.SwipeGroup.new.html
/usr/share/doc/libhandy-1/ctor.SwipeTracker.new.html
/usr/share/doc/libhandy-1/ctor.TabBar.new.html
/usr/share/doc/libhandy-1/ctor.TabView.new.html
/usr/share/doc/libhandy-1/ctor.TitleBar.new.html
/usr/share/doc/libhandy-1/ctor.ValueObject.new.html
/usr/share/doc/libhandy-1/ctor.ValueObject.new_collect.html
/usr/share/doc/libhandy-1/ctor.ValueObject.new_string.html
/usr/share/doc/libhandy-1/ctor.ValueObject.new_take_string.html
/usr/share/doc/libhandy-1/ctor.ViewSwitcher.new.html
/usr/share/doc/libhandy-1/ctor.ViewSwitcherBar.new.html
/usr/share/doc/libhandy-1/ctor.ViewSwitcherTitle.new.html
/usr/share/doc/libhandy-1/ctor.Window.new.html
/usr/share/doc/libhandy-1/ctor.WindowHandle.new.html
/usr/share/doc/libhandy-1/enum.CenteringPolicy.html
/usr/share/doc/libhandy-1/enum.ColorScheme.html
/usr/share/doc/libhandy-1/enum.DeckTransitionType.html
/usr/share/doc/libhandy-1/enum.FlapFoldPolicy.html
/usr/share/doc/libhandy-1/enum.FlapTransitionType.html
/usr/share/doc/libhandy-1/enum.HeaderGroupChildType.html
/usr/share/doc/libhandy-1/enum.LeafletTransitionType.html
/usr/share/doc/libhandy-1/enum.NavigationDirection.html
/usr/share/doc/libhandy-1/enum.SqueezerTransitionType.html
/usr/share/doc/libhandy-1/enum.ViewSwitcherPolicy.html
/usr/share/doc/libhandy-1/fonts.css
/usr/share/doc/libhandy-1/func.ease_out_cubic.html
/usr/share/doc/libhandy-1/func.enum_value_row_name.html
/usr/share/doc/libhandy-1/func.get_enable_animations.html
/usr/share/doc/libhandy-1/func.init.html
/usr/share/doc/libhandy-1/fzy.js
/usr/share/doc/libhandy-1/go-up-symbolic.png
/usr/share/doc/libhandy-1/hdy-migrating-0-0-to-1.html
/usr/share/doc/libhandy-1/header-bar.png
/usr/share/doc/libhandy-1/iface.Swipeable.html
/usr/share/doc/libhandy-1/index.html
/usr/share/doc/libhandy-1/index.json
/usr/share/doc/libhandy-1/keypad.png
/usr/share/doc/libhandy-1/libhandy-1.devhelp2
/usr/share/doc/libhandy-1/libhandy.svg
/usr/share/doc/libhandy-1/list.png
/usr/share/doc/libhandy-1/main.js
/usr/share/doc/libhandy-1/method.ActionRow.activate.html
/usr/share/doc/libhandy-1/method.ActionRow.add_prefix.html
/usr/share/doc/libhandy-1/method.ActionRow.get_activatable_widget.html
/usr/share/doc/libhandy-1/method.ActionRow.get_icon_name.html
/usr/share/doc/libhandy-1/method.ActionRow.get_subtitle.html
/usr/share/doc/libhandy-1/method.ActionRow.get_subtitle_lines.html
/usr/share/doc/libhandy-1/method.ActionRow.get_title_lines.html
/usr/share/doc/libhandy-1/method.ActionRow.get_use_underline.html
/usr/share/doc/libhandy-1/method.ActionRow.set_activatable_widget.html
/usr/share/doc/libhandy-1/method.ActionRow.set_icon_name.html
/usr/share/doc/libhandy-1/method.ActionRow.set_subtitle.html
/usr/share/doc/libhandy-1/method.ActionRow.set_subtitle_lines.html
/usr/share/doc/libhandy-1/method.ActionRow.set_title_lines.html
/usr/share/doc/libhandy-1/method.ActionRow.set_use_underline.html
/usr/share/doc/libhandy-1/method.Avatar.draw_to_pixbuf.html
/usr/share/doc/libhandy-1/method.Avatar.draw_to_pixbuf_async.html
/usr/share/doc/libhandy-1/method.Avatar.draw_to_pixbuf_finish.html
/usr/share/doc/libhandy-1/method.Avatar.get_icon_name.html
/usr/share/doc/libhandy-1/method.Avatar.get_loadable_icon.html
/usr/share/doc/libhandy-1/method.Avatar.get_show_initials.html
/usr/share/doc/libhandy-1/method.Avatar.get_size.html
/usr/share/doc/libhandy-1/method.Avatar.get_text.html
/usr/share/doc/libhandy-1/method.Avatar.set_icon_name.html
/usr/share/doc/libhandy-1/method.Avatar.set_image_load_func.html
/usr/share/doc/libhandy-1/method.Avatar.set_loadable_icon.html
/usr/share/doc/libhandy-1/method.Avatar.set_show_initials.html
/usr/share/doc/libhandy-1/method.Avatar.set_size.html
/usr/share/doc/libhandy-1/method.Avatar.set_text.html
/usr/share/doc/libhandy-1/method.Carousel.get_allow_long_swipes.html
/usr/share/doc/libhandy-1/method.Carousel.get_allow_mouse_drag.html
/usr/share/doc/libhandy-1/method.Carousel.get_allow_scroll_wheel.html
/usr/share/doc/libhandy-1/method.Carousel.get_animation_duration.html
/usr/share/doc/libhandy-1/method.Carousel.get_interactive.html
/usr/share/doc/libhandy-1/method.Carousel.get_n_pages.html
/usr/share/doc/libhandy-1/method.Carousel.get_position.html
/usr/share/doc/libhandy-1/method.Carousel.get_reveal_duration.html
/usr/share/doc/libhandy-1/method.Carousel.get_spacing.html
/usr/share/doc/libhandy-1/method.Carousel.insert.html
/usr/share/doc/libhandy-1/method.Carousel.prepend.html
/usr/share/doc/libhandy-1/method.Carousel.reorder.html
/usr/share/doc/libhandy-1/method.Carousel.scroll_to.html
/usr/share/doc/libhandy-1/method.Carousel.scroll_to_full.html
/usr/share/doc/libhandy-1/method.Carousel.set_allow_long_swipes.html
/usr/share/doc/libhandy-1/method.Carousel.set_allow_mouse_drag.html
/usr/share/doc/libhandy-1/method.Carousel.set_allow_scroll_wheel.html
/usr/share/doc/libhandy-1/method.Carousel.set_animation_duration.html
/usr/share/doc/libhandy-1/method.Carousel.set_interactive.html
/usr/share/doc/libhandy-1/method.Carousel.set_reveal_duration.html
/usr/share/doc/libhandy-1/method.Carousel.set_spacing.html
/usr/share/doc/libhandy-1/method.CarouselIndicatorDots.get_carousel.html
/usr/share/doc/libhandy-1/method.CarouselIndicatorDots.set_carousel.html
/usr/share/doc/libhandy-1/method.CarouselIndicatorLines.get_carousel.html
/usr/share/doc/libhandy-1/method.CarouselIndicatorLines.set_carousel.html
/usr/share/doc/libhandy-1/method.Clamp.get_maximum_size.html
/usr/share/doc/libhandy-1/method.Clamp.get_tightening_threshold.html
/usr/share/doc/libhandy-1/method.Clamp.set_maximum_size.html
/usr/share/doc/libhandy-1/method.Clamp.set_tightening_threshold.html
/usr/share/doc/libhandy-1/method.ComboRow.bind_model.html
/usr/share/doc/libhandy-1/method.ComboRow.bind_name_model.html
/usr/share/doc/libhandy-1/method.ComboRow.get_model.html
/usr/share/doc/libhandy-1/method.ComboRow.get_selected_index.html
/usr/share/doc/libhandy-1/method.ComboRow.get_use_subtitle.html
/usr/share/doc/libhandy-1/method.ComboRow.set_for_enum.html
/usr/share/doc/libhandy-1/method.ComboRow.set_get_name_func.html
/usr/share/doc/libhandy-1/method.ComboRow.set_selected_index.html
/usr/share/doc/libhandy-1/method.ComboRow.set_use_subtitle.html
/usr/share/doc/libhandy-1/method.Deck.get_adjacent_child.html
/usr/share/doc/libhandy-1/method.Deck.get_can_swipe_back.html
/usr/share/doc/libhandy-1/method.Deck.get_can_swipe_forward.html
/usr/share/doc/libhandy-1/method.Deck.get_child_by_name.html
/usr/share/doc/libhandy-1/method.Deck.get_homogeneous.html
/usr/share/doc/libhandy-1/method.Deck.get_interpolate_size.html
/usr/share/doc/libhandy-1/method.Deck.get_transition_duration.html
/usr/share/doc/libhandy-1/method.Deck.get_transition_running.html
/usr/share/doc/libhandy-1/method.Deck.get_transition_type.html
/usr/share/doc/libhandy-1/method.Deck.get_visible_child.html
/usr/share/doc/libhandy-1/method.Deck.get_visible_child_name.html
/usr/share/doc/libhandy-1/method.Deck.insert_child_after.html
/usr/share/doc/libhandy-1/method.Deck.navigate.html
/usr/share/doc/libhandy-1/method.Deck.prepend.html
/usr/share/doc/libhandy-1/method.Deck.reorder_child_after.html
/usr/share/doc/libhandy-1/method.Deck.set_can_swipe_back.html
/usr/share/doc/libhandy-1/method.Deck.set_can_swipe_forward.html
/usr/share/doc/libhandy-1/method.Deck.set_homogeneous.html
/usr/share/doc/libhandy-1/method.Deck.set_interpolate_size.html
/usr/share/doc/libhandy-1/method.Deck.set_transition_duration.html
/usr/share/doc/libhandy-1/method.Deck.set_transition_type.html
/usr/share/doc/libhandy-1/method.Deck.set_visible_child.html
/usr/share/doc/libhandy-1/method.Deck.set_visible_child_name.html
/usr/share/doc/libhandy-1/method.EnumValueObject.get_name.html
/usr/share/doc/libhandy-1/method.EnumValueObject.get_nick.html
/usr/share/doc/libhandy-1/method.EnumValueObject.get_value.html
/usr/share/doc/libhandy-1/method.ExpanderRow.add_action.html
/usr/share/doc/libhandy-1/method.ExpanderRow.add_prefix.html
/usr/share/doc/libhandy-1/method.ExpanderRow.get_enable_expansion.html
/usr/share/doc/libhandy-1/method.ExpanderRow.get_expanded.html
/usr/share/doc/libhandy-1/method.ExpanderRow.get_icon_name.html
/usr/share/doc/libhandy-1/method.ExpanderRow.get_show_enable_switch.html
/usr/share/doc/libhandy-1/method.ExpanderRow.get_subtitle.html
/usr/share/doc/libhandy-1/method.ExpanderRow.get_use_underline.html
/usr/share/doc/libhandy-1/method.ExpanderRow.set_enable_expansion.html
/usr/share/doc/libhandy-1/method.ExpanderRow.set_expanded.html
/usr/share/doc/libhandy-1/method.ExpanderRow.set_icon_name.html
/usr/share/doc/libhandy-1/method.ExpanderRow.set_show_enable_switch.html
/usr/share/doc/libhandy-1/method.ExpanderRow.set_subtitle.html
/usr/share/doc/libhandy-1/method.ExpanderRow.set_use_underline.html
/usr/share/doc/libhandy-1/method.Flap.get_content.html
/usr/share/doc/libhandy-1/method.Flap.get_flap.html
/usr/share/doc/libhandy-1/method.Flap.get_flap_position.html
/usr/share/doc/libhandy-1/method.Flap.get_fold_duration.html
/usr/share/doc/libhandy-1/method.Flap.get_fold_policy.html
/usr/share/doc/libhandy-1/method.Flap.get_folded.html
/usr/share/doc/libhandy-1/method.Flap.get_locked.html
/usr/share/doc/libhandy-1/method.Flap.get_modal.html
/usr/share/doc/libhandy-1/method.Flap.get_reveal_duration.html
/usr/share/doc/libhandy-1/method.Flap.get_reveal_flap.html
/usr/share/doc/libhandy-1/method.Flap.get_reveal_progress.html
/usr/share/doc/libhandy-1/method.Flap.get_separator.html
/usr/share/doc/libhandy-1/method.Flap.get_swipe_to_close.html
/usr/share/doc/libhandy-1/method.Flap.get_swipe_to_open.html
/usr/share/doc/libhandy-1/method.Flap.get_transition_type.html
/usr/share/doc/libhandy-1/method.Flap.set_content.html
/usr/share/doc/libhandy-1/method.Flap.set_flap.html
/usr/share/doc/libhandy-1/method.Flap.set_flap_position.html
/usr/share/doc/libhandy-1/method.Flap.set_fold_duration.html
/usr/share/doc/libhandy-1/method.Flap.set_fold_policy.html
/usr/share/doc/libhandy-1/method.Flap.set_locked.html
/usr/share/doc/libhandy-1/method.Flap.set_modal.html
/usr/share/doc/libhandy-1/method.Flap.set_reveal_duration.html
/usr/share/doc/libhandy-1/method.Flap.set_reveal_flap.html
/usr/share/doc/libhandy-1/method.Flap.set_separator.html
/usr/share/doc/libhandy-1/method.Flap.set_swipe_to_close.html
/usr/share/doc/libhandy-1/method.Flap.set_swipe_to_open.html
/usr/share/doc/libhandy-1/method.Flap.set_transition_type.html
/usr/share/doc/libhandy-1/method.HeaderBar.get_centering_policy.html
/usr/share/doc/libhandy-1/method.HeaderBar.get_custom_title.html
/usr/share/doc/libhandy-1/method.HeaderBar.get_decoration_layout.html
/usr/share/doc/libhandy-1/method.HeaderBar.get_has_subtitle.html
/usr/share/doc/libhandy-1/method.HeaderBar.get_interpolate_size.html
/usr/share/doc/libhandy-1/method.HeaderBar.get_show_close_button.html
/usr/share/doc/libhandy-1/method.HeaderBar.get_subtitle.html
/usr/share/doc/libhandy-1/method.HeaderBar.get_title.html
/usr/share/doc/libhandy-1/method.HeaderBar.get_transition_duration.html
/usr/share/doc/libhandy-1/method.HeaderBar.get_transition_running.html
/usr/share/doc/libhandy-1/method.HeaderBar.pack_end.html
/usr/share/doc/libhandy-1/method.HeaderBar.pack_start.html
/usr/share/doc/libhandy-1/method.HeaderBar.set_centering_policy.html
/usr/share/doc/libhandy-1/method.HeaderBar.set_custom_title.html
/usr/share/doc/libhandy-1/method.HeaderBar.set_decoration_layout.html
/usr/share/doc/libhandy-1/method.HeaderBar.set_has_subtitle.html
/usr/share/doc/libhandy-1/method.HeaderBar.set_interpolate_size.html
/usr/share/doc/libhandy-1/method.HeaderBar.set_show_close_button.html
/usr/share/doc/libhandy-1/method.HeaderBar.set_subtitle.html
/usr/share/doc/libhandy-1/method.HeaderBar.set_title.html
/usr/share/doc/libhandy-1/method.HeaderBar.set_transition_duration.html
/usr/share/doc/libhandy-1/method.HeaderGroup.add_gtk_header_bar.html
/usr/share/doc/libhandy-1/method.HeaderGroup.add_header_bar.html
/usr/share/doc/libhandy-1/method.HeaderGroup.add_header_group.html
/usr/share/doc/libhandy-1/method.HeaderGroup.get_children.html
/usr/share/doc/libhandy-1/method.HeaderGroup.get_decorate_all.html
/usr/share/doc/libhandy-1/method.HeaderGroup.remove_child.html
/usr/share/doc/libhandy-1/method.HeaderGroup.remove_gtk_header_bar.html
/usr/share/doc/libhandy-1/method.HeaderGroup.remove_header_bar.html
/usr/share/doc/libhandy-1/method.HeaderGroup.remove_header_group.html
/usr/share/doc/libhandy-1/method.HeaderGroup.set_decorate_all.html
/usr/share/doc/libhandy-1/method.HeaderGroupChild.get_child_type.html
/usr/share/doc/libhandy-1/method.HeaderGroupChild.get_gtk_header_bar.html
/usr/share/doc/libhandy-1/method.HeaderGroupChild.get_header_bar.html
/usr/share/doc/libhandy-1/method.HeaderGroupChild.get_header_group.html
/usr/share/doc/libhandy-1/method.Keypad.get_column_spacing.html
/usr/share/doc/libhandy-1/method.Keypad.get_end_action.html
/usr/share/doc/libhandy-1/method.Keypad.get_entry.html
/usr/share/doc/libhandy-1/method.Keypad.get_letters_visible.html
/usr/share/doc/libhandy-1/method.Keypad.get_row_spacing.html
/usr/share/doc/libhandy-1/method.Keypad.get_start_action.html
/usr/share/doc/libhandy-1/method.Keypad.get_symbols_visible.html
/usr/share/doc/libhandy-1/method.Keypad.set_column_spacing.html
/usr/share/doc/libhandy-1/method.Keypad.set_end_action.html
/usr/share/doc/libhandy-1/method.Keypad.set_entry.html
/usr/share/doc/libhandy-1/method.Keypad.set_letters_visible.html
/usr/share/doc/libhandy-1/method.Keypad.set_row_spacing.html
/usr/share/doc/libhandy-1/method.Keypad.set_start_action.html
/usr/share/doc/libhandy-1/method.Keypad.set_symbols_visible.html
/usr/share/doc/libhandy-1/method.Leaflet.get_adjacent_child.html
/usr/share/doc/libhandy-1/method.Leaflet.get_can_swipe_back.html
/usr/share/doc/libhandy-1/method.Leaflet.get_can_swipe_forward.html
/usr/share/doc/libhandy-1/method.Leaflet.get_child_by_name.html
/usr/share/doc/libhandy-1/method.Leaflet.get_child_transition_duration.html
/usr/share/doc/libhandy-1/method.Leaflet.get_child_transition_running.html
/usr/share/doc/libhandy-1/method.Leaflet.get_folded.html
/usr/share/doc/libhandy-1/method.Leaflet.get_homogeneous.html
/usr/share/doc/libhandy-1/method.Leaflet.get_interpolate_size.html
/usr/share/doc/libhandy-1/method.Leaflet.get_mode_transition_duration.html
/usr/share/doc/libhandy-1/method.Leaflet.get_transition_type.html
/usr/share/doc/libhandy-1/method.Leaflet.get_visible_child.html
/usr/share/doc/libhandy-1/method.Leaflet.get_visible_child_name.html
/usr/share/doc/libhandy-1/method.Leaflet.insert_child_after.html
/usr/share/doc/libhandy-1/method.Leaflet.navigate.html
/usr/share/doc/libhandy-1/method.Leaflet.prepend.html
/usr/share/doc/libhandy-1/method.Leaflet.reorder_child_after.html
/usr/share/doc/libhandy-1/method.Leaflet.set_can_swipe_back.html
/usr/share/doc/libhandy-1/method.Leaflet.set_can_swipe_forward.html
/usr/share/doc/libhandy-1/method.Leaflet.set_child_transition_duration.html
/usr/share/doc/libhandy-1/method.Leaflet.set_homogeneous.html
/usr/share/doc/libhandy-1/method.Leaflet.set_interpolate_size.html
/usr/share/doc/libhandy-1/method.Leaflet.set_mode_transition_duration.html
/usr/share/doc/libhandy-1/method.Leaflet.set_transition_type.html
/usr/share/doc/libhandy-1/method.Leaflet.set_visible_child.html
/usr/share/doc/libhandy-1/method.Leaflet.set_visible_child_name.html
/usr/share/doc/libhandy-1/method.PreferencesGroup.get_description.html
/usr/share/doc/libhandy-1/method.PreferencesGroup.get_title.html
/usr/share/doc/libhandy-1/method.PreferencesGroup.get_use_markup.html
/usr/share/doc/libhandy-1/method.PreferencesGroup.set_description.html
/usr/share/doc/libhandy-1/method.PreferencesGroup.set_title.html
/usr/share/doc/libhandy-1/method.PreferencesGroup.set_use_markup.html
/usr/share/doc/libhandy-1/method.PreferencesPage.get_icon_name.html
/usr/share/doc/libhandy-1/method.PreferencesPage.get_title.html
/usr/share/doc/libhandy-1/method.PreferencesPage.set_icon_name.html
/usr/share/doc/libhandy-1/method.PreferencesPage.set_title.html
/usr/share/doc/libhandy-1/method.PreferencesRow.get_title.html
/usr/share/doc/libhandy-1/method.PreferencesRow.get_use_underline.html
/usr/share/doc/libhandy-1/method.PreferencesRow.set_title.html
/usr/share/doc/libhandy-1/method.PreferencesRow.set_use_underline.html
/usr/share/doc/libhandy-1/method.PreferencesWindow.close_subpage.html
/usr/share/doc/libhandy-1/method.PreferencesWindow.get_can_swipe_back.html
/usr/share/doc/libhandy-1/method.PreferencesWindow.get_search_enabled.html
/usr/share/doc/libhandy-1/method.PreferencesWindow.present_subpage.html
/usr/share/doc/libhandy-1/method.PreferencesWindow.set_can_swipe_back.html
/usr/share/doc/libhandy-1/method.PreferencesWindow.set_search_enabled.html
/usr/share/doc/libhandy-1/method.SearchBar.connect_entry.html
/usr/share/doc/libhandy-1/method.SearchBar.get_search_mode.html
/usr/share/doc/libhandy-1/method.SearchBar.get_show_close_button.html
/usr/share/doc/libhandy-1/method.SearchBar.handle_event.html
/usr/share/doc/libhandy-1/method.SearchBar.set_search_mode.html
/usr/share/doc/libhandy-1/method.SearchBar.set_show_close_button.html
/usr/share/doc/libhandy-1/method.Squeezer.get_child_enabled.html
/usr/share/doc/libhandy-1/method.Squeezer.get_homogeneous.html
/usr/share/doc/libhandy-1/method.Squeezer.get_interpolate_size.html
/usr/share/doc/libhandy-1/method.Squeezer.get_transition_duration.html
/usr/share/doc/libhandy-1/method.Squeezer.get_transition_running.html
/usr/share/doc/libhandy-1/method.Squeezer.get_transition_type.html
/usr/share/doc/libhandy-1/method.Squeezer.get_visible_child.html
/usr/share/doc/libhandy-1/method.Squeezer.get_xalign.html
/usr/share/doc/libhandy-1/method.Squeezer.get_yalign.html
/usr/share/doc/libhandy-1/method.Squeezer.set_child_enabled.html
/usr/share/doc/libhandy-1/method.Squeezer.set_homogeneous.html
/usr/share/doc/libhandy-1/method.Squeezer.set_interpolate_size.html
/usr/share/doc/libhandy-1/method.Squeezer.set_transition_duration.html
/usr/share/doc/libhandy-1/method.Squeezer.set_transition_type.html
/usr/share/doc/libhandy-1/method.Squeezer.set_xalign.html
/usr/share/doc/libhandy-1/method.Squeezer.set_yalign.html
/usr/share/doc/libhandy-1/method.StatusPage.get_description.html
/usr/share/doc/libhandy-1/method.StatusPage.get_icon_name.html
/usr/share/doc/libhandy-1/method.StatusPage.get_title.html
/usr/share/doc/libhandy-1/method.StatusPage.set_description.html
/usr/share/doc/libhandy-1/method.StatusPage.set_icon_name.html
/usr/share/doc/libhandy-1/method.StatusPage.set_title.html
/usr/share/doc/libhandy-1/method.StyleManager.get_color_scheme.html
/usr/share/doc/libhandy-1/method.StyleManager.get_dark.html
/usr/share/doc/libhandy-1/method.StyleManager.get_display.html
/usr/share/doc/libhandy-1/method.StyleManager.get_high_contrast.html
/usr/share/doc/libhandy-1/method.StyleManager.get_system_supports_color_schemes.html
/usr/share/doc/libhandy-1/method.StyleManager.set_color_scheme.html
/usr/share/doc/libhandy-1/method.SwipeGroup.add_swipeable.html
/usr/share/doc/libhandy-1/method.SwipeGroup.get_swipeables.html
/usr/share/doc/libhandy-1/method.SwipeGroup.remove_swipeable.html
/usr/share/doc/libhandy-1/method.SwipeTracker.get_allow_long_swipes.html
/usr/share/doc/libhandy-1/method.SwipeTracker.get_allow_mouse_drag.html
/usr/share/doc/libhandy-1/method.SwipeTracker.get_enabled.html
/usr/share/doc/libhandy-1/method.SwipeTracker.get_reversed.html
/usr/share/doc/libhandy-1/method.SwipeTracker.get_swipeable.html
/usr/share/doc/libhandy-1/method.SwipeTracker.set_allow_long_swipes.html
/usr/share/doc/libhandy-1/method.SwipeTracker.set_allow_mouse_drag.html
/usr/share/doc/libhandy-1/method.SwipeTracker.set_enabled.html
/usr/share/doc/libhandy-1/method.SwipeTracker.set_reversed.html
/usr/share/doc/libhandy-1/method.SwipeTracker.shift_position.html
/usr/share/doc/libhandy-1/method.Swipeable.emit_child_switched.html
/usr/share/doc/libhandy-1/method.Swipeable.get_cancel_progress.html
/usr/share/doc/libhandy-1/method.Swipeable.get_distance.html
/usr/share/doc/libhandy-1/method.Swipeable.get_progress.html
/usr/share/doc/libhandy-1/method.Swipeable.get_snap_points.html
/usr/share/doc/libhandy-1/method.Swipeable.get_swipe_area.html
/usr/share/doc/libhandy-1/method.Swipeable.get_swipe_tracker.html
/usr/share/doc/libhandy-1/method.Swipeable.switch_child.html
/usr/share/doc/libhandy-1/method.TabBar.get_autohide.html
/usr/share/doc/libhandy-1/method.TabBar.get_end_action_widget.html
/usr/share/doc/libhandy-1/method.TabBar.get_expand_tabs.html
/usr/share/doc/libhandy-1/method.TabBar.get_extra_drag_dest_targets.html
/usr/share/doc/libhandy-1/method.TabBar.get_inverted.html
/usr/share/doc/libhandy-1/method.TabBar.get_is_overflowing.html
/usr/share/doc/libhandy-1/method.TabBar.get_start_action_widget.html
/usr/share/doc/libhandy-1/method.TabBar.get_tabs_revealed.html
/usr/share/doc/libhandy-1/method.TabBar.get_view.html
/usr/share/doc/libhandy-1/method.TabBar.set_autohide.html
/usr/share/doc/libhandy-1/method.TabBar.set_end_action_widget.html
/usr/share/doc/libhandy-1/method.TabBar.set_expand_tabs.html
/usr/share/doc/libhandy-1/method.TabBar.set_extra_drag_dest_targets.html
/usr/share/doc/libhandy-1/method.TabBar.set_inverted.html
/usr/share/doc/libhandy-1/method.TabBar.set_start_action_widget.html
/usr/share/doc/libhandy-1/method.TabBar.set_view.html
/usr/share/doc/libhandy-1/method.TabPage.get_child.html
/usr/share/doc/libhandy-1/method.TabPage.get_icon.html
/usr/share/doc/libhandy-1/method.TabPage.get_indicator_activatable.html
/usr/share/doc/libhandy-1/method.TabPage.get_indicator_icon.html
/usr/share/doc/libhandy-1/method.TabPage.get_loading.html
/usr/share/doc/libhandy-1/method.TabPage.get_needs_attention.html
/usr/share/doc/libhandy-1/method.TabPage.get_parent.html
/usr/share/doc/libhandy-1/method.TabPage.get_pinned.html
/usr/share/doc/libhandy-1/method.TabPage.get_selected.html
/usr/share/doc/libhandy-1/method.TabPage.get_title.html
/usr/share/doc/libhandy-1/method.TabPage.get_tooltip.html
/usr/share/doc/libhandy-1/method.TabPage.set_icon.html
/usr/share/doc/libhandy-1/method.TabPage.set_indicator_activatable.html
/usr/share/doc/libhandy-1/method.TabPage.set_indicator_icon.html
/usr/share/doc/libhandy-1/method.TabPage.set_loading.html
/usr/share/doc/libhandy-1/method.TabPage.set_needs_attention.html
/usr/share/doc/libhandy-1/method.TabPage.set_title.html
/usr/share/doc/libhandy-1/method.TabPage.set_tooltip.html
/usr/share/doc/libhandy-1/method.TabView.add_page.html
/usr/share/doc/libhandy-1/method.TabView.append.html
/usr/share/doc/libhandy-1/method.TabView.append_pinned.html
/usr/share/doc/libhandy-1/method.TabView.close_other_pages.html
/usr/share/doc/libhandy-1/method.TabView.close_page.html
/usr/share/doc/libhandy-1/method.TabView.close_page_finish.html
/usr/share/doc/libhandy-1/method.TabView.close_pages_after.html
/usr/share/doc/libhandy-1/method.TabView.close_pages_before.html
/usr/share/doc/libhandy-1/method.TabView.get_default_icon.html
/usr/share/doc/libhandy-1/method.TabView.get_is_transferring_page.html
/usr/share/doc/libhandy-1/method.TabView.get_menu_model.html
/usr/share/doc/libhandy-1/method.TabView.get_n_pages.html
/usr/share/doc/libhandy-1/method.TabView.get_n_pinned_pages.html
/usr/share/doc/libhandy-1/method.TabView.get_nth_page.html
/usr/share/doc/libhandy-1/method.TabView.get_page.html
/usr/share/doc/libhandy-1/method.TabView.get_page_position.html
/usr/share/doc/libhandy-1/method.TabView.get_pages.html
/usr/share/doc/libhandy-1/method.TabView.get_selected_page.html
/usr/share/doc/libhandy-1/method.TabView.get_shortcut_widget.html
/usr/share/doc/libhandy-1/method.TabView.insert.html
/usr/share/doc/libhandy-1/method.TabView.insert_pinned.html
/usr/share/doc/libhandy-1/method.TabView.prepend.html
/usr/share/doc/libhandy-1/method.TabView.prepend_pinned.html
/usr/share/doc/libhandy-1/method.TabView.reorder_backward.html
/usr/share/doc/libhandy-1/method.TabView.reorder_first.html
/usr/share/doc/libhandy-1/method.TabView.reorder_forward.html
/usr/share/doc/libhandy-1/method.TabView.reorder_last.html
/usr/share/doc/libhandy-1/method.TabView.reorder_page.html
/usr/share/doc/libhandy-1/method.TabView.select_next_page.html
/usr/share/doc/libhandy-1/method.TabView.select_previous_page.html
/usr/share/doc/libhandy-1/method.TabView.set_default_icon.html
/usr/share/doc/libhandy-1/method.TabView.set_menu_model.html
/usr/share/doc/libhandy-1/method.TabView.set_page_pinned.html
/usr/share/doc/libhandy-1/method.TabView.set_selected_page.html
/usr/share/doc/libhandy-1/method.TabView.set_shortcut_widget.html
/usr/share/doc/libhandy-1/method.TabView.transfer_page.html
/usr/share/doc/libhandy-1/method.TitleBar.get_selection_mode.html
/usr/share/doc/libhandy-1/method.TitleBar.set_selection_mode.html
/usr/share/doc/libhandy-1/method.ValueObject.copy_value.html
/usr/share/doc/libhandy-1/method.ValueObject.dup_string.html
/usr/share/doc/libhandy-1/method.ValueObject.get_string.html
/usr/share/doc/libhandy-1/method.ValueObject.get_value.html
/usr/share/doc/libhandy-1/method.ViewSwitcher.get_narrow_ellipsize.html
/usr/share/doc/libhandy-1/method.ViewSwitcher.get_policy.html
/usr/share/doc/libhandy-1/method.ViewSwitcher.get_stack.html
/usr/share/doc/libhandy-1/method.ViewSwitcher.set_narrow_ellipsize.html
/usr/share/doc/libhandy-1/method.ViewSwitcher.set_policy.html
/usr/share/doc/libhandy-1/method.ViewSwitcher.set_stack.html
/usr/share/doc/libhandy-1/method.ViewSwitcherBar.get_policy.html
/usr/share/doc/libhandy-1/method.ViewSwitcherBar.get_reveal.html
/usr/share/doc/libhandy-1/method.ViewSwitcherBar.get_stack.html
/usr/share/doc/libhandy-1/method.ViewSwitcherBar.set_policy.html
/usr/share/doc/libhandy-1/method.ViewSwitcherBar.set_reveal.html
/usr/share/doc/libhandy-1/method.ViewSwitcherBar.set_stack.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.get_policy.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.get_stack.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.get_subtitle.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.get_title.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.get_title_visible.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.get_view_switcher_enabled.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.set_policy.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.set_stack.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.set_subtitle.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.set_title.html
/usr/share/doc/libhandy-1/method.ViewSwitcherTitle.set_view_switcher_enabled.html
/usr/share/doc/libhandy-1/preferences-window.png
/usr/share/doc/libhandy-1/property.ActionRow.activatable-widget.html
/usr/share/doc/libhandy-1/property.ActionRow.icon-name.html
/usr/share/doc/libhandy-1/property.ActionRow.subtitle-lines.html
/usr/share/doc/libhandy-1/property.ActionRow.subtitle.html
/usr/share/doc/libhandy-1/property.ActionRow.title-lines.html
/usr/share/doc/libhandy-1/property.ActionRow.use-underline.html
/usr/share/doc/libhandy-1/property.Avatar.icon-name.html
/usr/share/doc/libhandy-1/property.Avatar.loadable-icon.html
/usr/share/doc/libhandy-1/property.Avatar.show-initials.html
/usr/share/doc/libhandy-1/property.Avatar.size.html
/usr/share/doc/libhandy-1/property.Avatar.text.html
/usr/share/doc/libhandy-1/property.Carousel.allow-long-swipes.html
/usr/share/doc/libhandy-1/property.Carousel.allow-mouse-drag.html
/usr/share/doc/libhandy-1/property.Carousel.allow-scroll-wheel.html
/usr/share/doc/libhandy-1/property.Carousel.animation-duration.html
/usr/share/doc/libhandy-1/property.Carousel.interactive.html
/usr/share/doc/libhandy-1/property.Carousel.n-pages.html
/usr/share/doc/libhandy-1/property.Carousel.position.html
/usr/share/doc/libhandy-1/property.Carousel.reveal-duration.html
/usr/share/doc/libhandy-1/property.Carousel.spacing.html
/usr/share/doc/libhandy-1/property.CarouselIndicatorDots.carousel.html
/usr/share/doc/libhandy-1/property.CarouselIndicatorLines.carousel.html
/usr/share/doc/libhandy-1/property.Clamp.maximum-size.html
/usr/share/doc/libhandy-1/property.Clamp.tightening-threshold.html
/usr/share/doc/libhandy-1/property.ComboRow.selected-index.html
/usr/share/doc/libhandy-1/property.ComboRow.use-subtitle.html
/usr/share/doc/libhandy-1/property.Deck.can-swipe-back.html
/usr/share/doc/libhandy-1/property.Deck.can-swipe-forward.html
/usr/share/doc/libhandy-1/property.Deck.hhomogeneous.html
/usr/share/doc/libhandy-1/property.Deck.interpolate-size.html
/usr/share/doc/libhandy-1/property.Deck.transition-duration.html
/usr/share/doc/libhandy-1/property.Deck.transition-running.html
/usr/share/doc/libhandy-1/property.Deck.transition-type.html
/usr/share/doc/libhandy-1/property.Deck.vhomogeneous.html
/usr/share/doc/libhandy-1/property.Deck.visible-child-name.html
/usr/share/doc/libhandy-1/property.Deck.visible-child.html
/usr/share/doc/libhandy-1/property.ExpanderRow.enable-expansion.html
/usr/share/doc/libhandy-1/property.ExpanderRow.expanded.html
/usr/share/doc/libhandy-1/property.ExpanderRow.icon-name.html
/usr/share/doc/libhandy-1/property.ExpanderRow.show-enable-switch.html
/usr/share/doc/libhandy-1/property.ExpanderRow.subtitle.html
/usr/share/doc/libhandy-1/property.ExpanderRow.use-underline.html
/usr/share/doc/libhandy-1/property.Flap.content.html
/usr/share/doc/libhandy-1/property.Flap.flap-position.html
/usr/share/doc/libhandy-1/property.Flap.flap.html
/usr/share/doc/libhandy-1/property.Flap.fold-duration.html
/usr/share/doc/libhandy-1/property.Flap.fold-policy.html
/usr/share/doc/libhandy-1/property.Flap.folded.html
/usr/share/doc/libhandy-1/property.Flap.locked.html
/usr/share/doc/libhandy-1/property.Flap.modal.html
/usr/share/doc/libhandy-1/property.Flap.reveal-duration.html
/usr/share/doc/libhandy-1/property.Flap.reveal-flap.html
/usr/share/doc/libhandy-1/property.Flap.reveal-progress.html
/usr/share/doc/libhandy-1/property.Flap.separator.html
/usr/share/doc/libhandy-1/property.Flap.swipe-to-close.html
/usr/share/doc/libhandy-1/property.Flap.swipe-to-open.html
/usr/share/doc/libhandy-1/property.Flap.transition-type.html
/usr/share/doc/libhandy-1/property.HeaderBar.centering-policy.html
/usr/share/doc/libhandy-1/property.HeaderBar.custom-title.html
/usr/share/doc/libhandy-1/property.HeaderBar.decoration-layout-set.html
/usr/share/doc/libhandy-1/property.HeaderBar.decoration-layout.html
/usr/share/doc/libhandy-1/property.HeaderBar.has-subtitle.html
/usr/share/doc/libhandy-1/property.HeaderBar.interpolate-size.html
/usr/share/doc/libhandy-1/property.HeaderBar.show-close-button.html
/usr/share/doc/libhandy-1/property.HeaderBar.spacing.html
/usr/share/doc/libhandy-1/property.HeaderBar.subtitle.html
/usr/share/doc/libhandy-1/property.HeaderBar.title.html
/usr/share/doc/libhandy-1/property.HeaderBar.transition-duration.html
/usr/share/doc/libhandy-1/property.HeaderBar.transition-running.html
/usr/share/doc/libhandy-1/property.HeaderGroup.decorate-all.html
/usr/share/doc/libhandy-1/property.Keypad.column-spacing.html
/usr/share/doc/libhandy-1/property.Keypad.end-action.html
/usr/share/doc/libhandy-1/property.Keypad.entry.html
/usr/share/doc/libhandy-1/property.Keypad.letters-visible.html
/usr/share/doc/libhandy-1/property.Keypad.row-spacing.html
/usr/share/doc/libhandy-1/property.Keypad.start-action.html
/usr/share/doc/libhandy-1/property.Keypad.symbols-visible.html
/usr/share/doc/libhandy-1/property.Leaflet.can-swipe-back.html
/usr/share/doc/libhandy-1/property.Leaflet.can-swipe-forward.html
/usr/share/doc/libhandy-1/property.Leaflet.child-transition-duration.html
/usr/share/doc/libhandy-1/property.Leaflet.child-transition-running.html
/usr/share/doc/libhandy-1/property.Leaflet.folded.html
/usr/share/doc/libhandy-1/property.Leaflet.hhomogeneous-folded.html
/usr/share/doc/libhandy-1/property.Leaflet.hhomogeneous-unfolded.html
/usr/share/doc/libhandy-1/property.Leaflet.interpolate-size.html
/usr/share/doc/libhandy-1/property.Leaflet.mode-transition-duration.html
/usr/share/doc/libhandy-1/property.Leaflet.transition-type.html
/usr/share/doc/libhandy-1/property.Leaflet.vhomogeneous-folded.html
/usr/share/doc/libhandy-1/property.Leaflet.vhomogeneous-unfolded.html
/usr/share/doc/libhandy-1/property.Leaflet.visible-child-name.html
/usr/share/doc/libhandy-1/property.Leaflet.visible-child.html
/usr/share/doc/libhandy-1/property.PreferencesGroup.description.html
/usr/share/doc/libhandy-1/property.PreferencesGroup.title.html
/usr/share/doc/libhandy-1/property.PreferencesGroup.use-markup.html
/usr/share/doc/libhandy-1/property.PreferencesPage.icon-name.html
/usr/share/doc/libhandy-1/property.PreferencesPage.title.html
/usr/share/doc/libhandy-1/property.PreferencesRow.title.html
/usr/share/doc/libhandy-1/property.PreferencesRow.use-underline.html
/usr/share/doc/libhandy-1/property.PreferencesWindow.can-swipe-back.html
/usr/share/doc/libhandy-1/property.PreferencesWindow.search-enabled.html
/usr/share/doc/libhandy-1/property.SearchBar.search-mode-enabled.html
/usr/share/doc/libhandy-1/property.SearchBar.show-close-button.html
/usr/share/doc/libhandy-1/property.Squeezer.homogeneous.html
/usr/share/doc/libhandy-1/property.Squeezer.interpolate-size.html
/usr/share/doc/libhandy-1/property.Squeezer.transition-duration.html
/usr/share/doc/libhandy-1/property.Squeezer.transition-running.html
/usr/share/doc/libhandy-1/property.Squeezer.transition-type.html
/usr/share/doc/libhandy-1/property.Squeezer.visible-child.html
/usr/share/doc/libhandy-1/property.Squeezer.xalign.html
/usr/share/doc/libhandy-1/property.Squeezer.yalign.html
/usr/share/doc/libhandy-1/property.StatusPage.description.html
/usr/share/doc/libhandy-1/property.StatusPage.icon-name.html
/usr/share/doc/libhandy-1/property.StatusPage.title.html
/usr/share/doc/libhandy-1/property.StyleManager.color-scheme.html
/usr/share/doc/libhandy-1/property.StyleManager.dark.html
/usr/share/doc/libhandy-1/property.StyleManager.display.html
/usr/share/doc/libhandy-1/property.StyleManager.high-contrast.html
/usr/share/doc/libhandy-1/property.StyleManager.system-supports-color-schemes.html
/usr/share/doc/libhandy-1/property.SwipeTracker.allow-long-swipes.html
/usr/share/doc/libhandy-1/property.SwipeTracker.allow-mouse-drag.html
/usr/share/doc/libhandy-1/property.SwipeTracker.enabled.html
/usr/share/doc/libhandy-1/property.SwipeTracker.reversed.html
/usr/share/doc/libhandy-1/property.SwipeTracker.swipeable.html
/usr/share/doc/libhandy-1/property.TabBar.autohide.html
/usr/share/doc/libhandy-1/property.TabBar.end-action-widget.html
/usr/share/doc/libhandy-1/property.TabBar.expand-tabs.html
/usr/share/doc/libhandy-1/property.TabBar.extra-drag-dest-targets.html
/usr/share/doc/libhandy-1/property.TabBar.inverted.html
/usr/share/doc/libhandy-1/property.TabBar.is-overflowing.html
/usr/share/doc/libhandy-1/property.TabBar.start-action-widget.html
/usr/share/doc/libhandy-1/property.TabBar.tabs-revealed.html
/usr/share/doc/libhandy-1/property.TabBar.view.html
/usr/share/doc/libhandy-1/property.TabPage.child.html
/usr/share/doc/libhandy-1/property.TabPage.icon.html
/usr/share/doc/libhandy-1/property.TabPage.indicator-activatable.html
/usr/share/doc/libhandy-1/property.TabPage.indicator-icon.html
/usr/share/doc/libhandy-1/property.TabPage.loading.html
/usr/share/doc/libhandy-1/property.TabPage.needs-attention.html
/usr/share/doc/libhandy-1/property.TabPage.parent.html
/usr/share/doc/libhandy-1/property.TabPage.pinned.html
/usr/share/doc/libhandy-1/property.TabPage.selected.html
/usr/share/doc/libhandy-1/property.TabPage.title.html
/usr/share/doc/libhandy-1/property.TabPage.tooltip.html
/usr/share/doc/libhandy-1/property.TabView.default-icon.html
/usr/share/doc/libhandy-1/property.TabView.is-transferring-page.html
/usr/share/doc/libhandy-1/property.TabView.menu-model.html
/usr/share/doc/libhandy-1/property.TabView.n-pages.html
/usr/share/doc/libhandy-1/property.TabView.n-pinned-pages.html
/usr/share/doc/libhandy-1/property.TabView.selected-page.html
/usr/share/doc/libhandy-1/property.TabView.shortcut-widget.html
/usr/share/doc/libhandy-1/property.TitleBar.selection-mode.html
/usr/share/doc/libhandy-1/property.ValueObject.value.html
/usr/share/doc/libhandy-1/property.ViewSwitcher.narrow-ellipsize.html
/usr/share/doc/libhandy-1/property.ViewSwitcher.policy.html
/usr/share/doc/libhandy-1/property.ViewSwitcher.stack.html
/usr/share/doc/libhandy-1/property.ViewSwitcherBar.policy.html
/usr/share/doc/libhandy-1/property.ViewSwitcherBar.reveal.html
/usr/share/doc/libhandy-1/property.ViewSwitcherBar.stack.html
/usr/share/doc/libhandy-1/property.ViewSwitcherTitle.policy.html
/usr/share/doc/libhandy-1/property.ViewSwitcherTitle.stack.html
/usr/share/doc/libhandy-1/property.ViewSwitcherTitle.subtitle.html
/usr/share/doc/libhandy-1/property.ViewSwitcherTitle.title-visible.html
/usr/share/doc/libhandy-1/property.ViewSwitcherTitle.title.html
/usr/share/doc/libhandy-1/property.ViewSwitcherTitle.view-switcher-enabled.html
/usr/share/doc/libhandy-1/search.js
/usr/share/doc/libhandy-1/search.png
/usr/share/doc/libhandy-1/signal.ActionRow.activated.html
/usr/share/doc/libhandy-1/signal.Carousel.page-changed.html
/usr/share/doc/libhandy-1/signal.HeaderGroup.update-decoration-layouts.html
/usr/share/doc/libhandy-1/signal.SwipeTracker.begin-swipe.html
/usr/share/doc/libhandy-1/signal.SwipeTracker.end-swipe.html
/usr/share/doc/libhandy-1/signal.SwipeTracker.update-swipe.html
/usr/share/doc/libhandy-1/signal.Swipeable.child-switched.html
/usr/share/doc/libhandy-1/signal.TabBar.extra-drag-data-received.html
/usr/share/doc/libhandy-1/signal.TabView.close-page.html
/usr/share/doc/libhandy-1/signal.TabView.create-window.html
/usr/share/doc/libhandy-1/signal.TabView.indicator-activated.html
/usr/share/doc/libhandy-1/signal.TabView.page-attached.html
/usr/share/doc/libhandy-1/signal.TabView.page-detached.html
/usr/share/doc/libhandy-1/signal.TabView.page-reordered.html
/usr/share/doc/libhandy-1/signal.TabView.setup-menu.html
/usr/share/doc/libhandy-1/solarized-dark.css
/usr/share/doc/libhandy-1/solarized-light.css
/usr/share/doc/libhandy-1/style.css
/usr/share/doc/libhandy-1/type_func.StyleManager.get_default.html
/usr/share/doc/libhandy-1/type_func.StyleManager.get_for_display.html
/usr/share/doc/libhandy-1/urlmap.js
/usr/share/doc/libhandy-1/vfunc.ActionRow.activate.html
/usr/share/doc/libhandy-1/vfunc.Swipeable.get_cancel_progress.html
/usr/share/doc/libhandy-1/vfunc.Swipeable.get_distance.html
/usr/share/doc/libhandy-1/vfunc.Swipeable.get_progress.html
/usr/share/doc/libhandy-1/vfunc.Swipeable.get_snap_points.html
/usr/share/doc/libhandy-1/vfunc.Swipeable.get_swipe_area.html
/usr/share/doc/libhandy-1/vfunc.Swipeable.get_swipe_tracker.html
/usr/share/doc/libhandy-1/vfunc.Swipeable.switch_child.html
/usr/share/doc/libhandy-1/view-switcher-bar.png
/usr/share/doc/libhandy-1/view-switcher.png
/usr/share/doc/libhandy-1/visual-index.html
/usr/share/doc/packages/libhandy-devel
/usr/share/doc/packages/libhandy-devel/AUTHORS
/usr/share/doc/packages/libhandy-devel/README.md
/usr/share/gir-1.0/Handy-1.gir
/usr/share/licenses/libhandy-devel
/usr/share/licenses/libhandy-devel/COPYING
/usr/share/vala/vapi
/usr/share/vala/vapi/libhandy-1.deps
/usr/share/vala/vapi/libhandy-1.vapi


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:50:42 2024