notmuch_database_t

Status codes used for the return values of most functions.

A zero value (NOTMUCH_STATUS_SUCCESS) indicates that the function completed without error. Any other value indicates an error.

extern (C) @nogc nothrow
struct notmuch_database_t {}

Disabled Default Constructor

A disabled default is present on this object. To use it, use one of the other constructors or a factory function.

Postblit

Copying this object is disabled.

A postblit is present on this object, but not explicitly documented in the source.

Meta