BeagleIndexingStatusResponse

BeagleIndexingStatusResponse

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── BeagleResponse
        ╰── BeagleIndexingStatusResponse

Description

Functions

beagle_indexing_status_response_is_indexing ()

gboolean
beagle_indexing_status_response_is_indexing
                               (BeagleIndexingStatusResponse *response);

Returns whether or not the daemon is running a large indexing process. This will be TRUE if a long crawling process is running, but will return FALSE if it's just indexing one or two documents.

Parameters

Returns

TRUE if indexing, FALSE if not.

Types and Values

struct BeagleIndexingStatusResponse

struct BeagleIndexingStatusResponse;