gplugin/gplugin

Set a non-persistent settings backend in viewer

17 months ago, Elliott Sales de Andrade
a4ee5a7bbbe9
Set a non-persistent settings backend in viewer

We don't want test or example plugins to write to dconf or the registry just
when viewing them.

Testing Done:
Viewed a plugin with settings, and confirmed that nothing was saved to dconf.

Reviewed at https://reviews.imfreedom.org/r/2147/
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="gplugin-gtk" version="0.35"/>
<template class="GPluginGtkViewerWindow" parent="GtkApplicationWindow">
<property name="title" translatable="yes">GPlugin Viewer</property>
<property name="default-width">600</property>
<property name="default-height">400</property>
<child>
<object class="GPluginGtkView" id="view"/>
</child>
</template>
</interface>