XapianPostingSource

XapianPostingSource — Posting source

Functions

Object Hierarchy

    GObject
    ╰── XapianPostingSource
        ╰── XapianValuePostingSource

Description

XapianPostingSource is an abstract class that serves as a base for posting sources implementation.

See XapianValuePostingSource or XapianValueWeightPostingSource for examples of that.

Functions

xapian_posting_source_get_description ()

char *
xapian_posting_source_get_description (XapianPostingSource *self);

Retrieves a string describing the XapianPostingSource.

Typically, this function is used when debugging.

Parameters

Returns

a description of the posting source.

[transfer full]

Since: 1.2

Types and Values