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

gtksourceview5-devel-5.10.0-150600.1.3 RPM for aarch64

From OpenSuSE Leap 15.6 for aarch64

Name: gtksourceview5-devel Distribution: SUSE Linux Enterprise 15
Version: 5.10.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150600.1.3 Build date: Sat Mar 9 02:44:15 2024
Group: Development/Languages/C and C++ Build host: h04-armsrv2
Size: 8697150 Source RPM: gtksourceview5-5.10.0-150600.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://wiki.gnome.org/Projects/GtkSourceView
Summary: GTK+ Source Editing Widget
GtkSourceView is a text widget that extends GtkTextView, the standard
GTK+ text widget.

It improves GtkTextView by implementing syntax highlighting and other
features typical of a source editor.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Sun Sep 17 2023 luc14n0@opensuse.org
  - Update to version 5.10.0:
    + Updated translations.
* Sun Sep 03 2023 luc14n0@opensuse.org
  - Update to version 5.9.0:
    + This is a release candidate for GNOME 45.
    + Documentation improvements.
    + Various introspection improvements.
    + New languages: Blueprint.
    + Updated languages: C, C++, Rust, Python3, Shell, Java, OCaml.
    + Updated style schemes: cobalt.
    + GtkSourceBuffer gained a "loading" property which is toggled
      when GtkSourceFileLoader is loading the buffer from storage.
    + More defensiveness improvements in GtkSourceBufferOutputStream.
    + A leak in Vim emulation has been fixed.
    + Vim emulation now supports visual replace.
    + Scheduling of batched workers has been improved with
      gtk_source_scheduler_add().
    + Snippets are now initialized from GtkSourceView.constructed()
      to allow for applications to hook buffer creation.
    + Updated translations.
* Fri Mar 17 2023 bjorn.lie@gmail.com
  - Update to version 5.8.0:
    + vim: avoid large numbers of small deletions in filter command.
    + adwaita.xml: add missing def:deletion style.
    + todotxt.lang: add support for todo.txt format.
* Mon Mar 06 2023 bjorn.lie@gmail.com
  - Update to version 5.7.2:
    + Documentation improvements
    + Updated languages: java.lang, html.lang
    + Fix Y offset calculation when GtkTextView:top-margin is set
    + Completion now requeries providers upon manual activation
    + CSS updates for completion popover to reduce allocation jitter
    + Assistants will more aggresively update positioning. It is
      heavily suggested that you have GNOME/gtk!5564 in whatever GTK
      you are linking against to reduce the potential for frames
      rendered with missing allocations/text
* Sun Feb 26 2023 luc14n0@opensuse.org
  - Replace python3-gi-docgen build requirement with the more
    reliable pkgconfig(gi-docgen).
* Fri Feb 24 2023 bjorn.lie@gmail.com
  - Update to version 5.7.1:
    + Updated languages: c.lang, docker.lang, nix.lang
    + Add missing version functions to GIR generation.
    + Moving through snippets now retires the completion popover.
    + Documentation updates.
  - Changes from version 5.7.0:
    + gutterrenderermarks: avoid potential infinite loop with marks
    + build: drop unnecessary vapigen check
    + cpp.lang: add constinit keyword
    + java.lang: fix escaped characters
    + lean.lang: strings may contain line breaks
    + nix.lang: Add Nix syntax highlighting
    + reasonml.lang: add ReasonML language
* Wed Jan 11 2023 bjorn.lie@gmail.com
  - Update to version 5.6.2:
    + Add styling for 'def:note' to Adwaita and Adwaita-dark
    + Adwaita-dark.xml: soften match color a bit
    + Adwaita.xml:
    - add def:statement
    - soften search highlight
    + Docs: Fix RegexError reference
    + completion:
    - add note about what when is_trigger can activate
    - fix typo in documentation
    + completionlistbox: lock listmodel items during snapshot
    + completionprovider: fix documentation for get_priority()
    + docs: add note about library initialization
    + glsl.lang: set no-spell-check on default context
    + kate: use italic for def:emphasis
    + listsnapshot:
    - add snapshotting listmodel
    - allow mismatched hold()/release()
    + llvm.lang: Add missing 'sge' keyword
    + map: defer adjustment changes to next frame
    + regex: Fix incorrect bitflag operations
    + snippets: fix GtkSourceView:enable-snippets use without
      completion
    + testsuite/regex: walk subject as utf8 unless G_REGEX_RAW
    + testsuite: use G_REGEX_RAW with invalid UTF-8
    + vim: implement rudimentary search through previous commands
* Thu Sep 22 2022 bjorn.lie@gmail.com
  - Update to version 5.6.1:
    + Improve resilience of GtkSourceHover assistants to prevent
      unbreakable grabs by application added widgets.
    + Hide all assistants when unmapping GtkSourceViews.
    + Don't dismiss hover delay timeout from pointer clicks, allow
      them to click through to display hover information.
    + Don't show new assistants unless parent GtkSourceView is
      mapped. This can improve situations with tabbed editors and
      asynchronous operations to load completion, hover data, etc.
    + Additional Vim commands.
    + Updated languages: go.lang.
    + Updated translations.
* Sun Sep 18 2022 bjorn.lie@gmail.com
  - Update to version 5.6.0:
    + Updated languages: awk.lang, lean.lang
    + Updated style schemes: Adwaita.xml, Adwaita-dark.xml,
      solarized-light.xml, solarized-dark.xml, cobalt.xml.
    + A bug with input grabs has been fixed when using GtkSourceHover
      to create interactive tooltips in a stack or notebook.
    + highlight-current-line is only rendered when the toplevel is
      active.
    + Merging of snippet bundles handles tooltips now.
    + The snippet manager now delays snippet parsing until needed.
    + Completion of snippets is now lazier resulting in less memory
      and CPU usage.
    + Informative tooltips for snippets are now more aggressively
      dismissed.
    + Scrolling now dismisses interactive hover tooltips.
    + Use of Escape now dismisses the completion list and forwards
      the event to the GtkSourceView, improving integration of Vim
      emulation.
    + Snippet filtering correctness has been improved when
      adding/removing characters from the filter text.
    + Assistants such as the completion list defer repositioning to
      the next frame tick which improves some situations with
      widgetry not having an allocation when snapshotted.
    + A new GtkSourceCompletion::provider-model-changed signal has
      been added which allows observation of providers by external
      tooling. This can be used to implement features like
      "top matches" from various completion providers.
    + Testsuite improvements.
    + GtkSourceView now uses GSignalGroup and GBindingGroup from
      GLib, and therefore bumps our GLib dependency as it would be
      necessary with updated GTK releases anyway.
    + GtkSourceHoverDisplay now specifies a CSS element name for use
      by applications in styling.
    + GtkSourceCompletion now uses PANGO_UNDERLINE_SINGLE_LINE and
      PANGO_WEIGHT_BOLD Pango attributes for highlighting fuzzy
      matches. This improves visibility when used with certain
      character sets.
    + Splicing of Pango attributes has been improved for completion
      which ensures the merging does not result in missing
      attributes.
    + Some methods have been marked as virtual for Vala.
    + Updated translations.
  - Add optional pkgconfig(fontconfig) and pkgconfig(pangoft2)
    BuildRequires: build fonconfig support.
* Thu Aug 11 2022 dimstar@opensuse.org
  - Update to version 5.5.1:
    + Many fixes to GtkSourceSnippet parsing and expaction.
    + Various test-suite fixes.
    + The snippet completion provider now avoids inflating snippet
      objects until they are inserted.
    + Input-method integration improvements for custom indenters.
    + Performance improvements to GtkSourceBuffer.
    + Performance improvements when translating improperly encoded
      documents to fallback hexadecimal characters.
    + Disable GtkSourceBuffer::cursor-moved signal while loading
      buffers with GtkSourceFileLoader.
    + Adwaita.xml styling fixes for def:error.
    + More profiling integration with sysprof.
    + Updated languages: lean, latex, chdr, cpphdr.
    + Updated translations.
* Mon Jul 18 2022 bjorn.lie@gmail.com
  - Update to version 5.5.0:
    + Build fixes for deprecated meson features and MSVC
      improvements.
    + Fixes for hover assistant placement and display.
    + A number of improvements to Vim emulation.
    + The overview map can now avoid redrawing in a number of
      scenarios.
    + The completion popover can now avoid repositioning in a number
      of scenarios.
    + The completion popover now hides before resetting grid content.
    + Language specifications can now provide a suggested suffix or
      name for new files. GNOME Text Editor has examples for using
      this new opt-in metadata.
    + Various fixes display of snippet assistants.
    + New languages: twig.lang.
    + Updated translations.
  - Add explicit pkgconfig(libpcre2-8) BuildRequires as meson checks
    for it, already pulled in by other dependencies.
  - Use ldconfig_scriptlets macro for post(un) handling.
