Enums

Details

class Devhelp.LinkType(value)

Bases: GObject.GEnum

The type of the content the link points to.

classmethod to_string(link_type)
Parameters:

link_type (Devhelp.LinkType) – a Devhelp.LinkType.

Returns:

a string representation of the Devhelp.LinkType, translated in the current language.

Return type:

str

BOOK = 0

The top-level page of a Devhelp.Book.

PAGE = 1

A page.

KEYWORD = 2

Another kind of keyword.

FUNCTION = 3

A function keyword.

STRUCT = 4

A struct keyword.

MACRO = 5

A macro keyword.

ENUM = 6

An enum keyword.

TYPEDEF = 7

A typedef keyword.

PROPERTY = 8

A property keyword.

SIGNAL = 9

A signal keyword.