pub fn new_db_receiver() -> Sender<DatabaseValue>
Expand description

Create a glib::Sender which can be used in threaded scenarios (e.g. sync providers). Values sent through the sender will automatically import it into the DB.