* Mon Jun 13 2022 dimstar@opensuse.org
  - Update to version 5.4.2:
    + Updated languages: c.lang, perl.lang.
    + Updated style-schemes: Adwaita-dark, solarized-light,
      solarized-dark.
    + Gutter renderers are now provided a prelight quark for lines
      when the pointer is over the gutter.
    + Hover assistants now avoid synthesized motion which is used
      much more often in GTK 4 when dealing with crossing-events.
    + Hover assistants will now dismiss themselves when the cursor
      moves.
    + GtkSourceMap has reduced how often it needs to do allocation by
      ignoring spurious notify::upper and value-changed signals from
      GtkTextView's vertical GtkAdjustment.
    + The testsuite has gained some correctness improvements.
    + The Vim emulation's register implementation is now shared
      between buffers as it would be expected in Vim.
    + Snippets have gained some robustness improvements including the
      ability to simplify results from the snippet parser, more
      defensive behavior, and being lazier when possible.
    + Tabbing through focus-positions in snippets will now
      immediately jump to the new position if scrolling is required
      instead of animating as it results in better placement of
      tooltip assistants.
    + Assistants including completion, hover, and interactive
      tooltips now reduce how often they request presentation and
      position calculation from GDK and ultimately display servers
      such as Wayland.
    + Completion windows now take the size of the gutter into account
      when calculating their position relative to the parent
      GtkWindow so that the typed-text column remains aligned with
      typed text in the source view.
    + Completion has gained robustness improvements to do less work
      when possible and avoid spinning the frame-clock which could
      happen in certain scenarios.
    + Updated translations.
* Fri Apr 22 2022 emilyyrose@gmail.com
  - Update to version 5.4.1:
    + Improved styling for style scheme preview widgets.
    + Improved styling and positioning of completion windows.
    + Improved styling for various style schemes.
    + Unit test fixes.
    + Hover assistants will no longer be showed if no providers
      completed successfully to add widgets.
    + GtkSourceVimIMContext tries to handle various corner cases
      better with regards to reuse and being removed from an
      event controller or widget.
    + GtkSourceCompletionCell has improved fast-paths for resetting
      cells to empty state when already empty.
    + Improved sizing and placement of assistants including hover
      popovers, interactive tooltips, and completion windows.
    + The overview map has improved it's fallback styling.
    + The overview map will now properly update when the sourceview's
      right-margin-position changes.
    + Fixes to vala.lang for regex detection.
    + Translation updates.
* Sun Mar 20 2022 bjorn.lie@gmail.com
  - Update to version 5.4.0:
    + Style updates for Adwaita, Adwaita-dark, solarized-light,
      solarized-dark, Classic, and a new Cobalt-light variant.
    + Language improvements for C, C++, GTK-DOC, and JSON.
    + Various header fixes.
    + Additional API to append/prepend search paths for language
      manager.
    + Allow loading language specifications via GResources.
    + A new "weight" attribute for style schemes which allows more
      control than just bold="true".
    + Various Vim emulation fixes.
    + GtkSourceView now requires GTK 4.6 for various CSS improv.
    + Updated translations.
* Mon Jan 10 2022 dimstar@opensuse.org
  - Update to version 5.3.2:
    + Support ctrl+shift+v in Vim insert mode to paste similar to
      terminal.
    + Improve placement of H/L movements in Vim emulation.
    + Various build system improvements.
    + Fix running testsuite before installation.
    + Bump GTK required version to match actual requirements in code.
    + Remove CSS line-height usage until we can depend on GTK 4.6.
* Fri Jan 07 2022 dimstar@opensuse.org
  - Update to version 5.3.1:
    + python3.lang: add support for .pyi glob and f-strings.
    + c.lang: Hightlight _t and _T types.
    + rust.lang: You can now style lifetime and self in style
      schemes.
    + javascript.lang: Support for shebang's have been added.
    + GObject Introspection improvements.
    + Fixes to work around improper selections in some style-schemes.
    + Vim: many improvements to and compatibility fixes in emulation.
    + Tracing: More modules now use sysprof for tracing information.
    + Ctrl+shift+u works again when auto-indent is enabled, which was
      stealing input before ctrl+shift+u could process the unicode
      input.
    + Gutter renderers now more aggresively cache color information
      for drawing highlights and more.
    + GtkSourceGutterRendererLines avoids using GMarkup just for bold
      attributes as using a single referenced PangoAttrList is
      faster.
    + Adwaita and Adwaita-dark have been updated and improved along
      with more specific highlighting for a number of languages.
    + You can now set `bold="false"` on current-line-number to
      disable bold weight on the current line number.
    + Drawing of background grids have been improved when margins are
      used as well as trying harder to align to the character grid
      and taking CSS line-height into account when possible.
    + Current line number is no longer drawn specially when
      selections are active. The highlight-current-line is also
      disabled during selections.
    + GtkSourceFileLoader now tries to use aligned pages when loading
      buffers from storage and reads in a multiple of the page size.
    + Build fixes for macOS.
    + Updated translations.
* Wed Jan 05 2022 dimstar@opensuse.org
  - Update to version 5.3.0:
    + Documentation has been updated to use gi-docgen.
    + Style schemes now support the <metadata> tag similar to
      languages.
    + Selections for most style schemes bundled with GtkSourceView
      are now translucent and do not modify the foreground color.
    + The Vala bindings have moved from the Gtk namespace to the
      GtkSource namespace to match the bindings in all other
      languages.
    + A new Vim emulator in the form of GtkSourceVimIMContext. This
      can emulate basic features such as Normal, Insert, Replace,
      Visual, Visual Line, and Command Bar modes. Additionally, many
      Vim-style motions and text-objects are supported.
    + Updated language specs: rst.lang, c.lang, cpp.lang, vala.lang,
      spice.lang, lean.lang, and yara.lang.
    + Updated style schemes which improve the quality of output when
      used with non-standard GTK themes.
    + A new GtkSourceStyleSchemePreview widget.
    + The GtkSourceStyleSchemeChooserWidget now uses
      GtkSourceStyleSchemePreview to display style schemes.
    + Improve autocompletion styling when used with libadwaita.
    + Improvements to cell alignment in the gutter particularly
      useful when the CSS line-height attribute is used.
    + Many fit-n-finish improvements to GtkSourceMap.
    + The gutter line renderer now adapts to more situations where it
      will need to redraw based on highlight-current-line.
    + Build system improvements.
    + Updated translations.
  - Replace gtk-doc BuildRequires with python3-gi-docgen: follow
    upstreams port to gi-docgen.
  - Fix rpmlint warning: use explicit dependency on
    libgtksourceview-5-0 from -devel package instead of relying on
    the virtual %{name} provides.
* Fri Sep 03 2021 bjorn.lie@gmail.com
  - Update to version 5.2.0:
    + Add support for drawing a highlight line between the gutter and
      text area. kate.xml uses this to more closely match Kate.
    + Python 3 is now preferred over Python 2.
    + Fixes for moving words.
    + A new scheduler API to help with background buffer work
    + Improvements to YARA syntax.
    + Updated translations.
* Wed Sep 01 2021 bjorn.lie@gmail.com
  - Initial package for openSUSE, version 5.1.0.

Files

