| Top |  |  |  |  | 
This backend is not meant to be enabled in production use. The methods on FolksDummyBackend (and other classes) for programmatically manipulating the backend's state are considered internal to libfolks and are not stable.
This backend maintains two sets of persona stores: the set of all persona stores, and the set of enabled persona stores (which must be a subset of the former). folks_dummy_backend_register_persona_stores()folks_backend_enable_persona_store()folks_backend_disable_persona_store()folks_backend_set_persona_stores()register_ and unregister_ prefixes are commonly used for backend methods.
The API in FolksDummy is unstable and may change wildly. It is designed mostly for use by libfolks unit tests.