Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Functions

Functions

  • Binds sidebar and notebook:

    • When the #DhSidebar::link-selected signal is emitted, open the URI in the active #DhWebView.
    • On #GtkNotebook::switch-page or when the user clicks on a link, calls dh_sidebar_select_uri() with the new active URI.

    You need to call this function when the #DhNotebook is empty, i.e. before adding the first #DhTab.

    Note that this function doesn't take a “self” window parameter, to be more flexible: it is possible to have several pairs of #DhSidebar/#DhNotebook per window, to show different #DhProfile's.

    Parameters

    Returns void

  • finalize(): void
  • Free the resources allocated by Devhelp. For example it unrefs the singleton objects.

    It is not mandatory to call this function, it's just to be friendlier to memory debugging tools. This function is meant to be called at the end of main(). It can be called several times.

    Returns void

  • init(): void
  • Initializes the Devhelp library (e.g. for the internationalization).

    This function can be called several times, but is meant to be called at the beginning of main(), before any other Devhelp function call.

    Since version 3.38, this function enables the WebKitGTK sandbox by calling webkit_web_context_set_sandbox_enabled() on the default #WebKitWebContext.

    Returns void

  • linkTypeToString(linkType: LinkType): string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method