/usr/include/gtksourceview-5
/usr/include/gtksourceview-5/gtksourceview
/usr/include/gtksourceview-5/gtksourceview/completion-providers
/usr/include/gtksourceview-5/gtksourceview/completion-providers/snippets
/usr/include/gtksourceview-5/gtksourceview/completion-providers/snippets/gtksourcecompletionsnippets.h
/usr/include/gtksourceview-5/gtksourceview/completion-providers/words
/usr/include/gtksourceview-5/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
/usr/include/gtksourceview-5/gtksourceview/gtksource-enumtypes.h
/usr/include/gtksourceview-5/gtksourceview/gtksource.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcebuffer.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcecompletion.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcecompletioncell.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcecompletioncontext.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcecompletionproposal.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcecompletionprovider.h
/usr/include/gtksourceview-5/gtksourceview/gtksourceencoding.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcefile.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcefileloader.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcefilesaver.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcegutter.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcegutterlines.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcegutterrenderer.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcegutterrendererpixbuf.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcegutterrenderertext.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcehover.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcehovercontext.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcehoverdisplay.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcehoverprovider.h
/usr/include/gtksourceview-5/gtksourceview/gtksourceindenter.h
/usr/include/gtksourceview-5/gtksourceview/gtksourceinit.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcelanguage.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcelanguagemanager.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcemap.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcemark.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcemarkattributes.h
/usr/include/gtksourceview-5/gtksourceview/gtksourceprintcompositor.h
/usr/include/gtksourceview-5/gtksourceview/gtksourceregion.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcescheduler.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcesearchcontext.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcesearchsettings.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcesnippet.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcesnippetchunk.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcesnippetcontext.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcesnippetmanager.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcespacedrawer.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcestyle.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcestylescheme.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcestyleschemechooser.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcestyleschemechooserbutton.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcestyleschemechooserwidget.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcestyleschememanager.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcestyleschemepreview.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcetag.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcetypes.h
/usr/include/gtksourceview-5/gtksourceview/gtksourceutils.h
/usr/include/gtksourceview-5/gtksourceview/gtksourceversion.h
/usr/include/gtksourceview-5/gtksourceview/gtksourceview.h
/usr/include/gtksourceview-5/gtksourceview/gtksourcevimimcontext.h
/usr/lib64/libgtksourceview-5.so
/usr/lib64/pkgconfig/gtksourceview-5.pc
/usr/share/doc/gtksourceview5
/usr/share/doc/gtksourceview5/GtkSource.toml
/usr/share/doc/gtksourceview5/RedHatDisplay-Black.woff
/usr/share/doc/gtksourceview5/RedHatDisplay-Black.woff2
/usr/share/doc/gtksourceview5/RedHatDisplay-BlackItalic.woff
/usr/share/doc/gtksourceview5/RedHatDisplay-BlackItalic.woff2
/usr/share/doc/gtksourceview5/RedHatDisplay-Bold.woff
/usr/share/doc/gtksourceview5/RedHatDisplay-Bold.woff2
/usr/share/doc/gtksourceview5/RedHatDisplay-BoldItalic.woff
/usr/share/doc/gtksourceview5/RedHatDisplay-BoldItalic.woff2
/usr/share/doc/gtksourceview5/RedHatDisplay-Italic.woff
/usr/share/doc/gtksourceview5/RedHatDisplay-Italic.woff2
/usr/share/doc/gtksourceview5/RedHatDisplay-Medium.woff
/usr/share/doc/gtksourceview5/RedHatDisplay-Medium.woff2
/usr/share/doc/gtksourceview5/RedHatDisplay-MediumItalic.woff
/usr/share/doc/gtksourceview5/RedHatDisplay-MediumItalic.woff2
/usr/share/doc/gtksourceview5/RedHatDisplay-Regular.woff
/usr/share/doc/gtksourceview5/RedHatDisplay-Regular.woff2
/usr/share/doc/gtksourceview5/RedHatText-Bold.woff
/usr/share/doc/gtksourceview5/RedHatText-Bold.woff2
/usr/share/doc/gtksourceview5/RedHatText-BoldItalic.woff
/usr/share/doc/gtksourceview5/RedHatText-BoldItalic.woff2
/usr/share/doc/gtksourceview5/RedHatText-Italic.woff
/usr/share/doc/gtksourceview5/RedHatText-Italic.woff2
/usr/share/doc/gtksourceview5/RedHatText-Medium.woff
/usr/share/doc/gtksourceview5/RedHatText-Medium.woff2
/usr/share/doc/gtksourceview5/RedHatText-MediumItalic.woff
/usr/share/doc/gtksourceview5/RedHatText-MediumItalic.woff2
/usr/share/doc/gtksourceview5/RedHatText-Regular.woff
/usr/share/doc/gtksourceview5/RedHatText-Regular.woff2
/usr/share/doc/gtksourceview5/SourceCodePro-It.ttf.woff
/usr/share/doc/gtksourceview5/SourceCodePro-Regular.ttf.woff
/usr/share/doc/gtksourceview5/SourceCodePro-Semibold.ttf.woff
/usr/share/doc/gtksourceview5/callback.MountOperationFactory.html
/usr/share/doc/gtksourceview5/callback.SchedulerCallback.html
/usr/share/doc/gtksourceview5/class.Buffer.html
/usr/share/doc/gtksourceview5/class.Completion.html
/usr/share/doc/gtksourceview5/class.CompletionCell.html
/usr/share/doc/gtksourceview5/class.CompletionContext.html
/usr/share/doc/gtksourceview5/class.CompletionSnippets.html
/usr/share/doc/gtksourceview5/class.CompletionWords.html
/usr/share/doc/gtksourceview5/class.File.html
/usr/share/doc/gtksourceview5/class.FileLoader.html
/usr/share/doc/gtksourceview5/class.FileSaver.html
/usr/share/doc/gtksourceview5/class.Gutter.html
/usr/share/doc/gtksourceview5/class.GutterLines.html
/usr/share/doc/gtksourceview5/class.GutterRenderer.html
/usr/share/doc/gtksourceview5/class.GutterRendererPixbuf.html
/usr/share/doc/gtksourceview5/class.GutterRendererText.html
/usr/share/doc/gtksourceview5/class.Hover.html
/usr/share/doc/gtksourceview5/class.HoverContext.html
/usr/share/doc/gtksourceview5/class.HoverDisplay.html
/usr/share/doc/gtksourceview5/class.Language.html
/usr/share/doc/gtksourceview5/class.LanguageManager.html
/usr/share/doc/gtksourceview5/class.Map.html
/usr/share/doc/gtksourceview5/class.Mark.html
/usr/share/doc/gtksourceview5/class.MarkAttributes.html
/usr/share/doc/gtksourceview5/class.PrintCompositor.html
/usr/share/doc/gtksourceview5/class.Region.html
/usr/share/doc/gtksourceview5/class.SearchContext.html
/usr/share/doc/gtksourceview5/class.SearchSettings.html
/usr/share/doc/gtksourceview5/class.Snippet.html
/usr/share/doc/gtksourceview5/class.SnippetChunk.html
/usr/share/doc/gtksourceview5/class.SnippetContext.html
/usr/share/doc/gtksourceview5/class.SnippetManager.html
/usr/share/doc/gtksourceview5/class.SpaceDrawer.html
/usr/share/doc/gtksourceview5/class.Style.html
/usr/share/doc/gtksourceview5/class.StyleScheme.html
/usr/share/doc/gtksourceview5/class.StyleSchemeChooserButton.html
/usr/share/doc/gtksourceview5/class.StyleSchemeChooserWidget.html
/usr/share/doc/gtksourceview5/class.StyleSchemeManager.html
/usr/share/doc/gtksourceview5/class.StyleSchemePreview.html
/usr/share/doc/gtksourceview5/class.Tag.html
/usr/share/doc/gtksourceview5/class.View.html
/usr/share/doc/gtksourceview5/class.VimIMContext.html
/usr/share/doc/gtksourceview5/classes_hierarchy.html
/usr/share/doc/gtksourceview5/const.MAJOR_VERSION.html
/usr/share/doc/gtksourceview5/const.MICRO_VERSION.html
/usr/share/doc/gtksourceview5/const.MINOR_VERSION.html
/usr/share/doc/gtksourceview5/ctor.Buffer.new.html
/usr/share/doc/gtksourceview5/ctor.Buffer.new_with_language.html
/usr/share/doc/gtksourceview5/ctor.CompletionSnippets.new.html
/usr/share/doc/gtksourceview5/ctor.CompletionWords.new.html
/usr/share/doc/gtksourceview5/ctor.File.new.html
/usr/share/doc/gtksourceview5/ctor.FileLoader.new.html
/usr/share/doc/gtksourceview5/ctor.FileLoader.new_from_stream.html
/usr/share/doc/gtksourceview5/ctor.FileSaver.new.html
/usr/share/doc/gtksourceview5/ctor.FileSaver.new_with_target.html
/usr/share/doc/gtksourceview5/ctor.GutterRendererPixbuf.new.html
/usr/share/doc/gtksourceview5/ctor.GutterRendererText.new.html
/usr/share/doc/gtksourceview5/ctor.LanguageManager.new.html
/usr/share/doc/gtksourceview5/ctor.Map.new.html
/usr/share/doc/gtksourceview5/ctor.Mark.new.html
/usr/share/doc/gtksourceview5/ctor.MarkAttributes.new.html
/usr/share/doc/gtksourceview5/ctor.PrintCompositor.new.html
/usr/share/doc/gtksourceview5/ctor.PrintCompositor.new_from_view.html
/usr/share/doc/gtksourceview5/ctor.Region.new.html
/usr/share/doc/gtksourceview5/ctor.SearchContext.new.html
/usr/share/doc/gtksourceview5/ctor.SearchSettings.new.html
/usr/share/doc/gtksourceview5/ctor.Snippet.new.html
/usr/share/doc/gtksourceview5/ctor.Snippet.new_parsed.html
/usr/share/doc/gtksourceview5/ctor.SnippetChunk.new.html
/usr/share/doc/gtksourceview5/ctor.SnippetContext.new.html
/usr/share/doc/gtksourceview5/ctor.SpaceDrawer.new.html
/usr/share/doc/gtksourceview5/ctor.StyleSchemeChooserButton.new.html
/usr/share/doc/gtksourceview5/ctor.StyleSchemeChooserWidget.new.html
/usr/share/doc/gtksourceview5/ctor.StyleSchemeManager.new.html
/usr/share/doc/gtksourceview5/ctor.StyleSchemePreview.new.html
/usr/share/doc/gtksourceview5/ctor.Tag.new.html
/usr/share/doc/gtksourceview5/ctor.View.new.html
/usr/share/doc/gtksourceview5/ctor.View.new_with_buffer.html
/usr/share/doc/gtksourceview5/ctor.VimIMContext.new.html
/usr/share/doc/gtksourceview5/enum.BackgroundPatternType.html
/usr/share/doc/gtksourceview5/enum.BracketMatchType.html
/usr/share/doc/gtksourceview5/enum.ChangeCaseType.html
/usr/share/doc/gtksourceview5/enum.CompletionActivation.html
/usr/share/doc/gtksourceview5/enum.CompletionColumn.html
/usr/share/doc/gtksourceview5/enum.CompressionType.html
/usr/share/doc/gtksourceview5/enum.GutterRendererAlignmentMode.html
/usr/share/doc/gtksourceview5/enum.NewlineType.html
/usr/share/doc/gtksourceview5/enum.SmartHomeEndType.html
/usr/share/doc/gtksourceview5/enum.ViewGutterPosition.html
/usr/share/doc/gtksourceview5/error.FileLoaderError.html
/usr/share/doc/gtksourceview5/error.FileSaverError.html
/usr/share/doc/gtksourceview5/flags.FileSaverFlags.html
/usr/share/doc/gtksourceview5/flags.SortFlags.html
/usr/share/doc/gtksourceview5/flags.SpaceLocationFlags.html
/usr/share/doc/gtksourceview5/flags.SpaceTypeFlags.html
/usr/share/doc/gtksourceview5/fonts.css
/usr/share/doc/gtksourceview5/func.CHECK_VERSION.html
/usr/share/doc/gtksourceview5/func.check_version.html
/usr/share/doc/gtksourceview5/func.finalize.html
/usr/share/doc/gtksourceview5/func.get_major_version.html
/usr/share/doc/gtksourceview5/func.get_micro_version.html
/usr/share/doc/gtksourceview5/func.get_minor_version.html
/usr/share/doc/gtksourceview5/func.init.html
/usr/share/doc/gtksourceview5/func.scheduler_add.html
/usr/share/doc/gtksourceview5/func.scheduler_add_full.html
/usr/share/doc/gtksourceview5/func.scheduler_remove.html
/usr/share/doc/gtksourceview5/func.utils_escape_search_text.html
/usr/share/doc/gtksourceview5/func.utils_unescape_search_text.html
/usr/share/doc/gtksourceview5/fzy.js
/usr/share/doc/gtksourceview5/go-up-symbolic.png
/usr/share/doc/gtksourceview5/gtksourceview5.devhelp2
/usr/share/doc/gtksourceview5/iface.CompletionProposal.html
/usr/share/doc/gtksourceview5/iface.CompletionProvider.html
/usr/share/doc/gtksourceview5/iface.HoverProvider.html
/usr/share/doc/gtksourceview5/iface.Indenter.html
/usr/share/doc/gtksourceview5/iface.StyleSchemeChooser.html
/usr/share/doc/gtksourceview5/index.html
/usr/share/doc/gtksourceview5/index.json
/usr/share/doc/gtksourceview5/lang-reference.html
/usr/share/doc/gtksourceview5/lang-tutorial.html
/usr/share/doc/gtksourceview5/logo.svg
/usr/share/doc/gtksourceview5/main.js
/usr/share/doc/gtksourceview5/method.Buffer.backward_iter_to_source_mark.html
/usr/share/doc/gtksourceview5/method.Buffer.change_case.html
/usr/share/doc/gtksourceview5/method.Buffer.create_source_mark.html
/usr/share/doc/gtksourceview5/method.Buffer.create_source_tag.html
/usr/share/doc/gtksourceview5/method.Buffer.ensure_highlight.html
/usr/share/doc/gtksourceview5/method.Buffer.forward_iter_to_source_mark.html
/usr/share/doc/gtksourceview5/method.Buffer.get_context_classes_at_iter.html
/usr/share/doc/gtksourceview5/method.Buffer.get_highlight_matching_brackets.html
/usr/share/doc/gtksourceview5/method.Buffer.get_highlight_syntax.html
/usr/share/doc/gtksourceview5/method.Buffer.get_implicit_trailing_newline.html
/usr/share/doc/gtksourceview5/method.Buffer.get_language.html
/usr/share/doc/gtksourceview5/method.Buffer.get_loading.html
/usr/share/doc/gtksourceview5/method.Buffer.get_source_marks_at_iter.html
/usr/share/doc/gtksourceview5/method.Buffer.get_source_marks_at_line.html
/usr/share/doc/gtksourceview5/method.Buffer.get_style_scheme.html
/usr/share/doc/gtksourceview5/method.Buffer.iter_backward_to_context_class_toggle.html
/usr/share/doc/gtksourceview5/method.Buffer.iter_forward_to_context_class_toggle.html
/usr/share/doc/gtksourceview5/method.Buffer.iter_has_context_class.html
/usr/share/doc/gtksourceview5/method.Buffer.join_lines.html
/usr/share/doc/gtksourceview5/method.Buffer.remove_source_marks.html
/usr/share/doc/gtksourceview5/method.Buffer.set_highlight_matching_brackets.html
/usr/share/doc/gtksourceview5/method.Buffer.set_highlight_syntax.html
/usr/share/doc/gtksourceview5/method.Buffer.set_implicit_trailing_newline.html
/usr/share/doc/gtksourceview5/method.Buffer.set_language.html
/usr/share/doc/gtksourceview5/method.Buffer.set_style_scheme.html
/usr/share/doc/gtksourceview5/method.Buffer.sort_lines.html
/usr/share/doc/gtksourceview5/method.Completion.add_provider.html
/usr/share/doc/gtksourceview5/method.Completion.block_interactive.html
/usr/share/doc/gtksourceview5/method.Completion.get_buffer.html
/usr/share/doc/gtksourceview5/method.Completion.get_page_size.html
/usr/share/doc/gtksourceview5/method.Completion.get_view.html
/usr/share/doc/gtksourceview5/method.Completion.hide.html
/usr/share/doc/gtksourceview5/method.Completion.remove_provider.html
/usr/share/doc/gtksourceview5/method.Completion.set_page_size.html
/usr/share/doc/gtksourceview5/method.Completion.show.html
/usr/share/doc/gtksourceview5/method.Completion.unblock_interactive.html
/usr/share/doc/gtksourceview5/method.CompletionCell.get_column.html
/usr/share/doc/gtksourceview5/method.CompletionCell.get_widget.html
/usr/share/doc/gtksourceview5/method.CompletionCell.set_gicon.html
/usr/share/doc/gtksourceview5/method.CompletionCell.set_icon_name.html
/usr/share/doc/gtksourceview5/method.CompletionCell.set_markup.html
/usr/share/doc/gtksourceview5/method.CompletionCell.set_paintable.html
/usr/share/doc/gtksourceview5/method.CompletionCell.set_text.html
/usr/share/doc/gtksourceview5/method.CompletionCell.set_text_with_attributes.html
/usr/share/doc/gtksourceview5/method.CompletionCell.set_widget.html
/usr/share/doc/gtksourceview5/method.CompletionContext.get_activation.html
/usr/share/doc/gtksourceview5/method.CompletionContext.get_bounds.html
/usr/share/doc/gtksourceview5/method.CompletionContext.get_buffer.html
/usr/share/doc/gtksourceview5/method.CompletionContext.get_busy.html
/usr/share/doc/gtksourceview5/method.CompletionContext.get_completion.html
/usr/share/doc/gtksourceview5/method.CompletionContext.get_empty.html
/usr/share/doc/gtksourceview5/method.CompletionContext.get_language.html
/usr/share/doc/gtksourceview5/method.CompletionContext.get_proposals_for_provider.html
/usr/share/doc/gtksourceview5/method.CompletionContext.get_view.html
/usr/share/doc/gtksourceview5/method.CompletionContext.get_word.html
/usr/share/doc/gtksourceview5/method.CompletionContext.list_providers.html
/usr/share/doc/gtksourceview5/method.CompletionContext.set_proposals_for_provider.html
/usr/share/doc/gtksourceview5/method.CompletionProposal.get_typed_text.html
/usr/share/doc/gtksourceview5/method.CompletionProvider.activate.html
/usr/share/doc/gtksourceview5/method.CompletionProvider.display.html
/usr/share/doc/gtksourceview5/method.CompletionProvider.get_priority.html
/usr/share/doc/gtksourceview5/method.CompletionProvider.get_title.html
/usr/share/doc/gtksourceview5/method.CompletionProvider.is_trigger.html
/usr/share/doc/gtksourceview5/method.CompletionProvider.key_activates.html
/usr/share/doc/gtksourceview5/method.CompletionProvider.list_alternates.html
/usr/share/doc/gtksourceview5/method.CompletionProvider.populate_async.html
/usr/share/doc/gtksourceview5/method.CompletionProvider.populate_finish.html
/usr/share/doc/gtksourceview5/method.CompletionProvider.refilter.html
/usr/share/doc/gtksourceview5/method.CompletionWords.register.html
/usr/share/doc/gtksourceview5/method.CompletionWords.unregister.html
/usr/share/doc/gtksourceview5/method.Encoding.copy.html
/usr/share/doc/gtksourceview5/method.Encoding.free.html
/usr/share/doc/gtksourceview5/method.Encoding.get_charset.html
/usr/share/doc/gtksourceview5/method.Encoding.get_name.html
/usr/share/doc/gtksourceview5/method.Encoding.to_string.html
/usr/share/doc/gtksourceview5/method.File.check_file_on_disk.html
/usr/share/doc/gtksourceview5/method.File.get_compression_type.html
/usr/share/doc/gtksourceview5/method.File.get_encoding.html
/usr/share/doc/gtksourceview5/method.File.get_location.html
/usr/share/doc/gtksourceview5/method.File.get_newline_type.html
/usr/share/doc/gtksourceview5/method.File.is_deleted.html
/usr/share/doc/gtksourceview5/method.File.is_externally_modified.html
/usr/share/doc/gtksourceview5/method.File.is_local.html
/usr/share/doc/gtksourceview5/method.File.is_readonly.html
/usr/share/doc/gtksourceview5/method.File.set_location.html
/usr/share/doc/gtksourceview5/method.File.set_mount_operation_factory.html
/usr/share/doc/gtksourceview5/method.FileLoader.get_buffer.html
/usr/share/doc/gtksourceview5/method.FileLoader.get_compression_type.html
/usr/share/doc/gtksourceview5/method.FileLoader.get_encoding.html
/usr/share/doc/gtksourceview5/method.FileLoader.get_file.html
/usr/share/doc/gtksourceview5/method.FileLoader.get_input_stream.html
/usr/share/doc/gtksourceview5/method.FileLoader.get_location.html
/usr/share/doc/gtksourceview5/method.FileLoader.get_newline_type.html
/usr/share/doc/gtksourceview5/method.FileLoader.load_async.html
/usr/share/doc/gtksourceview5/method.FileLoader.load_finish.html
/usr/share/doc/gtksourceview5/method.FileLoader.set_candidate_encodings.html
/usr/share/doc/gtksourceview5/method.FileSaver.get_buffer.html
/usr/share/doc/gtksourceview5/method.FileSaver.get_compression_type.html
/usr/share/doc/gtksourceview5/method.FileSaver.get_encoding.html
/usr/share/doc/gtksourceview5/method.FileSaver.get_file.html
/usr/share/doc/gtksourceview5/method.FileSaver.get_flags.html
/usr/share/doc/gtksourceview5/method.FileSaver.get_location.html
/usr/share/doc/gtksourceview5/method.FileSaver.get_newline_type.html
/usr/share/doc/gtksourceview5/method.FileSaver.save_async.html
/usr/share/doc/gtksourceview5/method.FileSaver.save_finish.html
/usr/share/doc/gtksourceview5/method.FileSaver.set_compression_type.html
/usr/share/doc/gtksourceview5/method.FileSaver.set_encoding.html
/usr/share/doc/gtksourceview5/method.FileSaver.set_flags.html
/usr/share/doc/gtksourceview5/method.FileSaver.set_newline_type.html
/usr/share/doc/gtksourceview5/method.Gutter.get_view.html
/usr/share/doc/gtksourceview5/method.Gutter.insert.html
/usr/share/doc/gtksourceview5/method.Gutter.remove.html
/usr/share/doc/gtksourceview5/method.Gutter.reorder.html
/usr/share/doc/gtksourceview5/method.GutterLines.add_class.html
/usr/share/doc/gtksourceview5/method.GutterLines.add_qclass.html
/usr/share/doc/gtksourceview5/method.GutterLines.get_buffer.html
/usr/share/doc/gtksourceview5/method.GutterLines.get_first.html
/usr/share/doc/gtksourceview5/method.GutterLines.get_iter_at_line.html
/usr/share/doc/gtksourceview5/method.GutterLines.get_last.html
/usr/share/doc/gtksourceview5/method.GutterLines.get_line_yrange.html
/usr/share/doc/gtksourceview5/method.GutterLines.get_view.html
/usr/share/doc/gtksourceview5/method.GutterLines.has_any_class.html
/usr/share/doc/gtksourceview5/method.GutterLines.has_class.html
/usr/share/doc/gtksourceview5/method.GutterLines.has_qclass.html
/usr/share/doc/gtksourceview5/method.GutterLines.is_cursor.html
/usr/share/doc/gtksourceview5/method.GutterLines.is_prelit.html
/usr/share/doc/gtksourceview5/method.GutterLines.is_selected.html
/usr/share/doc/gtksourceview5/method.GutterLines.remove_class.html
/usr/share/doc/gtksourceview5/method.GutterLines.remove_qclass.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.activate.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.align_cell.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.get_alignment_mode.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.get_buffer.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.get_view.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.get_xalign.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.get_xpad.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.get_yalign.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.get_ypad.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.query_activatable.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.set_alignment_mode.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.set_xalign.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.set_xpad.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.set_yalign.html
/usr/share/doc/gtksourceview5/method.GutterRenderer.set_ypad.html
/usr/share/doc/gtksourceview5/method.GutterRendererPixbuf.get_gicon.html
/usr/share/doc/gtksourceview5/method.GutterRendererPixbuf.get_icon_name.html
/usr/share/doc/gtksourceview5/method.GutterRendererPixbuf.get_paintable.html
/usr/share/doc/gtksourceview5/method.GutterRendererPixbuf.get_pixbuf.html
/usr/share/doc/gtksourceview5/method.GutterRendererPixbuf.overlay_paintable.html
/usr/share/doc/gtksourceview5/method.GutterRendererPixbuf.set_gicon.html
/usr/share/doc/gtksourceview5/method.GutterRendererPixbuf.set_icon_name.html
/usr/share/doc/gtksourceview5/method.GutterRendererPixbuf.set_paintable.html
/usr/share/doc/gtksourceview5/method.GutterRendererPixbuf.set_pixbuf.html
/usr/share/doc/gtksourceview5/method.GutterRendererText.measure.html
/usr/share/doc/gtksourceview5/method.GutterRendererText.measure_markup.html
/usr/share/doc/gtksourceview5/method.GutterRendererText.set_markup.html
/usr/share/doc/gtksourceview5/method.GutterRendererText.set_text.html
/usr/share/doc/gtksourceview5/method.Hover.add_provider.html
/usr/share/doc/gtksourceview5/method.Hover.remove_provider.html
/usr/share/doc/gtksourceview5/method.HoverContext.get_bounds.html
/usr/share/doc/gtksourceview5/method.HoverContext.get_buffer.html
/usr/share/doc/gtksourceview5/method.HoverContext.get_iter.html
/usr/share/doc/gtksourceview5/method.HoverContext.get_view.html
/usr/share/doc/gtksourceview5/method.HoverDisplay.append.html
/usr/share/doc/gtksourceview5/method.HoverDisplay.insert_after.html
/usr/share/doc/gtksourceview5/method.HoverDisplay.prepend.html
/usr/share/doc/gtksourceview5/method.HoverDisplay.remove.html
/usr/share/doc/gtksourceview5/method.HoverProvider.populate_async.html
/usr/share/doc/gtksourceview5/method.HoverProvider.populate_finish.html
/usr/share/doc/gtksourceview5/method.Indenter.indent.html
/usr/share/doc/gtksourceview5/method.Indenter.is_trigger.html
/usr/share/doc/gtksourceview5/method.Language.get_globs.html
/usr/share/doc/gtksourceview5/method.Language.get_hidden.html
/usr/share/doc/gtksourceview5/method.Language.get_id.html
/usr/share/doc/gtksourceview5/method.Language.get_metadata.html
/usr/share/doc/gtksourceview5/method.Language.get_mime_types.html
/usr/share/doc/gtksourceview5/method.Language.get_name.html
/usr/share/doc/gtksourceview5/method.Language.get_section.html
/usr/share/doc/gtksourceview5/method.Language.get_style_fallback.html
/usr/share/doc/gtksourceview5/method.Language.get_style_ids.html
/usr/share/doc/gtksourceview5/method.Language.get_style_name.html
/usr/share/doc/gtksourceview5/method.LanguageManager.append_search_path.html
/usr/share/doc/gtksourceview5/method.LanguageManager.get_language.html
/usr/share/doc/gtksourceview5/method.LanguageManager.get_language_ids.html
/usr/share/doc/gtksourceview5/method.LanguageManager.get_search_path.html
/usr/share/doc/gtksourceview5/method.LanguageManager.guess_language.html
/usr/share/doc/gtksourceview5/method.LanguageManager.prepend_search_path.html
/usr/share/doc/gtksourceview5/method.LanguageManager.set_search_path.html
/usr/share/doc/gtksourceview5/method.Map.get_view.html
/usr/share/doc/gtksourceview5/method.Map.set_view.html
/usr/share/doc/gtksourceview5/method.Mark.get_category.html
/usr/share/doc/gtksourceview5/method.Mark.next.html
/usr/share/doc/gtksourceview5/method.Mark.prev.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.get_background.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.get_gicon.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.get_icon_name.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.get_pixbuf.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.get_tooltip_markup.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.get_tooltip_text.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.render_icon.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.set_background.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.set_gicon.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.set_icon_name.html
/usr/share/doc/gtksourceview5/method.MarkAttributes.set_pixbuf.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.draw_page.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_body_font_name.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_bottom_margin.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_buffer.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_footer_font_name.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_header_font_name.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_highlight_syntax.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_left_margin.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_line_numbers_font_name.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_n_pages.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_pagination_progress.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_print_footer.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_print_header.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_print_line_numbers.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_right_margin.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_tab_width.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_top_margin.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.get_wrap_mode.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.ignore_tag.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.paginate.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_body_font_name.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_bottom_margin.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_footer_font_name.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_footer_format.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_header_font_name.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_header_format.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_highlight_syntax.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_left_margin.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_line_numbers_font_name.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_print_footer.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_print_header.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_print_line_numbers.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_right_margin.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_tab_width.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_top_margin.html
/usr/share/doc/gtksourceview5/method.PrintCompositor.set_wrap_mode.html
/usr/share/doc/gtksourceview5/method.Region.add_region.html
/usr/share/doc/gtksourceview5/method.Region.add_subregion.html
/usr/share/doc/gtksourceview5/method.Region.get_bounds.html
/usr/share/doc/gtksourceview5/method.Region.get_buffer.html
/usr/share/doc/gtksourceview5/method.Region.get_start_region_iter.html
/usr/share/doc/gtksourceview5/method.Region.intersect_region.html
/usr/share/doc/gtksourceview5/method.Region.intersect_subregion.html
/usr/share/doc/gtksourceview5/method.Region.is_empty.html
/usr/share/doc/gtksourceview5/method.Region.subtract_region.html
/usr/share/doc/gtksourceview5/method.Region.subtract_subregion.html
/usr/share/doc/gtksourceview5/method.Region.to_string.html
/usr/share/doc/gtksourceview5/method.RegionIter.get_subregion.html
/usr/share/doc/gtksourceview5/method.RegionIter.is_end.html
/usr/share/doc/gtksourceview5/method.RegionIter.next.html
/usr/share/doc/gtksourceview5/method.SearchContext.backward.html
/usr/share/doc/gtksourceview5/method.SearchContext.backward_async.html
/usr/share/doc/gtksourceview5/method.SearchContext.backward_finish.html
/usr/share/doc/gtksourceview5/method.SearchContext.forward.html
/usr/share/doc/gtksourceview5/method.SearchContext.forward_async.html
/usr/share/doc/gtksourceview5/method.SearchContext.forward_finish.html
/usr/share/doc/gtksourceview5/method.SearchContext.get_buffer.html
/usr/share/doc/gtksourceview5/method.SearchContext.get_highlight.html
/usr/share/doc/gtksourceview5/method.SearchContext.get_match_style.html
/usr/share/doc/gtksourceview5/method.SearchContext.get_occurrence_position.html
/usr/share/doc/gtksourceview5/method.SearchContext.get_occurrences_count.html
/usr/share/doc/gtksourceview5/method.SearchContext.get_regex_error.html
/usr/share/doc/gtksourceview5/method.SearchContext.get_settings.html
/usr/share/doc/gtksourceview5/method.SearchContext.replace.html
/usr/share/doc/gtksourceview5/method.SearchContext.replace_all.html
/usr/share/doc/gtksourceview5/method.SearchContext.set_highlight.html
/usr/share/doc/gtksourceview5/method.SearchContext.set_match_style.html
/usr/share/doc/gtksourceview5/method.SearchSettings.get_at_word_boundaries.html
/usr/share/doc/gtksourceview5/method.SearchSettings.get_case_sensitive.html
/usr/share/doc/gtksourceview5/method.SearchSettings.get_regex_enabled.html
/usr/share/doc/gtksourceview5/method.SearchSettings.get_search_text.html
/usr/share/doc/gtksourceview5/method.SearchSettings.get_wrap_around.html
/usr/share/doc/gtksourceview5/method.SearchSettings.set_at_word_boundaries.html
/usr/share/doc/gtksourceview5/method.SearchSettings.set_case_sensitive.html
/usr/share/doc/gtksourceview5/method.SearchSettings.set_regex_enabled.html
/usr/share/doc/gtksourceview5/method.SearchSettings.set_search_text.html
/usr/share/doc/gtksourceview5/method.SearchSettings.set_wrap_around.html
/usr/share/doc/gtksourceview5/method.Snippet.add_chunk.html
/usr/share/doc/gtksourceview5/method.Snippet.copy.html
/usr/share/doc/gtksourceview5/method.Snippet.get_context.html
/usr/share/doc/gtksourceview5/method.Snippet.get_description.html
/usr/share/doc/gtksourceview5/method.Snippet.get_focus_position.html
/usr/share/doc/gtksourceview5/method.Snippet.get_language_id.html
/usr/share/doc/gtksourceview5/method.Snippet.get_n_chunks.html
/usr/share/doc/gtksourceview5/method.Snippet.get_name.html
/usr/share/doc/gtksourceview5/method.Snippet.get_nth_chunk.html
/usr/share/doc/gtksourceview5/method.Snippet.get_trigger.html
/usr/share/doc/gtksourceview5/method.Snippet.set_description.html
/usr/share/doc/gtksourceview5/method.Snippet.set_language_id.html
/usr/share/doc/gtksourceview5/method.Snippet.set_name.html
/usr/share/doc/gtksourceview5/method.Snippet.set_trigger.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.copy.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.get_context.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.get_focus_position.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.get_spec.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.get_text.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.get_text_set.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.get_tooltip_text.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.set_context.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.set_focus_position.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.set_spec.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.set_text.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.set_text_set.html
/usr/share/doc/gtksourceview5/method.SnippetChunk.set_tooltip_text.html
/usr/share/doc/gtksourceview5/method.SnippetContext.clear_variables.html
/usr/share/doc/gtksourceview5/method.SnippetContext.expand.html
/usr/share/doc/gtksourceview5/method.SnippetContext.get_variable.html
/usr/share/doc/gtksourceview5/method.SnippetContext.set_constant.html
/usr/share/doc/gtksourceview5/method.SnippetContext.set_line_prefix.html
/usr/share/doc/gtksourceview5/method.SnippetContext.set_tab_width.html
/usr/share/doc/gtksourceview5/method.SnippetContext.set_use_spaces.html
/usr/share/doc/gtksourceview5/method.SnippetContext.set_variable.html
/usr/share/doc/gtksourceview5/method.SnippetManager.get_search_path.html
/usr/share/doc/gtksourceview5/method.SnippetManager.get_snippet.html
/usr/share/doc/gtksourceview5/method.SnippetManager.list_all.html
/usr/share/doc/gtksourceview5/method.SnippetManager.list_groups.html
/usr/share/doc/gtksourceview5/method.SnippetManager.list_matching.html
/usr/share/doc/gtksourceview5/method.SnippetManager.set_search_path.html
/usr/share/doc/gtksourceview5/method.SpaceDrawer.bind_matrix_setting.html
/usr/share/doc/gtksourceview5/method.SpaceDrawer.get_enable_matrix.html
/usr/share/doc/gtksourceview5/method.SpaceDrawer.get_matrix.html
/usr/share/doc/gtksourceview5/method.SpaceDrawer.get_types_for_locations.html
/usr/share/doc/gtksourceview5/method.SpaceDrawer.set_enable_matrix.html
/usr/share/doc/gtksourceview5/method.SpaceDrawer.set_matrix.html
/usr/share/doc/gtksourceview5/method.SpaceDrawer.set_types_for_locations.html
/usr/share/doc/gtksourceview5/method.Style.apply.html
/usr/share/doc/gtksourceview5/method.Style.copy.html
/usr/share/doc/gtksourceview5/method.StyleScheme.get_authors.html
/usr/share/doc/gtksourceview5/method.StyleScheme.get_description.html
/usr/share/doc/gtksourceview5/method.StyleScheme.get_filename.html
/usr/share/doc/gtksourceview5/method.StyleScheme.get_id.html
/usr/share/doc/gtksourceview5/method.StyleScheme.get_metadata.html
/usr/share/doc/gtksourceview5/method.StyleScheme.get_name.html
/usr/share/doc/gtksourceview5/method.StyleScheme.get_style.html
/usr/share/doc/gtksourceview5/method.StyleSchemeChooser.get_style_scheme.html
/usr/share/doc/gtksourceview5/method.StyleSchemeChooser.set_style_scheme.html
/usr/share/doc/gtksourceview5/method.StyleSchemeManager.append_search_path.html
/usr/share/doc/gtksourceview5/method.StyleSchemeManager.force_rescan.html
/usr/share/doc/gtksourceview5/method.StyleSchemeManager.get_scheme.html
/usr/share/doc/gtksourceview5/method.StyleSchemeManager.get_scheme_ids.html
/usr/share/doc/gtksourceview5/method.StyleSchemeManager.get_search_path.html
/usr/share/doc/gtksourceview5/method.StyleSchemeManager.prepend_search_path.html
/usr/share/doc/gtksourceview5/method.StyleSchemeManager.set_search_path.html
/usr/share/doc/gtksourceview5/method.StyleSchemePreview.get_scheme.html
/usr/share/doc/gtksourceview5/method.StyleSchemePreview.get_selected.html
/usr/share/doc/gtksourceview5/method.StyleSchemePreview.set_selected.html
/usr/share/doc/gtksourceview5/method.View.get_auto_indent.html
/usr/share/doc/gtksourceview5/method.View.get_background_pattern.html
/usr/share/doc/gtksourceview5/method.View.get_completion.html
/usr/share/doc/gtksourceview5/method.View.get_enable_snippets.html
/usr/share/doc/gtksourceview5/method.View.get_gutter.html
/usr/share/doc/gtksourceview5/method.View.get_highlight_current_line.html
/usr/share/doc/gtksourceview5/method.View.get_hover.html
/usr/share/doc/gtksourceview5/method.View.get_indent_on_tab.html
/usr/share/doc/gtksourceview5/method.View.get_indent_width.html
/usr/share/doc/gtksourceview5/method.View.get_indenter.html
/usr/share/doc/gtksourceview5/method.View.get_insert_spaces_instead_of_tabs.html
/usr/share/doc/gtksourceview5/method.View.get_mark_attributes.html
/usr/share/doc/gtksourceview5/method.View.get_right_margin_position.html
/usr/share/doc/gtksourceview5/method.View.get_show_line_marks.html
/usr/share/doc/gtksourceview5/method.View.get_show_line_numbers.html
/usr/share/doc/gtksourceview5/method.View.get_show_right_margin.html
/usr/share/doc/gtksourceview5/method.View.get_smart_backspace.html
/usr/share/doc/gtksourceview5/method.View.get_smart_home_end.html
/usr/share/doc/gtksourceview5/method.View.get_space_drawer.html
/usr/share/doc/gtksourceview5/method.View.get_tab_width.html
/usr/share/doc/gtksourceview5/method.View.get_visual_column.html
/usr/share/doc/gtksourceview5/method.View.indent_lines.html
/usr/share/doc/gtksourceview5/method.View.push_snippet.html
/usr/share/doc/gtksourceview5/method.View.set_auto_indent.html
/usr/share/doc/gtksourceview5/method.View.set_background_pattern.html
/usr/share/doc/gtksourceview5/method.View.set_enable_snippets.html
/usr/share/doc/gtksourceview5/method.View.set_highlight_current_line.html
/usr/share/doc/gtksourceview5/method.View.set_indent_on_tab.html
/usr/share/doc/gtksourceview5/method.View.set_indent_width.html
/usr/share/doc/gtksourceview5/method.View.set_indenter.html
/usr/share/doc/gtksourceview5/method.View.set_insert_spaces_instead_of_tabs.html
/usr/share/doc/gtksourceview5/method.View.set_mark_attributes.html
/usr/share/doc/gtksourceview5/method.View.set_right_margin_position.html
/usr/share/doc/gtksourceview5/method.View.set_show_line_marks.html
/usr/share/doc/gtksourceview5/method.View.set_show_line_numbers.html
/usr/share/doc/gtksourceview5/method.View.set_show_right_margin.html
/usr/share/doc/gtksourceview5/method.View.set_smart_backspace.html
/usr/share/doc/gtksourceview5/method.View.set_smart_home_end.html
/usr/share/doc/gtksourceview5/method.View.set_tab_width.html
/usr/share/doc/gtksourceview5/method.View.unindent_lines.html
/usr/share/doc/gtksourceview5/method.VimIMContext.execute_command.html
/usr/share/doc/gtksourceview5/method.VimIMContext.get_command_bar_text.html
/usr/share/doc/gtksourceview5/method.VimIMContext.get_command_text.html
/usr/share/doc/gtksourceview5/opensearch.xml
/usr/share/doc/gtksourceview5/overview.html
/usr/share/doc/gtksourceview5/porting-guide-3-to-4.html
/usr/share/doc/gtksourceview5/porting-guide-4-to-5.html
/usr/share/doc/gtksourceview5/property.Buffer.highlight-matching-brackets.html
/usr/share/doc/gtksourceview5/property.Buffer.highlight-syntax.html
/usr/share/doc/gtksourceview5/property.Buffer.implicit-trailing-newline.html
/usr/share/doc/gtksourceview5/property.Buffer.language.html
/usr/share/doc/gtksourceview5/property.Buffer.loading.html
/usr/share/doc/gtksourceview5/property.Buffer.style-scheme.html
/usr/share/doc/gtksourceview5/property.Completion.buffer.html
/usr/share/doc/gtksourceview5/property.Completion.page-size.html
/usr/share/doc/gtksourceview5/property.Completion.remember-info-visibility.html
/usr/share/doc/gtksourceview5/property.Completion.select-on-show.html
/usr/share/doc/gtksourceview5/property.Completion.show-icons.html
/usr/share/doc/gtksourceview5/property.Completion.view.html
/usr/share/doc/gtksourceview5/property.CompletionCell.column.html
/usr/share/doc/gtksourceview5/property.CompletionCell.markup.html
/usr/share/doc/gtksourceview5/property.CompletionCell.paintable.html
/usr/share/doc/gtksourceview5/property.CompletionCell.text.html
/usr/share/doc/gtksourceview5/property.CompletionCell.widget.html
/usr/share/doc/gtksourceview5/property.CompletionContext.busy.html
/usr/share/doc/gtksourceview5/property.CompletionContext.completion.html
/usr/share/doc/gtksourceview5/property.CompletionContext.empty.html
/usr/share/doc/gtksourceview5/property.CompletionSnippets.priority.html
/usr/share/doc/gtksourceview5/property.CompletionSnippets.title.html
/usr/share/doc/gtksourceview5/property.CompletionWords.minimum-word-size.html
/usr/share/doc/gtksourceview5/property.CompletionWords.priority.html
/usr/share/doc/gtksourceview5/property.CompletionWords.proposals-batch-size.html
/usr/share/doc/gtksourceview5/property.CompletionWords.scan-batch-size.html
/usr/share/doc/gtksourceview5/property.CompletionWords.title.html
/usr/share/doc/gtksourceview5/property.File.compression-type.html
/usr/share/doc/gtksourceview5/property.File.encoding.html
/usr/share/doc/gtksourceview5/property.File.location.html
/usr/share/doc/gtksourceview5/property.File.newline-type.html
/usr/share/doc/gtksourceview5/property.File.read-only.html
/usr/share/doc/gtksourceview5/property.FileLoader.buffer.html
/usr/share/doc/gtksourceview5/property.FileLoader.file.html
/usr/share/doc/gtksourceview5/property.FileLoader.input-stream.html
/usr/share/doc/gtksourceview5/property.FileLoader.location.html
/usr/share/doc/gtksourceview5/property.FileSaver.buffer.html
/usr/share/doc/gtksourceview5/property.FileSaver.compression-type.html
/usr/share/doc/gtksourceview5/property.FileSaver.encoding.html
/usr/share/doc/gtksourceview5/property.FileSaver.file.html
/usr/share/doc/gtksourceview5/property.FileSaver.flags.html
/usr/share/doc/gtksourceview5/property.FileSaver.location.html
/usr/share/doc/gtksourceview5/property.FileSaver.newline-type.html
/usr/share/doc/gtksourceview5/property.Gutter.view.html
/usr/share/doc/gtksourceview5/property.Gutter.window-type.html
/usr/share/doc/gtksourceview5/property.GutterRenderer.alignment-mode.html
/usr/share/doc/gtksourceview5/property.GutterRenderer.lines.html
/usr/share/doc/gtksourceview5/property.GutterRenderer.view.html
/usr/share/doc/gtksourceview5/property.GutterRenderer.xalign.html
/usr/share/doc/gtksourceview5/property.GutterRenderer.xpad.html
/usr/share/doc/gtksourceview5/property.GutterRenderer.yalign.html
/usr/share/doc/gtksourceview5/property.GutterRenderer.ypad.html
/usr/share/doc/gtksourceview5/property.GutterRendererPixbuf.gicon.html
/usr/share/doc/gtksourceview5/property.GutterRendererPixbuf.icon-name.html
/usr/share/doc/gtksourceview5/property.GutterRendererPixbuf.paintable.html
/usr/share/doc/gtksourceview5/property.GutterRendererPixbuf.pixbuf.html
/usr/share/doc/gtksourceview5/property.GutterRendererText.markup.html
/usr/share/doc/gtksourceview5/property.GutterRendererText.text.html
/usr/share/doc/gtksourceview5/property.Hover.hover-delay.html
/usr/share/doc/gtksourceview5/property.Language.hidden.html
/usr/share/doc/gtksourceview5/property.Language.id.html
/usr/share/doc/gtksourceview5/property.Language.name.html
/usr/share/doc/gtksourceview5/property.Language.section.html
/usr/share/doc/gtksourceview5/property.LanguageManager.language-ids.html
/usr/share/doc/gtksourceview5/property.LanguageManager.search-path.html
/usr/share/doc/gtksourceview5/property.Map.font-desc.html
/usr/share/doc/gtksourceview5/property.Map.view.html
/usr/share/doc/gtksourceview5/property.Mark.category.html
/usr/share/doc/gtksourceview5/property.MarkAttributes.background.html
/usr/share/doc/gtksourceview5/property.MarkAttributes.gicon.html
/usr/share/doc/gtksourceview5/property.MarkAttributes.icon-name.html
/usr/share/doc/gtksourceview5/property.MarkAttributes.pixbuf.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.body-font-name.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.buffer.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.footer-font-name.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.header-font-name.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.highlight-syntax.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.line-numbers-font-name.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.n-pages.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.print-footer.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.print-header.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.print-line-numbers.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.tab-width.html
/usr/share/doc/gtksourceview5/property.PrintCompositor.wrap-mode.html
/usr/share/doc/gtksourceview5/property.Region.buffer.html
/usr/share/doc/gtksourceview5/property.SearchContext.buffer.html
/usr/share/doc/gtksourceview5/property.SearchContext.highlight.html
/usr/share/doc/gtksourceview5/property.SearchContext.match-style.html
/usr/share/doc/gtksourceview5/property.SearchContext.occurrences-count.html
/usr/share/doc/gtksourceview5/property.SearchContext.regex-error.html
/usr/share/doc/gtksourceview5/property.SearchContext.settings.html
/usr/share/doc/gtksourceview5/property.SearchSettings.at-word-boundaries.html
/usr/share/doc/gtksourceview5/property.SearchSettings.case-sensitive.html
/usr/share/doc/gtksourceview5/property.SearchSettings.regex-enabled.html
/usr/share/doc/gtksourceview5/property.SearchSettings.search-text.html
/usr/share/doc/gtksourceview5/property.SearchSettings.wrap-around.html
/usr/share/doc/gtksourceview5/property.Snippet.buffer.html
/usr/share/doc/gtksourceview5/property.Snippet.description.html
/usr/share/doc/gtksourceview5/property.Snippet.focus-position.html
/usr/share/doc/gtksourceview5/property.Snippet.language-id.html
/usr/share/doc/gtksourceview5/property.Snippet.name.html
/usr/share/doc/gtksourceview5/property.Snippet.trigger.html
/usr/share/doc/gtksourceview5/property.SnippetChunk.context.html
/usr/share/doc/gtksourceview5/property.SnippetChunk.focus-position.html
/usr/share/doc/gtksourceview5/property.SnippetChunk.spec.html
/usr/share/doc/gtksourceview5/property.SnippetChunk.text-set.html
/usr/share/doc/gtksourceview5/property.SnippetChunk.text.html
/usr/share/doc/gtksourceview5/property.SnippetChunk.tooltip-text.html
/usr/share/doc/gtksourceview5/property.SnippetManager.search-path.html
/usr/share/doc/gtksourceview5/property.SpaceDrawer.enable-matrix.html
/usr/share/doc/gtksourceview5/property.SpaceDrawer.matrix.html
/usr/share/doc/gtksourceview5/property.Style.background-set.html
/usr/share/doc/gtksourceview5/property.Style.background.html
/usr/share/doc/gtksourceview5/property.Style.bold-set.html
/usr/share/doc/gtksourceview5/property.Style.bold.html
/usr/share/doc/gtksourceview5/property.Style.foreground-set.html
/usr/share/doc/gtksourceview5/property.Style.foreground.html
/usr/share/doc/gtksourceview5/property.Style.italic-set.html
/usr/share/doc/gtksourceview5/property.Style.italic.html
/usr/share/doc/gtksourceview5/property.Style.line-background-set.html
/usr/share/doc/gtksourceview5/property.Style.line-background.html
/usr/share/doc/gtksourceview5/property.Style.pango-underline.html
/usr/share/doc/gtksourceview5/property.Style.scale-set.html
/usr/share/doc/gtksourceview5/property.Style.scale.html
/usr/share/doc/gtksourceview5/property.Style.strikethrough-set.html
/usr/share/doc/gtksourceview5/property.Style.strikethrough.html
/usr/share/doc/gtksourceview5/property.Style.underline-color-set.html
/usr/share/doc/gtksourceview5/property.Style.underline-color.html
/usr/share/doc/gtksourceview5/property.Style.underline-set.html
/usr/share/doc/gtksourceview5/property.Style.weight-set.html
/usr/share/doc/gtksourceview5/property.Style.weight.html
/usr/share/doc/gtksourceview5/property.StyleScheme.description.html
/usr/share/doc/gtksourceview5/property.StyleScheme.filename.html
/usr/share/doc/gtksourceview5/property.StyleScheme.id.html
/usr/share/doc/gtksourceview5/property.StyleScheme.name.html
/usr/share/doc/gtksourceview5/property.StyleSchemeChooser.style-scheme.html
/usr/share/doc/gtksourceview5/property.StyleSchemeManager.scheme-ids.html
/usr/share/doc/gtksourceview5/property.StyleSchemeManager.search-path.html
/usr/share/doc/gtksourceview5/property.StyleSchemePreview.scheme.html
/usr/share/doc/gtksourceview5/property.StyleSchemePreview.selected.html
/usr/share/doc/gtksourceview5/property.Tag.draw-spaces-set.html
/usr/share/doc/gtksourceview5/property.Tag.draw-spaces.html
/usr/share/doc/gtksourceview5/property.View.auto-indent.html
/usr/share/doc/gtksourceview5/property.View.background-pattern.html
/usr/share/doc/gtksourceview5/property.View.completion.html
/usr/share/doc/gtksourceview5/property.View.enable-snippets.html
/usr/share/doc/gtksourceview5/property.View.highlight-current-line.html
/usr/share/doc/gtksourceview5/property.View.indent-on-tab.html
/usr/share/doc/gtksourceview5/property.View.indent-width.html
/usr/share/doc/gtksourceview5/property.View.indenter.html
/usr/share/doc/gtksourceview5/property.View.insert-spaces-instead-of-tabs.html
/usr/share/doc/gtksourceview5/property.View.right-margin-position.html
/usr/share/doc/gtksourceview5/property.View.show-line-marks.html
/usr/share/doc/gtksourceview5/property.View.show-line-numbers.html
/usr/share/doc/gtksourceview5/property.View.show-right-margin.html
/usr/share/doc/gtksourceview5/property.View.smart-backspace.html
/usr/share/doc/gtksourceview5/property.View.smart-home-end.html
/usr/share/doc/gtksourceview5/property.View.space-drawer.html
/usr/share/doc/gtksourceview5/property.View.tab-width.html
/usr/share/doc/gtksourceview5/property.VimIMContext.command-bar-text.html
/usr/share/doc/gtksourceview5/property.VimIMContext.command-text.html
/usr/share/doc/gtksourceview5/search.js
/usr/share/doc/gtksourceview5/signal.Buffer.bracket-matched.html
/usr/share/doc/gtksourceview5/signal.Buffer.cursor-moved.html
/usr/share/doc/gtksourceview5/signal.Buffer.highlight-updated.html
/usr/share/doc/gtksourceview5/signal.Buffer.source-mark-updated.html
/usr/share/doc/gtksourceview5/signal.Completion.hide.html
/usr/share/doc/gtksourceview5/signal.Completion.provider-added.html
/usr/share/doc/gtksourceview5/signal.Completion.provider-removed.html
/usr/share/doc/gtksourceview5/signal.Completion.show.html
/usr/share/doc/gtksourceview5/signal.CompletionContext.provider-model-changed.html
/usr/share/doc/gtksourceview5/signal.GutterRenderer.activate.html
/usr/share/doc/gtksourceview5/signal.GutterRenderer.query-activatable.html
/usr/share/doc/gtksourceview5/signal.GutterRenderer.query-data.html
/usr/share/doc/gtksourceview5/signal.MarkAttributes.query-tooltip-markup.html
/usr/share/doc/gtksourceview5/signal.MarkAttributes.query-tooltip-text.html
/usr/share/doc/gtksourceview5/signal.SnippetContext.changed.html
/usr/share/doc/gtksourceview5/signal.StyleSchemePreview.activate.html
/usr/share/doc/gtksourceview5/signal.View.change-case.html
/usr/share/doc/gtksourceview5/signal.View.change-number.html
/usr/share/doc/gtksourceview5/signal.View.join-lines.html
/usr/share/doc/gtksourceview5/signal.View.line-mark-activated.html
/usr/share/doc/gtksourceview5/signal.View.move-lines.html
/usr/share/doc/gtksourceview5/signal.View.move-to-matching-bracket.html
/usr/share/doc/gtksourceview5/signal.View.move-words.html
/usr/share/doc/gtksourceview5/signal.View.push-snippet.html
/usr/share/doc/gtksourceview5/signal.View.show-completion.html
/usr/share/doc/gtksourceview5/signal.View.smart-home-end.html
/usr/share/doc/gtksourceview5/signal.VimIMContext.edit.html
/usr/share/doc/gtksourceview5/signal.VimIMContext.execute-command.html
/usr/share/doc/gtksourceview5/signal.VimIMContext.format-text.html
/usr/share/doc/gtksourceview5/signal.VimIMContext.write.html
/usr/share/doc/gtksourceview5/snippet-reference.html
/usr/share/doc/gtksourceview5/solarized-dark.css
/usr/share/doc/gtksourceview5/solarized-light.css
/usr/share/doc/gtksourceview5/struct.Encoding.html
/usr/share/doc/gtksourceview5/struct.RegionIter.html
/usr/share/doc/gtksourceview5/style-reference.html
/usr/share/doc/gtksourceview5/style.css
/usr/share/doc/gtksourceview5/type_func.Completion.fuzzy_highlight.html
/usr/share/doc/gtksourceview5/type_func.Completion.fuzzy_match.html
/usr/share/doc/gtksourceview5/type_func.Encoding.get_all.html
/usr/share/doc/gtksourceview5/type_func.Encoding.get_current.html
/usr/share/doc/gtksourceview5/type_func.Encoding.get_default_candidates.html
/usr/share/doc/gtksourceview5/type_func.Encoding.get_from_charset.html
/usr/share/doc/gtksourceview5/type_func.Encoding.get_utf8.html
/usr/share/doc/gtksourceview5/type_func.FileLoaderError.quark.html
/usr/share/doc/gtksourceview5/type_func.FileSaverError.quark.html
/usr/share/doc/gtksourceview5/type_func.LanguageManager.get_default.html
/usr/share/doc/gtksourceview5/type_func.SnippetManager.get_default.html
/usr/share/doc/gtksourceview5/type_func.StyleSchemeManager.get_default.html
/usr/share/doc/gtksourceview5/urlmap.js
/usr/share/doc/gtksourceview5/vfunc.Buffer.bracket_matched.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProposal.get_typed_text.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.activate.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.display.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.get_priority.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.get_title.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.is_trigger.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.key_activates.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.list_alternates.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.populate.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.populate_async.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.populate_finish.html
/usr/share/doc/gtksourceview5/vfunc.CompletionProvider.refilter.html
/usr/share/doc/gtksourceview5/vfunc.GutterRenderer.activate.html
/usr/share/doc/gtksourceview5/vfunc.GutterRenderer.begin.html
/usr/share/doc/gtksourceview5/vfunc.GutterRenderer.change_buffer.html
/usr/share/doc/gtksourceview5/vfunc.GutterRenderer.change_view.html
/usr/share/doc/gtksourceview5/vfunc.GutterRenderer.end.html
/usr/share/doc/gtksourceview5/vfunc.GutterRenderer.query_activatable.html
/usr/share/doc/gtksourceview5/vfunc.GutterRenderer.query_data.html
/usr/share/doc/gtksourceview5/vfunc.GutterRenderer.snapshot_line.html
/usr/share/doc/gtksourceview5/vfunc.HoverProvider.populate.html
/usr/share/doc/gtksourceview5/vfunc.HoverProvider.populate_async.html
/usr/share/doc/gtksourceview5/vfunc.HoverProvider.populate_finish.html
/usr/share/doc/gtksourceview5/vfunc.Indenter.indent.html
/usr/share/doc/gtksourceview5/vfunc.Indenter.is_trigger.html
/usr/share/doc/gtksourceview5/vfunc.StyleSchemeChooser.get_style_scheme.html
/usr/share/doc/gtksourceview5/vfunc.StyleSchemeChooser.set_style_scheme.html
/usr/share/doc/gtksourceview5/vfunc.View.line_mark_activated.html
/usr/share/doc/gtksourceview5/vfunc.View.move_lines.html
/usr/share/doc/gtksourceview5/vfunc.View.move_words.html
/usr/share/doc/gtksourceview5/vfunc.View.push_snippet.html
/usr/share/doc/gtksourceview5/vfunc.View.show_completion.html
/usr/share/gir-1.0/GtkSource-5.gir
/usr/share/vala/vapi
/usr/share/vala/vapi/gtksourceview-5.deps
/usr/share/vala/vapi/gtksourceview-5.vapi


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:47:58 2024